#A652BA

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

Shades of Deep Lilac #A652BA

Tints of Deep Lilac #A652BA

Color information

#A652BA (or 0xA652BA) is unknown color: approx Deep Lilac. HEX triplet: A6, 52 and BA. RGB value is (166,82,186). Sum of RGB (Red+Green+Blue) = 166+82+186=434 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.25% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #A652BA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652BA is #59AD45. Grayscale: #767676. Windows color (decimal): -5877062 or 12210854. OLE color: 12210854.

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

Color convert

RGB16682186-
CMYK0.110.5600.27
HSL288.46º42.98%52.55%-
HSV(B)288.46º55.91%72.94%-
XYZ27.6117.6948.41-
YUV118.97165.83161.54-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.25%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=38.25%
G=18.89%
B=42.86%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal166821860.110.5600.27288.4642.9852.55
HexA652BAB3801B1202b35
Octal24612227213700334405365
Binary101001101010010101110101011111000011011100100000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652BA; }

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

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

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

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

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

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

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

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