Html Css Color HEX #A059B6 Deep Lilac

📋 copy color: '#A059B6'

red 160 ◦ green 89 ◦ blue 182

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

Shades of Deep Lilac #A059B6

Tints of Deep Lilac #A059B6

RGB

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

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

 BLUE value IS 182 (71.48% from 255) = 42.23%

R = 37.12%
G = 20.65%
B = 42.23%

CMYK

 C value IS 0.12

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A059B6 (or 0xA059B6) is known color: Deep Lilac. HEX triplet: A0, 59 and B6. RGB value is (160,89,182). Sum of RGB (Red+Green+Blue) = 160+89+182=431 (57% of max value = 765). Red value is 160 (62.89% from 255 or 37.12% from 431); Green value is 89 (35.16% from 255 or 20.65% from 431); Blue value is 182 (71.48% from 255 or 42.23% from 431); Max value from RGB is 182 - color contains mainly: blue. Hex color #A059B6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059B6 is #5FA649. Grayscale: #787878. Windows color (decimal): -6268490 or 11950496. OLE color: 11950496.

HSL color Cylindrical-coordinate representation of color #A059B6: hue angle of 285.81º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A059B6 is Cyan = 0.12, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 89 182 -
CMYK 0.12 0.51 0 0.29
HSL 285.81º 0.39% 0.53% -
HSV(B) 285.81º 0.51% 0.71% -
XYZ 26.51 18 46.33 -
YUV 120.83 162.52 155.94 -
System Red Green Blue C M Y K H S L
Decimal 160 89 182 0.12 0.51 0 0.29 285.81 0.39 0.53
Hex A0 59 B6 C 33 0 1D 11E 27 35
Octal 240 131 266 14 63 0 35 436 47 65
Binary 10100000 1011001 10110110 1100 110011 0 11101 100011110 100111 110101

Color Harmonies of #A059B6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059B6

Black with #A059B6

Text Example


Text Example

White with #A059B6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059B6; }

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

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

background-color css

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

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

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

border-color css

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

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

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