#A94EC0

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

Shades of Deep Lilac #A94EC0

Tints of Deep Lilac #A94EC0

Color information

#A94EC0 (or 0xA94EC0) is unknown color: approx Deep Lilac. HEX triplet: A9, 4E and C0. RGB value is (169,78,192). Sum of RGB (Red+Green+Blue) = 169+78+192=439 (58% of max value = 765). Red value is 169 (66.41% from 255 or 38.50% from 439); Green value is 78 (30.86% from 255 or 17.77% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 192 - color contains mainly: blue. Hex color #A94EC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A94EC0 is #56B13F. Grayscale: #757575. Windows color (decimal): -5681472 or 12603049. OLE color: 12603049.

HSL color Cylindrical-coordinate representation of color #A94EC0: hue angle of 287.89º degrees, saturation: 0.47, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A94EC0 is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16978192-
CMYK0.120.5900.25
HSL287.89º47.5%52.94%-
HSV(B)287.89º59.38%75.29%-
XYZ28.617.6951.78-
YUV118.2169.65164.23-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 38.50%
GREEN value IS 78 (30.86% from 255) = 17.77%
BLUE value IS 192 (75.39% from 255) = 43.74%
R=38.50%
G=17.77%
B=43.74%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal169781920.120.5900.25287.8947.552.94
HexA94EC0C3B0191203035
Octal25111630014730314406065
Binary101010011001110110000001100111011011001100100000110000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94EC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94EC0; }

 p { color: rgb(169,78,192); }

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

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

 a { background-color: rgb(169,78,192); }

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

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

 span { border-color: rgb(169,78,192); }

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