#A65DC0

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

Shades of Deep Lilac #A65DC0

Tints of Deep Lilac #A65DC0

Color information

#A65DC0 (or 0xA65DC0) is unknown color: approx Deep Lilac. HEX triplet: A6, 5D and C0. RGB value is (166,93,192). Sum of RGB (Red+Green+Blue) = 166+93+192=451 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.81% from 451); Green value is 93 (36.72% from 255 or 20.62% from 451); Blue value is 192 (75.39% from 255 or 42.57% from 451); Max value from RGB is 192 - color contains mainly: blue. Hex color #A65DC0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DC0 is #59A23F. Grayscale: #7D7D7D. Windows color (decimal): -5874240 or 12606886. OLE color: 12606886.

HSL color Cylindrical-coordinate representation of color #A65DC0: hue angle of 284.24º degrees, saturation: 0.44, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A65DC0 is Cyan = 0.14, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB16693192-
CMYK0.140.5200.25
HSL284.24º44%55.88%-
HSV(B)284.24º51.56%75.29%-
XYZ29.1519.7452.14-
YUV126.11165.18156.45-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.81%
GREEN value IS 93 (36.72% from 255) = 20.62%
BLUE value IS 192 (75.39% from 255) = 42.57%
R=36.81%
G=20.62%
B=42.57%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166931920.140.5200.25284.244455.88
HexA65DC0E3401911c2c38
Octal24613530016640314345470
Binary101001101011101110000001110110100011001100011100101100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DC0; }

 p { color: rgb(166,93,192); }

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

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

 a { background-color: rgb(166,93,192); }

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

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

 span { border-color: rgb(166,93,192); }

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