#A053B8

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

Shades of Deep Lilac #A053B8

Tints of Deep Lilac #A053B8

Color information

#A053B8 (or 0xA053B8) is unknown color: approx Deep Lilac. HEX triplet: A0, 53 and B8. RGB value is (160,83,184). Sum of RGB (Red+Green+Blue) = 160+83+184=427 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.47% from 427); Green value is 83 (32.81% from 255 or 19.44% from 427); Blue value is 184 (72.27% from 255 or 43.09% from 427); Max value from RGB is 184 - color contains mainly: blue. Hex color #A053B8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053B8 is #5FAC47. Grayscale: #757575. Windows color (decimal): -6270024 or 12080032. OLE color: 12080032.

HSL color Cylindrical-coordinate representation of color #A053B8: hue angle of 285.74º degrees, saturation: 0.42, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A053B8 is Cyan = 0.13, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB16083184-
CMYK0.130.5500.28
HSL285.74º41.56%52.35%-
HSV(B)285.74º54.89%72.16%-
XYZ26.2417.1247.27-
YUV117.54165.51158.29-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 37.47%
GREEN value IS 83 (32.81% from 255) = 19.44%
BLUE value IS 184 (72.27% from 255) = 43.09%
R=37.47%
G=19.44%
B=43.09%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal160831840.130.5500.28285.7441.5652.35
HexA053B8D3701C11e2a34
Octal24012327015670344365264
Binary101000001010011101110001101110111011100100011110101010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A053B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A053B8; }

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

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

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

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

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

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

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

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