Html Css Color HEX #A059A4 Violet Blue

📋 copy color: '#A059A4'

red 160 ◦ green 89 ◦ blue 164

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

Shades of Violet Blue #A059A4

Tints of Violet Blue #A059A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 39.71%

R = 38.74%
G = 21.55%
B = 39.71%

CMYK

 C value IS 0.02

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#A059A4 (or 0xA059A4) is known color: Violet Blue. HEX triplet: A0, 59 and A4. RGB value is (160,89,164). Sum of RGB (Red+Green+Blue) = 160+89+164=413 (54% of max value = 765). Red value is 160 (62.89% from 255 or 38.74% from 413); Green value is 89 (35.16% from 255 or 21.55% from 413); Blue value is 164 (64.45% from 255 or 39.71% from 413); Max value from RGB is 164 - color contains mainly: blue. Hex color #A059A4 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A059A4 is #5FA65B. Grayscale: #767676. Windows color (decimal): -6268508 or 10770848. OLE color: 10770848.

HSL color Cylindrical-coordinate representation of color #A059A4: hue angle of 296.8º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A059A4 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 160 89 164 -
CMYK 0.02 0.46 0 0.36
HSL 296.8º 0.3% 0.5% -
HSV(B) 296.8º 0.46% 0.64% -
XYZ 24.77 17.3 37.16 -
YUV 118.78 153.52 157.4 -
System Red Green Blue C M Y K H S L
Decimal 160 89 164 0.02 0.46 0 0.36 296.8 0.3 0.5
Hex A0 59 A4 2 2E 0 24 129 1E 32
Octal 240 131 244 2 56 0 44 451 36 62
Binary 10100000 1011001 10100100 10 101110 0 100100 100101001 11110 110010

Color Harmonies of #A059A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #A059A4

Black with #A059A4

Text Example


Text Example

White with #A059A4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #A059A4; }

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

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

background-color css

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

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

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

border-color css

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

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

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