#A94CC2

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

Shades of Deep Lilac #A94CC2

Tints of Deep Lilac #A94CC2

Color information

#A94CC2 (or 0xA94CC2) is unknown color: approx Deep Lilac. HEX triplet: A9, 4C and C2. RGB value is (169,76,194). Sum of RGB (Red+Green+Blue) = 169+76+194=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 76 (30.08% from 255 or 17.31% from 439); Blue value is 194 (76.17% from 255 or 44.19% from 439); Max value from RGB is 194 - color contains mainly: blue. Hex color #A94CC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A94CC2 is #56B33D. Grayscale: #747474. Windows color (decimal): -5681982 or 12733609. OLE color: 12733609.

HSL color Cylindrical-coordinate representation of color #A94CC2: hue angle of 287.29º degrees, saturation: 0.49, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94CC2 is Cyan = 0.13, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB16976194-
CMYK0.130.6100.24
HSL287.29º49.17%52.94%-
HSV(B)287.29º60.82%76.08%-
XYZ28.6817.552.9-
YUV117.26171.31164.91-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 76 (30.08% from 255) = 17.31%
BLUE value IS 194 (76.17% from 255) = 44.19%
R=38.50%
G=17.31%
B=44.19%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal169761940.130.6100.24287.2949.1752.94
HexA94CC2D3D01811f3135
Octal25111430215750304376165
Binary101010011001100110000101101111101011000100011111110001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94CC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94CC2; }

 p { color: rgb(169,76,194); }

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

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

 a { background-color: rgb(169,76,194); }

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

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

 span { border-color: rgb(169,76,194); }

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