#A553C4

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

Shades of Deep Lilac #A553C4

Tints of Deep Lilac #A553C4

Color information

#A553C4 (or 0xA553C4) is unknown color: approx Deep Lilac. HEX triplet: A5, 53 and C4. RGB value is (165,83,196). Sum of RGB (Red+Green+Blue) = 165+83+196=444 (58% of max value = 765). Red value is 165 (64.84% from 255 or 37.16% from 444); Green value is 83 (32.81% from 255 or 18.69% from 444); Blue value is 196 (76.95% from 255 or 44.14% from 444); Max value from RGB is 196 - color contains mainly: blue. Hex color #A553C4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A553C4 is #5AAC3B. Grayscale: #787878. Windows color (decimal): -5942332 or 12866469. OLE color: 12866469.

HSL color Cylindrical-coordinate representation of color #A553C4: hue angle of 283.54º 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 #A553C4 is Cyan = 0.16, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB16583196-
CMYK0.160.5800.23
HSL283.54º48.92%54.71%-
HSV(B)283.54º57.65%76.86%-
XYZ28.5718.1754.23-
YUV120.4170.67159.81-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 37.16%
GREEN value IS 83 (32.81% from 255) = 18.69%
BLUE value IS 196 (76.95% from 255) = 44.14%
R=37.16%
G=18.69%
B=44.14%

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
Decimal165831960.160.5800.23283.5448.9254.71
HexA553C4103A01711c3137
Octal24512330420720274346167
Binary1010010110100111100010010000111010010111100011100110001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A553C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A553C4; }

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

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

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

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

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

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

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

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