#A053CF

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

Shades of Deep Lilac #A053CF

Tints of Deep Lilac #A053CF

Color information

#A053CF (or 0xA053CF) is unknown color: approx Deep Lilac. HEX triplet: A0, 53 and CF. RGB value is (160,83,207). Sum of RGB (Red+Green+Blue) = 160+83+207=450 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.56% from 450); Green value is 83 (32.81% from 255 or 18.44% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #A053CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053CF is #5FAC30. Grayscale: #777777. Windows color (decimal): -6270001 or 13587360. OLE color: 13587360.

HSL color Cylindrical-coordinate representation of color #A053CF: hue angle of 277.26º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A053CF is Cyan = 0.23, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB16083207-
CMYK0.230.6000.19
HSL277.26º56.36%56.86%-
HSV(B)277.26º59.9%81.18%-
XYZ28.8518.1761.02-
YUV120.16177.01156.42-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 35.56%
GREEN value IS 83 (32.81% from 255) = 18.44%
BLUE value IS 207 (81.25% from 255) = 46%
R=35.56%
G=18.44%
B=46%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal160832070.230.6000.19277.2656.3656.86
HexA053CF173C0131153839
Octal24012331727740234257071
Binary1010000010100111100111110111111100010011100010101111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A053CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A053CF; }

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

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

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

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

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

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

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

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