Html Css Color HEX #A053CA Deep Lilac

📋 copy color: '#A053CA'

red 160 ◦ green 83 ◦ blue 202

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

Shades of Deep Lilac #A053CA

Tints of Deep Lilac #A053CA

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.3% from 255) = 45.39%

R = 35.96%
G = 18.65%
B = 45.39%

CMYK

 C value IS 0.21

 M value IS 0.59

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A053CA (or 0xA053CA) is known color: 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

RGB 160 83 202 -
CMYK 0.21 0.59 0 0.21
HSL 278.82º 0.53% 0.56% -
HSV(B) 278.82º 0.59% 0.79% -
XYZ 28.25 17.92 57.85 -
YUV 119.59 174.51 156.82 -
System Red Green Blue C M Y K H S L
Decimal 160 83 202 0.21 0.59 0 0.21 278.82 0.53 0.56
Hex A0 53 CA 15 3B 0 15 117 35 38
Octal 240 123 312 25 73 0 25 427 65 70
Binary 10100000 1010011 11001010 10101 111011 0 10101 100010111 110101 111000

Color Harmonies of #A053CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A053CA

Black with #A053CA

Text Example


Text Example

White with #A053CA

Text Example


Text Example

HTML Codes & Css Web 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>