Html Css Color HEX #AA5498 Violet Blue

📋 copy color: '#AA5498'

red 170 ◦ green 84 ◦ blue 152

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

Shades of Violet Blue #AA5498

Tints of Violet Blue #AA5498

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.44%

R = 41.87%
G = 20.69%
B = 37.44%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA5498 (or 0xAA5498) is known color: Violet Blue. HEX triplet: AA, 54 and 98. RGB value is (170,84,152). Sum of RGB (Red+Green+Blue) = 170+84+152=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 84 (33.20% from 255 or 20.69% from 406); Blue value is 152 (59.77% from 255 or 37.44% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5498 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5498 is #55AB67. Grayscale: #757575. Windows color (decimal): -5614440 or 9983146. OLE color: 9983146.

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

Color convert

RGB 170 84 152 -
CMYK 0 0.51 0.11 0.33
HSL 312.56º 0.34% 0.5% -
HSV(B) 312.56º 0.51% 0.67% -
XYZ 25.42 17.15 31.68 -
YUV 117.47 147.49 165.47 -
System Red Green Blue C M Y K H S L
Decimal 170 84 152 0 0.51 0.11 0.33 312.56 0.34 0.5
Hex AA 54 98 0 33 B 21 139 22 32
Octal 252 124 230 0 63 13 41 471 42 62
Binary 10101010 1010100 10011000 0 110011 1011 100001 100111001 100010 110010

Color Harmonies of #AA5498

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5498

Black with #AA5498

Text Example


Text Example

White with #AA5498

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5498; }

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

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

background-color css

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

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

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

border-color css

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

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

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