#A053CA

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

Shades of Deep Lilac #A053CA

Tints of Deep Lilac #A053CA

Color information

#A053CA (or 0xA053CA) is unknown color: approx Deep Lilac. HEX triplet: A0, 53 and CA. RGB value is (160,83,202). Sum of RGB (Red+Green+Blue) = 160+83+202=445 (58% of max value = 765). Red value is 160 (62.89% from 255 or 35.96% from 445); Green value is 83 (32.81% from 255 or 18.65% from 445); Blue value is 202 (79.30% from 255 or 45.39% from 445); Max value from RGB is 202 - color contains mainly: blue. Hex color #A053CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053CA is #5FAC35. Grayscale: #777777. Windows color (decimal): -6270006 or 13259680. OLE color: 13259680.

HSL color Cylindrical-coordinate representation of color #A053CA: hue angle of 278.82º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A053CA is Cyan = 0.21, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB16083202-
CMYK0.210.5900.21
HSL278.82º52.89%55.88%-
HSV(B)278.82º58.91%79.22%-
XYZ28.2517.9257.85-
YUV119.59174.51156.82-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.96%
GREEN value IS 83 (32.81% from 255) = 18.65%
BLUE value IS 202 (79.30% from 255) = 45.39%
R=35.96%
G=18.65%
B=45.39%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal160832020.210.5900.21278.8252.8955.88
HexA053CA153B0151173538
Octal24012331225730254276570
Binary1010000010100111100101010101111011010101100010111110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A053CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A053CA; }

 p { color: rgb(160,83,202); }

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

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

 a { background-color: rgb(160,83,202); }

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

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

 span { border-color: rgb(160,83,202); }

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