#A552BB

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

Shades of Deep Lilac #A552BB

Tints of Deep Lilac #A552BB

Color information

#A552BB (or 0xA552BB) is unknown color: approx Deep Lilac. HEX triplet: A5, 52 and BB. RGB value is (165,82,187). Sum of RGB (Red+Green+Blue) = 165+82+187=434 (57% of max value = 765). Red value is 165 (64.84% from 255 or 38.02% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 187 (73.44% from 255 or 43.09% from 434); Max value from RGB is 187 - color contains mainly: blue. Hex color #A552BB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552BB is #5AAD44. Grayscale: #767676. Windows color (decimal): -5942597 or 12276389. OLE color: 12276389.

HSL color Cylindrical-coordinate representation of color #A552BB: hue angle of 287.43º degrees, saturation: 0.44, 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 #A552BB is Cyan = 0.12, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB16582187-
CMYK0.120.5600.27
HSL287.43º43.57%52.75%-
HSV(B)287.43º56.15%73.33%-
XYZ27.517.6248.97-
YUV118.79166.5160.96-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 38.02%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 187 (73.44% from 255) = 43.09%
R=38.02%
G=18.89%
B=43.09%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal165821870.120.5600.27287.4343.5752.75
HexA552BBC3801B11f2c35
Octal24512227314700334375465
Binary101001011010010101110111100111000011011100011111101100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552BB; }

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

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

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

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

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

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

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

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