#A65DC6

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

Shades of Deep Lilac #A65DC6

Tints of Deep Lilac #A65DC6

Color information

#A65DC6 (or 0xA65DC6) is unknown color: approx Deep Lilac. HEX triplet: A6, 5D and C6. RGB value is (166,93,198). Sum of RGB (Red+Green+Blue) = 166+93+198=457 (60% of max value = 765). Red value is 166 (65.23% from 255 or 36.32% from 457); Green value is 93 (36.72% from 255 or 20.35% from 457); Blue value is 198 (77.73% from 255 or 43.33% from 457); Max value from RGB is 198 - color contains mainly: blue. Hex color #A65DC6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DC6 is #59A239. Grayscale: #7E7E7E. Windows color (decimal): -5874234 or 13000102. OLE color: 13000102.

HSL color Cylindrical-coordinate representation of color #A65DC6: hue angle of 281.71º degrees, saturation: 0.48, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A65DC6 is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB16693198-
CMYK0.160.5300.22
HSL281.71º47.95%57.06%-
HSV(B)281.71º53.03%77.65%-
XYZ29.8320.0155.72-
YUV126.8168.18155.96-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.32%
GREEN value IS 93 (36.72% from 255) = 20.35%
BLUE value IS 198 (77.73% from 255) = 43.33%
R=36.32%
G=20.35%
B=43.33%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal166931980.160.5300.22281.7147.9557.06
HexA65DC6103501611a3039
Octal24613530620650264326071
Binary1010011010111011100011010000110101010110100011010110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DC6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DC6; }

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

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

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

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

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

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

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

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