Html Css Color HEX #A059CA Deep Lilac

📋 copy color: '#A059CA'

red 160 ◦ green 89 ◦ blue 202

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

Shades of Deep Lilac #A059CA

Tints of Deep Lilac #A059CA

RGB

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

 GREEN value IS 89 (35.16% from 255) = 19.73%

 BLUE value IS 202 (79.3% from 255) = 44.79%

R = 35.48%
G = 19.73%
B = 44.79%

CMYK

 C value IS 0.21

 M value IS 0.56

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#A059CA (or 0xA059CA) is known color: Deep Lilac. HEX triplet: A0, 59 and CA. RGB value is (160,89,202). Sum of RGB (Red+Green+Blue) = 160+89+202=451 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.48% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 202 (79.30% from 255 or 44.79% from 451); Max value from RGB is 202 - color contains mainly: blue. Hex color #A059CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059CA is #5FA635. Grayscale: #7A7A7A. Windows color (decimal): -6268470 or 13261216. OLE color: 13261216.

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

Color convert

RGB 160 89 202 -
CMYK 0.21 0.56 0 0.21
HSL 277.7º 0.52% 0.57% -
HSV(B) 277.7º 0.56% 0.79% -
XYZ 28.73 18.88 58.01 -
YUV 123.11 172.52 154.31 -
System Red Green Blue C M Y K H S L
Decimal 160 89 202 0.21 0.56 0 0.21 277.7 0.52 0.57
Hex A0 59 CA 15 38 0 15 116 34 39
Octal 240 131 312 25 70 0 25 426 64 71
Binary 10100000 1011001 11001010 10101 111000 0 10101 100010110 110100 111001

Color Harmonies of #A059CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059CA

Black with #A059CA

Text Example


Text Example

White with #A059CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059CA; }

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

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

background-color css

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

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

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

border-color css

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

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

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