#A842C0

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

Shades of Deep Lilac #A842C0

Tints of Deep Lilac #A842C0

Color information

#A842C0 (or 0xA842C0) is unknown color: approx Deep Lilac. HEX triplet: A8, 42 and C0. RGB value is (168,66,192). Sum of RGB (Red+Green+Blue) = 168+66+192=426 (56% of max value = 765). Red value is 168 (66.02% from 255 or 39.44% from 426); Green value is 66 (26.17% from 255 or 15.49% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 192 - color contains mainly: blue. Hex color #A842C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A842C0 is #57BD3F. Grayscale: #6E6E6E. Windows color (decimal): -5750080 or 12599976. OLE color: 12599976.

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

Color convert

RGB16866192-
CMYK0.120.6600.25
HSL288.57º50%50.59%-
HSV(B)288.57º65.62%75.29%-
XYZ27.6116.0351.51-
YUV110.86173.79168.75-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 39.44%
GREEN value IS 66 (26.17% from 255) = 15.49%
BLUE value IS 192 (75.39% from 255) = 45.07%
R=39.44%
G=15.49%
B=45.07%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal168661920.120.6600.25288.575050.59
HexA842C0C420191213233
Octal250102300141020314416263
Binary1010100010000101100000011001000010011001100100001110010110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A842C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A842C0; }

 p { color: rgb(168,66,192); }

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

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

 a { background-color: rgb(168,66,192); }

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

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

 span { border-color: rgb(168,66,192); }

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