#A65ABB

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

Shades of Deep Lilac #A65ABB

Tints of Deep Lilac #A65ABB

Color information

#A65ABB (or 0xA65ABB) is unknown color: approx Deep Lilac. HEX triplet: A6, 5A and BB. RGB value is (166,90,187). Sum of RGB (Red+Green+Blue) = 166+90+187=443 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.47% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 187 (73.44% from 255 or 42.21% from 443); Max value from RGB is 187 - color contains mainly: blue. Hex color #A65ABB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65ABB is #59A544. Grayscale: #7B7B7B. Windows color (decimal): -5875013 or 12278438. OLE color: 12278438.

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

Color convert

RGB16690187-
CMYK0.110.5200.27
HSL287.01º41.63%54.31%-
HSV(B)287.01º51.87%73.33%-
XYZ28.3519.0149.19-
YUV123.78163.68158.11-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.47%
GREEN value IS 90 (35.55% from 255) = 20.32%
BLUE value IS 187 (73.44% from 255) = 42.21%
R=37.47%
G=20.32%
B=42.21%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166901870.110.5200.27287.0141.6354.31
HexA65ABBB3401B11f2a36
Octal24613227313640334375266
Binary101001101011010101110111011110100011011100011111101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65ABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65ABB; }

 p { color: rgb(166,90,187); }

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

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

 a { background-color: rgb(166,90,187); }

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

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

 span { border-color: rgb(166,90,187); }

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