Html Css Color HEX #AA5499 Violet Blue

📋 copy color: '#AA5499'

red 170 ◦ green 84 ◦ blue 153

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

Shades of Violet Blue #AA5499

Tints of Violet Blue #AA5499

RGB

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

 GREEN value IS 84 (33.2% from 255) = 20.64%

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

R = 41.77%
G = 20.64%
B = 37.59%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.1

 K value IS 0.33

RGB Variations

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

Color information

#AA5499 (or 0xAA5499) is known color: Violet Blue. HEX triplet: AA, 54 and 99. RGB value is (170,84,153). Sum of RGB (Red+Green+Blue) = 170+84+153=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 84 (33.20% from 255 or 20.64% from 407); Blue value is 153 (60.16% from 255 or 37.59% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5499 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5499 is #55AB66. Grayscale: #757575. Windows color (decimal): -5614439 or 10048682. OLE color: 10048682.

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

Color convert

RGB 170 84 153 -
CMYK 0 0.51 0.1 0.33
HSL 311.86º 0.34% 0.5% -
HSV(B) 311.86º 0.51% 0.67% -
XYZ 25.5 17.19 32.11 -
YUV 117.58 147.99 165.39 -
System Red Green Blue C M Y K H S L
Decimal 170 84 153 0 0.51 0.1 0.33 311.86 0.34 0.5
Hex AA 54 99 0 33 A 21 138 22 32
Octal 252 124 231 0 63 12 41 470 42 62
Binary 10101010 1010100 10011001 0 110011 1010 100001 100111000 100010 110010

Color Harmonies of #AA5499

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5499

Black with #AA5499

Text Example


Text Example

White with #AA5499

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5499; }

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

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

background-color css

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

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

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

border-color css

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

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

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