Html Css Color HEX #A059AA Violet Blue

📋 copy color: '#A059AA'

red 160 ◦ green 89 ◦ blue 170

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

Shades of Violet Blue #A059AA

Tints of Violet Blue #A059AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 40.57%

R = 38.19%
G = 21.24%
B = 40.57%

CMYK

 C value IS 0.06

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#A059AA (or 0xA059AA) is known color: Violet Blue. HEX triplet: A0, 59 and AA. RGB value is (160,89,170). Sum of RGB (Red+Green+Blue) = 160+89+170=419 (55% of max value = 765). Red value is 160 (62.89% from 255 or 38.19% from 419); Green value is 89 (35.16% from 255 or 21.24% from 419); Blue value is 170 (66.80% from 255 or 40.57% from 419); Max value from RGB is 170 - color contains mainly: blue. Hex color #A059AA is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059AA is #5FA655. Grayscale: #777777. Windows color (decimal): -6268502 or 11164064. OLE color: 11164064.

HSL color Cylindrical-coordinate representation of color #A059AA: hue angle of 292.59º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A059AA is Cyan = 0.06, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 160 89 170 -
CMYK 0.06 0.48 0 0.33
HSL 292.59º 0.32% 0.51% -
HSV(B) 292.59º 0.48% 0.67% -
XYZ 25.33 17.52 40.08 -
YUV 119.46 156.52 156.91 -
System Red Green Blue C M Y K H S L
Decimal 160 89 170 0.06 0.48 0 0.33 292.59 0.32 0.51
Hex A0 59 AA 6 30 0 21 125 20 33
Octal 240 131 252 6 60 0 41 445 40 63
Binary 10100000 1011001 10101010 110 110000 0 100001 100100101 100000 110011

Color Harmonies of #A059AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059AA

Black with #A059AA

Text Example


Text Example

White with #A059AA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059AA; }

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

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

background-color css

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

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

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

border-color css

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

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

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