Html Css Color HEX #A059B4 Deep Lilac

📋 copy color: '#A059B4'

red 160 ◦ green 89 ◦ blue 180

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

Shades of Deep Lilac #A059B4

Tints of Deep Lilac #A059B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 41.96%

R = 37.3%
G = 20.75%
B = 41.96%

CMYK

 C value IS 0.11

 M value IS 0.51

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#A059B4 (or 0xA059B4) is known color: Deep Lilac. HEX triplet: A0, 59 and B4. RGB value is (160,89,180). Sum of RGB (Red+Green+Blue) = 160+89+180=429 (56% of max value = 765). Red value is 160 (62.89% from 255 or 37.30% from 429); Green value is 89 (35.16% from 255 or 20.75% from 429); Blue value is 180 (70.70% from 255 or 41.96% from 429); Max value from RGB is 180 - color contains mainly: blue. Hex color #A059B4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A059B4 is #5FA64B. Grayscale: #787878. Windows color (decimal): -6268492 or 11819424. OLE color: 11819424.

HSL color Cylindrical-coordinate representation of color #A059B4: hue angle of 286.81º degrees, saturation: 0.38, 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 #A059B4 is Cyan = 0.11, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 160 89 180 -
CMYK 0.11 0.51 0 0.29
HSL 286.81º 0.38% 0.53% -
HSV(B) 286.81º 0.51% 0.71% -
XYZ 26.31 17.91 45.25 -
YUV 120.6 161.52 156.1 -
System Red Green Blue C M Y K H S L
Decimal 160 89 180 0.11 0.51 0 0.29 286.81 0.38 0.53
Hex A0 59 B4 B 33 0 1D 11F 26 35
Octal 240 131 264 13 63 0 35 437 46 65
Binary 10100000 1011001 10110100 1011 110011 0 11101 100011111 100110 110101

Color Harmonies of #A059B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059B4

Black with #A059B4

Text Example


Text Example

White with #A059B4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059B4; }

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

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

background-color css

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

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

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

border-color css

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

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

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