Html Css Color HEX #AA5491 Violet Blue

📋 copy color: '#AA5491'

red 170 ◦ green 84 ◦ blue 145

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

Shades of Violet Blue #AA5491

Tints of Violet Blue #AA5491

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 36.34%

R = 42.61%
G = 21.05%
B = 36.34%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AA5491 (or 0xAA5491) is known color: Violet Blue. HEX triplet: AA, 54 and 91. RGB value is (170,84,145). Sum of RGB (Red+Green+Blue) = 170+84+145=399 (52% of max value = 765). Red value is 170 (66.80% from 255 or 42.61% from 399); Green value is 84 (33.20% from 255 or 21.05% from 399); Blue value is 145 (57.03% from 255 or 36.34% from 399); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5491 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5491 is #55AB6E. Grayscale: #747474. Windows color (decimal): -5614447 or 9524394. OLE color: 9524394.

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

Color convert

RGB 170 84 145 -
CMYK 0 0.51 0.15 0.33
HSL 317.44º 0.34% 0.5% -
HSV(B) 317.44º 0.51% 0.67% -
XYZ 24.86 16.93 28.75 -
YUV 116.67 143.99 166.04 -
System Red Green Blue C M Y K H S L
Decimal 170 84 145 0 0.51 0.15 0.33 317.44 0.34 0.5
Hex AA 54 91 0 33 F 21 13D 22 32
Octal 252 124 221 0 63 17 41 475 42 62
Binary 10101010 1010100 10010001 0 110011 1111 100001 100111101 100010 110010

Color Harmonies of #AA5491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5491

Black with #AA5491

Text Example


Text Example

White with #AA5491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5491; }

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

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

background-color css

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

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

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

border-color css

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

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

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