#A652BC

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

Shades of Deep Lilac #A652BC

Tints of Deep Lilac #A652BC

Color information

#A652BC (or 0xA652BC) is unknown color: approx Deep Lilac. HEX triplet: A6, 52 and BC. RGB value is (166,82,188). Sum of RGB (Red+Green+Blue) = 166+82+188=436 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.07% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 188 (73.83% from 255 or 43.12% from 436); Max value from RGB is 188 - color contains mainly: blue. Hex color #A652BC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652BC is #59AD43. Grayscale: #767676. Windows color (decimal): -5877060 or 12341926. OLE color: 12341926.

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

Color convert

RGB16682188-
CMYK0.120.5600.26
HSL287.55º44.17%52.94%-
HSV(B)287.55º56.38%73.73%-
XYZ27.8217.7749.54-
YUV119.2166.83161.38-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.07%
GREEN value IS 82 (32.42% from 255) = 18.81%
BLUE value IS 188 (73.83% from 255) = 43.12%
R=38.07%
G=18.81%
B=43.12%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal166821880.120.5600.26287.5544.1752.94
HexA652BCC3801A1202c35
Octal24612227414700324405465
Binary101001101010010101111001100111000011010100100000101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652BC; }

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

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

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

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

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

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

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

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