#A65CBC

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

Shades of Deep Lilac #A65CBC

Tints of Deep Lilac #A65CBC

Color information

#A65CBC (or 0xA65CBC) is unknown color: approx Deep Lilac. HEX triplet: A6, 5C and BC. RGB value is (166,92,188). Sum of RGB (Red+Green+Blue) = 166+92+188=446 (59% of max value = 765). Red value is 166 (65.23% from 255 or 37.22% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 188 (73.83% from 255 or 42.15% from 446); Max value from RGB is 188 - color contains mainly: blue. Hex color #A65CBC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A65CBC is #59A343. Grayscale: #7C7C7C. Windows color (decimal): -5874500 or 12344486. OLE color: 12344486.

HSL color Cylindrical-coordinate representation of color #A65CBC: hue angle of 286.25º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A65CBC is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB16692188-
CMYK0.120.5100.26
HSL286.25º41.74%54.9%-
HSV(B)286.25º51.06%73.73%-
XYZ28.6319.3949.81-
YUV125.07163.52157.19-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 37.22%
GREEN value IS 92 (36.33% from 255) = 20.63%
BLUE value IS 188 (73.83% from 255) = 42.15%
R=37.22%
G=20.63%
B=42.15%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166921880.120.5100.26286.2541.7454.9
HexA65CBCC3301A11e2a37
Octal24613427414630324365267
Binary101001101011100101111001100110011011010100011110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A65CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A65CBC; }

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

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

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

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

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

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

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

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