#A65DBA

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

Shades of Deep Lilac #A65DBA

Tints of Deep Lilac #A65DBA

Color information

#A65DBA (or 0xA65DBA) is unknown color: approx Deep Lilac. HEX triplet: A6, 5D and BA. RGB value is (166,93,186). Sum of RGB (Red+Green+Blue) = 166+93+186=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 93 (36.72% from 255 or 20.90% from 445); Blue value is 186 (73.05% from 255 or 41.80% from 445); Max value from RGB is 186 - color contains mainly: blue. Hex color #A65DBA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65DBA is #59A245. Grayscale: #7D7D7D. Windows color (decimal): -5874246 or 12213670. OLE color: 12213670.

HSL color Cylindrical-coordinate representation of color #A65DBA: hue angle of 287.1º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65DBA is Cyan = 0.11, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16693186-
CMYK0.110.500.27
HSL287.1º40.26%54.71%-
HSV(B)287.1º50%72.94%-
XYZ28.519.4848.71-
YUV125.43162.18156.94-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 93 (36.72% from 255) = 20.90%
BLUE value IS 186 (73.05% from 255) = 41.80%
R=37.30%
G=20.90%
B=41.80%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166931860.110.500.27287.140.2654.71
HexA65DBAB3201B11f2837
Octal24613527213620334375067
Binary101001101011101101110101011110010011011100011111101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65DBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65DBA; }

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

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

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

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

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

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

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

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