#A94BB8

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

Shades of Deep Lilac #A94BB8

Tints of Deep Lilac #A94BB8

Color information

#A94BB8 (or 0xA94BB8) is unknown color: approx Deep Lilac. HEX triplet: A9, 4B and B8. RGB value is (169,75,184). Sum of RGB (Red+Green+Blue) = 169+75+184=428 (56% of max value = 765). Red value is 169 (66.41% from 255 or 39.49% from 428); Green value is 75 (29.69% from 255 or 17.52% from 428); Blue value is 184 (72.27% from 255 or 42.99% from 428); Max value from RGB is 184 - color contains mainly: blue. Hex color #A94BB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94BB8 is #56B447. Grayscale: #737373. Windows color (decimal): -5682248 or 12077993. OLE color: 12077993.

HSL color Cylindrical-coordinate representation of color #A94BB8: hue angle of 291.74º degrees, saturation: 0.43, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94BB8 is Cyan = 0.08, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16975184-
CMYK0.080.5900.28
HSL291.74º43.43%50.78%-
HSV(B)291.74º59.24%72.16%-
XYZ27.5316.9347.16-
YUV115.53166.64166.14-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 39.49%
GREEN value IS 75 (29.69% from 255) = 17.52%
BLUE value IS 184 (72.27% from 255) = 42.99%
R=39.49%
G=17.52%
B=42.99%

CMYK

C (Cyan) values IS 0.08
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal169751840.080.5900.28291.7443.4350.78
HexA94BB883B01C1242b33
Octal25111327010730344445363
Binary101010011001011101110001000111011011100100100100101011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94BB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94BB8; }

 p { color: rgb(169,75,184); }

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

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

 a { background-color: rgb(169,75,184); }

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

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

 span { border-color: rgb(169,75,184); }

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