#A65CBB

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

Shades of Deep Lilac #A65CBB

Tints of Deep Lilac #A65CBB

Color information

#A65CBB (or 0xA65CBB) is unknown color: approx Deep Lilac. HEX triplet: A6, 5C and BB. RGB value is (166,92,187). Sum of RGB (Red+Green+Blue) = 166+92+187=445 (58% of max value = 765). Red value is 166 (65.23% from 255 or 37.30% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 187 (73.44% from 255 or 42.02% from 445); Max value from RGB is 187 - color contains mainly: blue. Hex color #A65CBB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CBB is #59A344. Grayscale: #7C7C7C. Windows color (decimal): -5874501 or 12278950. OLE color: 12278950.

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

Color convert

RGB16692187-
CMYK0.110.5100.27
HSL286.74º41.13%54.71%-
HSV(B)286.74º50.8%73.33%-
XYZ28.5219.3549.25-
YUV124.96163.02157.28-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.30%
GREEN value IS 92 (36.33% from 255) = 20.67%
BLUE value IS 187 (73.44% from 255) = 42.02%
R=37.30%
G=20.67%
B=42.02%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166921870.110.5100.27286.7441.1354.71
HexA65CBBB3301B11f2937
Octal24613427313630334375167
Binary101001101011100101110111011110011011011100011111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CBB; }

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

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

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

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

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

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

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

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