#A94FB5

Color #A94FB5 Deep Lilac (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Lilac #A94FB5

Tints of Deep Lilac #A94FB5

Color information

#A94FB5 (or 0xA94FB5) is unknown color: approx Deep Lilac. HEX triplet: A9, 4F and B5. RGB value is (169,79,181). Sum of RGB (Red+Green+Blue) = 169+79+181=429 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.39% from 429); Green value is 79 (31.25% from 255 or 18.41% from 429); Blue value is 181 (71.09% from 255 or 42.19% from 429); Max value from RGB is 181 - color contains mainly: blue. Hex color #A94FB5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FB5 is #56B04A. Grayscale: #757575. Windows color (decimal): -5681227 or 11882409. OLE color: 11882409.

HSL color Cylindrical-coordinate representation of color #A94FB5: hue angle of 292.94º degrees, saturation: 0.41, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94FB5 is Cyan = 0.07, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB16979181-
CMYK0.070.5600.29
HSL292.94º40.8%50.98%-
HSV(B)292.94º56.35%70.98%-
XYZ27.517.3645.62-
YUV117.54163.82164.71-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 169 (66.41% from 255) = 39.39%
GREEN value IS 79 (31.25% from 255) = 18.41%
BLUE value IS 181 (71.09% from 255) = 42.19%
R=39.39%
G=18.41%
B=42.19%

CMYK

C (Cyan) values IS 0.07
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal169791810.070.5600.29292.9440.850.98
HexA94FB573801D1252933
Octal2511172657700354455163
Binary10101001100111110110101111111000011101100100101101001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94FB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94FB5; }

 p { color: rgb(169,79,181); }

 H1.HeaderClassName
 {
   color: #A94FB5;
 }
 .AnyTagClassName
 {
   color: #A94FB5;
 }
</style>
background-color css

<style>
 a { background-color: #A94FB5; }

 a { background-color: rgb(169,79,181); }

 div.DivClassName
 {
   background-color: #A94FB5;
 }
 .BgClassName
 {
   background-color: #A94FB5;
 }
</style>
border-color css

<style>
 span { border-color: #A94FB5; }

 span { border-color: rgb(169,79,181); }

 td.TdClassName
 {
   border-color: #A94FB5;
 }
 .TagClassName
 {
   border-color: #A94FB5;
 }
</style>