#A652B8

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

Shades of Deep Lilac #A652B8

Tints of Deep Lilac #A652B8

Color information

#A652B8 (or 0xA652B8) is unknown color: approx Deep Lilac. HEX triplet: A6, 52 and B8. RGB value is (166,82,184). Sum of RGB (Red+Green+Blue) = 166+82+184=432 (57% of max value = 765). Red value is 166 (65.23% from 255 or 38.43% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 184 (72.27% from 255 or 42.59% from 432); Max value from RGB is 184 - color contains mainly: blue. Hex color #A652B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A652B8 is #59AD47. Grayscale: #767676. Windows color (decimal): -5877064 or 12079782. OLE color: 12079782.

HSL color Cylindrical-coordinate representation of color #A652B8: hue angle of 289.41º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A652B8 is Cyan = 0.10, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16682184-
CMYK0.100.5500.28
HSL289.41º41.8%52.16%-
HSV(B)289.41º55.43%72.16%-
XYZ27.3917.647.3-
YUV118.74164.83161.71-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 38.43%
GREEN value IS 82 (32.42% from 255) = 18.98%
BLUE value IS 184 (72.27% from 255) = 42.59%
R=38.43%
G=18.98%
B=42.59%

CMYK

C (Cyan) values IS 0.10
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal166821840.100.5500.28289.4141.852.16
HexA652B8A3701C1212a34
Octal24612227012670344415264
Binary101001101010010101110001010110111011100100100001101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A652B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A652B8; }

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

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

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

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

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

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

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

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