Color Hex Logo

#a98ffa Color Hex

#A98FFA
(169,143,250)
0 Favorites   0 Comments

Color spaces of #a98ffa

RGB 169143250
HSL0.710.910.77
HSV255°43°98°
CMYK 0.320.430.00   0.02
XYZ43.440034.982194.9052
Yxy34.98210.25060.2018
Hunter Lab59.145727.5958-53.7348
CIE-Lab65.734732.8368-50.1249

#a98ffa color RGB value is (169,143,250).

#a98ffa hex color red value is 169, green value is 143 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #a98ffa hue: 0.71 , saturation: 0.91 and the lightness value of a98ffa is 0.77.

The process color (four color CMYK) of #a98ffa color hex is 0.32, 0.43, 0.00, 0.02. Web safe color of #a98ffa is #9999ff. Color #a98ffa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101001 10001111 11111010
Octal 251 217 372
Decimal 169 143 250
Hex A9 8F FA

RGB Percentages of Color #a98ffa

%30.07
%25.44
%44.48

CMYK Percentages of Color #a98ffa

%32
%43
%0
%2

Triadic Colors of #a98ffa

#a98ffa #faa98f #8ffaa9

Analogous Colors of #a98ffa

#a98ffa #df8ffa #8fabfa

Monochromatic Colors of #a98ffa

#a98ffa

Complementary Color

#a98ffa #e0fa8f

#a98ffa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#a98ffa Color Preview on White Background

Lorem ipsum dolor sit amet.

#a98ffa Color CSS Codes

.mybgcolor {background-color:#a98ffa; } 
.myforecolor {color:#a98ffa; }
.mybordercolor {border:3px solid #a98ffa; }

#a98ffa Text Font Color

<p style="color:#a98ffa">Text here</p>

This sample text font color is #a98ffa
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#a98ffa Background Color

<div style="background-color:#a98ffa">
Div content here</div>

This div background color is #a98ffa


#a98ffa Border Color

<div style="border:3px solid #a98ffa">
Div here</div>

This div border color is #a98ffa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(169,143,250, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #a98ffa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #a98ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #a98ffa;
  box-shadow:         1px 1px 3px 2px #a98ffa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(169,143,250, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #a98ffa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #a98ffa;
  -webkit-box-shadow: 1px 1px 3px 2px #a98ffa;
  box-shadow:         1px 1px 3px 2px #a98ffa;">
Div content here</div>

This div box has shadow with color #a98ffa

Related Colors


Comments

No comments written yet.

Please login to write comment.