Html Css Color HEX #A059BD Deep Lilac

📋 copy color: '#A059BD'

red 160 ◦ green 89 ◦ blue 189

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

Shades of Deep Lilac #A059BD

Tints of Deep Lilac #A059BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 43.15%

R = 36.53%
G = 20.32%
B = 43.15%

CMYK

 C value IS 0.15

 M value IS 0.53

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#A059BD (or 0xA059BD) is known color: Deep Lilac. HEX triplet: A0, 59 and BD. RGB value is (160,89,189). Sum of RGB (Red+Green+Blue) = 160+89+189=438 (58% of max value = 765). Red value is 160 (62.89% from 255 or 36.53% from 438); Green value is 89 (35.16% from 255 or 20.32% from 438); Blue value is 189 (74.22% from 255 or 43.15% from 438); Max value from RGB is 189 - color contains mainly: blue. Hex color #A059BD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059BD is #5FA642. Grayscale: #797979. Windows color (decimal): -6268483 or 12409248. OLE color: 12409248.

HSL color Cylindrical-coordinate representation of color #A059BD: hue angle of 282.6º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A059BD is Cyan = 0.15, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 160 89 189 -
CMYK 0.15 0.53 0 0.26
HSL 282.6º 0.43% 0.55% -
HSV(B) 282.6º 0.53% 0.74% -
XYZ 27.25 18.29 50.24 -
YUV 121.63 166.02 155.37 -
System Red Green Blue C M Y K H S L
Decimal 160 89 189 0.15 0.53 0 0.26 282.6 0.43 0.55
Hex A0 59 BD F 35 0 1A 11B 2B 37
Octal 240 131 275 17 65 0 32 433 53 67
Binary 10100000 1011001 10111101 1111 110101 0 11010 100011011 101011 110111

Color Harmonies of #A059BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059BD

Black with #A059BD

Text Example


Text Example

White with #A059BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059BD; }

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

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

background-color css

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

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

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

border-color css

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

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

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