Html Css Color HEX #AA559E Violet Blue

📋 copy color: '#AA559E'

red 170 ◦ green 85 ◦ blue 158

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

Shades of Violet Blue #AA559E

Tints of Violet Blue #AA559E

RGB

 RED value IS 170 (66.8% from 255) = 41.16%

 GREEN value IS 85 (33.59% from 255) = 20.58%

 BLUE value IS 158 (62.11% from 255) = 38.26%

R = 41.16%
G = 20.58%
B = 38.26%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.07

 K value IS 0.33

RGB Variations

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

Color information

#AA559E (or 0xAA559E) is known color: Violet Blue. HEX triplet: AA, 55 and 9E. RGB value is (170,85,158). Sum of RGB (Red+Green+Blue) = 170+85+158=413 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.16% from 413); Green value is 85 (33.59% from 255 or 20.58% from 413); Blue value is 158 (62.11% from 255 or 38.26% from 413); Max value from RGB is 170 - color contains mainly: red. Hex color #AA559E is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA559E is #55AA61. Grayscale: #767676. Windows color (decimal): -5614178 or 10376618. OLE color: 10376618.

HSL color Cylindrical-coordinate representation of color #AA559E: hue angle of 308.47º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AA559E is Cyan = 0, Magento = 0.50, Yellow = 0.07 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 158 -
CMYK 0 0.50 0.07 0.33
HSL 308.47º 0.33% 0.5% -
HSV(B) 308.47º 0.5% 0.67% -
XYZ 26 17.51 34.36 -
YUV 118.74 150.16 164.56 -
System Red Green Blue C M Y K H S L
Decimal 170 85 158 0 0.50 0.07 0.33 308.47 0.33 0.5
Hex AA 55 9E 0 32 7 21 134 21 32
Octal 252 125 236 0 62 7 41 464 41 62
Binary 10101010 1010101 10011110 0 110010 111 100001 100110100 100001 110010

Color Harmonies of #AA559E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA559E

Black with #AA559E

Text Example


Text Example

White with #AA559E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA559E; }

 p { color: rgb(170,85,158); }

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

background-color css

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

 a { background-color: rgb(170,85,158); }

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

border-color css

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

 span { border-color: rgb(170,85,158); }

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