#A762C0

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

Shades of Deep Lilac #A762C0

Tints of Deep Lilac #A762C0

Color information

#A762C0 (or 0xA762C0) is unknown color: approx Deep Lilac. HEX triplet: A7, 62 and C0. RGB value is (167,98,192). Sum of RGB (Red+Green+Blue) = 167+98+192=457 (60% of max value = 765). Red value is 167 (65.62% from 255 or 36.54% from 457); Green value is 98 (38.67% from 255 or 21.44% from 457); Blue value is 192 (75.39% from 255 or 42.01% from 457); Max value from RGB is 192 - color contains mainly: blue. Hex color #A762C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A762C0 is #589D3F. Grayscale: #818181. Windows color (decimal): -5807424 or 12608167. OLE color: 12608167.

HSL color Cylindrical-coordinate representation of color #A762C0: hue angle of 284.04º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A762C0 is Cyan = 0.13, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16798192-
CMYK0.130.4900.25
HSL284.04º42.73%56.86%-
HSV(B)284.04º48.96%75.29%-
XYZ29.8220.7652.3-
YUV129.35163.36154.86-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 36.54%
GREEN value IS 98 (38.67% from 255) = 21.44%
BLUE value IS 192 (75.39% from 255) = 42.01%
R=36.54%
G=21.44%
B=42.01%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal167981920.130.4900.25284.0442.7356.86
HexA762C0D3101911c2b39
Octal24714230015610314345371
Binary101001111100010110000001101110001011001100011100101011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A762C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A762C0; }

 p { color: rgb(167,98,192); }

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

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

 a { background-color: rgb(167,98,192); }

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

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

 span { border-color: rgb(167,98,192); }

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