Html Css Color HEX #A053CE Deep Lilac

📋 copy color: '#A053CE'

red 160 ◦ green 83 ◦ blue 206

#A053CE
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Lilac #A053CE

Tints of Deep Lilac #A053CE

RGB

 RED value IS 160 (62.89% from 255) = 35.63%

 GREEN value IS 83 (32.81% from 255) = 18.49%

 BLUE value IS 206 (80.86% from 255) = 45.88%

R = 35.63%
G = 18.49%
B = 45.88%

CMYK

 C value IS 0.22

 M value IS 0.60

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#A053CE (or 0xA053CE) is known color: Deep Lilac. HEX triplet: A0, 53 and CE. RGB value is (160,83,206). Sum of RGB (Red+Green+Blue) = 160+83+206=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 83 (32.81% from 255 or 18.49% from 449); Blue value is 206 (80.86% from 255 or 45.88% from 449); Max value from RGB is 206 - color contains mainly: blue. Hex color #A053CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A053CE is #5FAC31. Grayscale: #777777. Windows color (decimal): -6270002 or 13521824. OLE color: 13521824.

HSL color Cylindrical-coordinate representation of color #A053CE: hue angle of 277.56º 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 #A053CE is Cyan = 0.22, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 160 83 206 -
CMYK 0.22 0.60 0 0.19
HSL 277.56º 0.56% 0.57% -
HSV(B) 277.56º 0.6% 0.81% -
XYZ 28.73 18.12 60.38 -
YUV 120.05 176.51 156.5 -
System Red Green Blue C M Y K H S L
Decimal 160 83 206 0.22 0.60 0 0.19 277.56 0.56 0.57
Hex A0 53 CE 16 3C 0 13 116 38 39
Octal 240 123 316 26 74 0 23 426 70 71
Binary 10100000 1010011 11001110 10110 111100 0 10011 100010110 111000 111001

Color Harmonies of #A053CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053CE

Black with #A053CE

Text Example


Text Example

White with #A053CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A053CE; }

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

 H1.HeaderClassName
 {
   color: #A053CE;
 }
 .AnyTagClassName
 {
   color: #A053CE;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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