Html Css Color HEX #A059BE Deep Lilac

📋 copy color: '#A059BE'

red 160 ◦ green 89 ◦ blue 190

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

Shades of Deep Lilac #A059BE

Tints of Deep Lilac #A059BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 43.28%

R = 36.45%
G = 20.27%
B = 43.28%

CMYK

 C value IS 0.16

 M value IS 0.53

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#A059BE (or 0xA059BE) is known color: Deep Lilac. HEX triplet: A0, 59 and BE. RGB value is (160,89,190). Sum of RGB (Red+Green+Blue) = 160+89+190=439 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.45% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 190 (74.61% from 255 or 43.28% from 439); Max value from RGB is 190 - color contains mainly: blue. Hex color #A059BE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059BE is #5FA641. Grayscale: #797979. Windows color (decimal): -6268482 or 12474784. OLE color: 12474784.

HSL color Cylindrical-coordinate representation of color #A059BE: hue angle of 282.18º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A059BE is Cyan = 0.16, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 160 89 190 -
CMYK 0.16 0.53 0 0.25
HSL 282.18º 0.44% 0.55% -
HSV(B) 282.18º 0.53% 0.75% -
XYZ 27.36 18.34 50.81 -
YUV 121.74 166.52 155.29 -
System Red Green Blue C M Y K H S L
Decimal 160 89 190 0.16 0.53 0 0.25 282.18 0.44 0.55
Hex A0 59 BE 10 35 0 19 11A 2C 37
Octal 240 131 276 20 65 0 31 432 54 67
Binary 10100000 1011001 10111110 10000 110101 0 11001 100011010 101100 110111

Color Harmonies of #A059BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059BE

Black with #A059BE

Text Example


Text Example

White with #A059BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059BE; }

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

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

background-color css

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

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

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

border-color css

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

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

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