#A552CC

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

Shades of Deep Lilac #A552CC

Tints of Deep Lilac #A552CC

Color information

#A552CC (or 0xA552CC) is unknown color: approx Deep Lilac. HEX triplet: A5, 52 and CC. RGB value is (165,82,204). Sum of RGB (Red+Green+Blue) = 165+82+204=451 (59% of max value = 765). Red value is 165 (64.84% from 255 or 36.59% from 451); Green value is 82 (32.42% from 255 or 18.18% from 451); Blue value is 204 (80.08% from 255 or 45.23% from 451); Max value from RGB is 204 - color contains mainly: blue. Hex color #A552CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552CC is #5AAD33. Grayscale: #787878. Windows color (decimal): -5942580 or 13390501. OLE color: 13390501.

HSL color Cylindrical-coordinate representation of color #A552CC: hue angle of 280.82º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A552CC is Cyan = 0.19, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB16582204-
CMYK0.190.6000.2
HSL280.82º54.46%56.08%-
HSV(B)280.82º59.8%80%-
XYZ29.4318.3959.13-
YUV120.72175159.58-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 36.59%
GREEN value IS 82 (32.42% from 255) = 18.18%
BLUE value IS 204 (80.08% from 255) = 45.23%
R=36.59%
G=18.18%
B=45.23%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal165822040.190.6000.2280.8254.4656.08
HexA552CC133C0141193638
Octal24512231423740244316670
Binary1010010110100101100110010011111100010100100011001110110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552CC; }

 p { color: rgb(165,82,204); }

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

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

 a { background-color: rgb(165,82,204); }

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

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

 span { border-color: rgb(165,82,204); }

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