#A552C4

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

Shades of Deep Lilac #A552C4

Tints of Deep Lilac #A552C4

Color information

#A552C4 (or 0xA552C4) is unknown color: approx Deep Lilac. HEX triplet: A5, 52 and C4. RGB value is (165,82,196). Sum of RGB (Red+Green+Blue) = 165+82+196=443 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.25% from 443); Green value is 82 (32.42% from 255 or 18.51% from 443); Blue value is 196 (76.95% from 255 or 44.24% from 443); Max value from RGB is 196 - color contains mainly: blue. Hex color #A552C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A552C4 is #5AAD3B. Grayscale: #777777. Windows color (decimal): -5942588 or 12866213. OLE color: 12866213.

HSL color Cylindrical-coordinate representation of color #A552C4: hue angle of 283.68º degrees, saturation: 0.49, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A552C4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16582196-
CMYK0.160.5800.23
HSL283.68º49.14%54.51%-
HSV(B)283.68º58.16%76.86%-
XYZ28.518.0254.2-
YUV119.81171160.23-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.25%
GREEN value IS 82 (32.42% from 255) = 18.51%
BLUE value IS 196 (76.95% from 255) = 44.24%
R=37.25%
G=18.51%
B=44.24%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal165821960.160.5800.23283.6849.1454.51
HexA552C4103A01711c3137
Octal24512230420720274346167
Binary1010010110100101100010010000111010010111100011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A552C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A552C4; }

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

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

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

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

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

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

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

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