#A65DBE

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

Shades of Deep Lilac #A65DBE

Tints of Deep Lilac #A65DBE

Color information

#A65DBE (or 0xA65DBE) is unknown color: approx Deep Lilac. HEX triplet: A6, 5D and BE. RGB value is (166,93,190). Sum of RGB (Red+Green+Blue) = 166+93+190=449 (59% of max value = 765). Red value is 166 (65.23% from 255 or 36.97% from 449); Green value is 93 (36.72% from 255 or 20.71% from 449); Blue value is 190 (74.61% from 255 or 42.32% from 449); Max value from RGB is 190 - color contains mainly: blue. Hex color #A65DBE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBE is #59A241. Grayscale: #7D7D7D. Windows color (decimal): -5874242 or 12475814. OLE color: 12475814.

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

Color convert

RGB16693190-
CMYK0.130.5100.25
HSL285.15º42.73%55.49%-
HSV(B)285.15º51.05%74.51%-
XYZ28.9319.6550.98-
YUV125.88164.18156.61-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 36.97%
GREEN value IS 93 (36.72% from 255) = 20.71%
BLUE value IS 190 (74.61% from 255) = 42.32%
R=36.97%
G=20.71%
B=42.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal166931900.130.5100.25285.1542.7355.49
HexA65DBED3301911d2b37
Octal24613527615630314355367
Binary101001101011101101111101101110011011001100011101101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DBE; }

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

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

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

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

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

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

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

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