Html Css Color HEX #AA559A Violet Blue

📋 copy color: '#AA559A'

red 170 ◦ green 85 ◦ blue 154

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

Shades of Violet Blue #AA559A

Tints of Violet Blue #AA559A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 37.65%

R = 41.56%
G = 20.78%
B = 37.65%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AA559A (or 0xAA559A) is known color: Violet Blue. HEX triplet: AA, 55 and 9A. RGB value is (170,85,154). Sum of RGB (Red+Green+Blue) = 170+85+154=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 85 (33.59% from 255 or 20.78% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA559A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA559A is #55AA65. Grayscale: #767676. Windows color (decimal): -5614182 or 10114474. OLE color: 10114474.

HSL color Cylindrical-coordinate representation of color #AA559A: hue angle of 311.29º 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 #AA559A is Cyan = 0, Magento = 0.50, Yellow = 0.09 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 85 154 -
CMYK 0 0.50 0.09 0.33
HSL 311.29º 0.33% 0.5% -
HSV(B) 311.29º 0.5% 0.67% -
XYZ 25.66 17.38 32.57 -
YUV 118.28 148.16 164.89 -
System Red Green Blue C M Y K H S L
Decimal 170 85 154 0 0.50 0.09 0.33 311.29 0.33 0.5
Hex AA 55 9A 0 32 9 21 137 21 32
Octal 252 125 232 0 62 11 41 467 41 62
Binary 10101010 1010101 10011010 0 110010 1001 100001 100110111 100001 110010

Color Harmonies of #AA559A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA559A

Black with #AA559A

Text Example


Text Example

White with #AA559A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA559A; }

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

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

background-color css

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

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

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

border-color css

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

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

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