#A94FBD

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

Shades of Deep Lilac #A94FBD

Tints of Deep Lilac #A94FBD

Color information

#A94FBD (or 0xA94FBD) is unknown color: approx Deep Lilac. HEX triplet: A9, 4F and BD. RGB value is (169,79,189). Sum of RGB (Red+Green+Blue) = 169+79+189=437 (57% of max value = 765). Red value is 169 (66.41% from 255 or 38.67% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 189 (74.22% from 255 or 43.25% from 437); Max value from RGB is 189 - color contains mainly: blue. Hex color #A94FBD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94FBD is #56B042. Grayscale: #767676. Windows color (decimal): -5681219 or 12406697. OLE color: 12406697.

HSL color Cylindrical-coordinate representation of color #A94FBD: hue angle of 289.09º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94FBD is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16979189-
CMYK0.110.5800.26
HSL289.09º45.45%52.55%-
HSV(B)289.09º58.2%74.12%-
XYZ28.3417.750.07-
YUV118.45167.82164.06-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.67%
GREEN value IS 79 (31.25% from 255) = 18.08%
BLUE value IS 189 (74.22% from 255) = 43.25%
R=38.67%
G=18.08%
B=43.25%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal169791890.110.5800.26289.0945.4552.55
HexA94FBDB3A01A1212d35
Octal25111727513720324415565
Binary101010011001111101111011011111010011010100100001101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94FBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94FBD; }

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

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

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

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

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

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

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

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