Html Css Color HEX #AA5599 Violet Blue

📋 copy color: '#AA5599'

red 170 ◦ green 85 ◦ blue 153

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

Shades of Violet Blue #AA5599

Tints of Violet Blue #AA5599

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 37.5%

R = 41.67%
G = 20.83%
B = 37.5%

CMYK

 C value IS 0

 M value IS 0.50

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA5599 (or 0xAA5599) is known color: Violet Blue. HEX triplet: AA, 55 and 99. RGB value is (170,85,153). Sum of RGB (Red+Green+Blue) = 170+85+153=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 85 (33.59% from 255 or 20.83% from 408); Blue value is 153 (60.16% from 255 or 37.5% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5599 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5599 is #55AA66. Grayscale: #757575. Windows color (decimal): -5614183 or 10048938. OLE color: 10048938.

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

Color convert

RGB 170 85 153 -
CMYK 0 0.50 0.1 0.33
HSL 312º 0.33% 0.5% -
HSV(B) 312º 0.5% 0.67% -
XYZ 25.58 17.34 32.14 -
YUV 118.17 147.66 164.97 -
System Red Green Blue C M Y K H S L
Decimal 170 85 153 0 0.50 0.1 0.33 312 0.33 0.5
Hex AA 55 99 0 32 A 21 138 21 32
Octal 252 125 231 0 62 12 41 470 41 62
Binary 10101010 1010101 10011001 0 110010 1010 100001 100111000 100001 110010

Color Harmonies of #AA5599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5599

Black with #AA5599

Text Example


Text Example

White with #AA5599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5599; }

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

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

background-color css

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

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

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

border-color css

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

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

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