Html Css Color HEX #A059C8 Deep Lilac

📋 copy color: '#A059C8'

red 160 ◦ green 89 ◦ blue 200

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

Shades of Deep Lilac #A059C8

Tints of Deep Lilac #A059C8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 44.54%

R = 35.63%
G = 19.82%
B = 44.54%

CMYK

 C value IS 0.2

 M value IS 0.56

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#A059C8 (or 0xA059C8) is known color: Deep Lilac. HEX triplet: A0, 59 and C8. RGB value is (160,89,200). Sum of RGB (Red+Green+Blue) = 160+89+200=449 (59% of max value = 765). Red value is 160 (62.89% from 255 or 35.63% from 449); Green value is 89 (35.16% from 255 or 19.82% from 449); Blue value is 200 (78.52% from 255 or 44.54% from 449); Max value from RGB is 200 - color contains mainly: blue. Hex color #A059C8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059C8 is #5FA637. Grayscale: #7A7A7A. Windows color (decimal): -6268472 or 13130144. OLE color: 13130144.

HSL color Cylindrical-coordinate representation of color #A059C8: hue angle of 278.38º degrees, saturation: 0.5, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A059C8 is Cyan = 0.2, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 160 89 200 -
CMYK 0.2 0.56 0 0.22
HSL 278.38º 0.5% 0.57% -
HSV(B) 278.38º 0.56% 0.78% -
XYZ 28.49 18.79 56.77 -
YUV 122.88 171.52 154.47 -
System Red Green Blue C M Y K H S L
Decimal 160 89 200 0.2 0.56 0 0.22 278.38 0.5 0.57
Hex A0 59 C8 14 38 0 16 116 32 39
Octal 240 131 310 24 70 0 26 426 62 71
Binary 10100000 1011001 11001000 10100 111000 0 10110 100010110 110010 111001

Color Harmonies of #A059C8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059C8

Black with #A059C8

Text Example


Text Example

White with #A059C8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059C8; }

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

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

background-color css

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

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

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

border-color css

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

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

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