Html Css Color HEX #AA5797 Violet Blue

📋 copy color: '#AA5797'

red 170 ◦ green 87 ◦ blue 151

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

Shades of Violet Blue #AA5797

Tints of Violet Blue #AA5797

RGB

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

 GREEN value IS 87 (34.38% from 255) = 21.32%

 BLUE value IS 151 (59.38% from 255) = 37.01%

R = 41.67%
G = 21.32%
B = 37.01%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA5797 (or 0xAA5797) is known color: Violet Blue. HEX triplet: AA, 57 and 97. RGB value is (170,87,151). Sum of RGB (Red+Green+Blue) = 170+87+151=408 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.67% from 408); Green value is 87 (34.38% from 255 or 21.32% from 408); Blue value is 151 (59.38% from 255 or 37.01% from 408); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5797 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5797 is #55A868. Grayscale: #767676. Windows color (decimal): -5613673 or 9918378. OLE color: 9918378.

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

Color convert

RGB 170 87 151 -
CMYK 0 0.49 0.11 0.33
HSL 313.73º 0.33% 0.5% -
HSV(B) 313.73º 0.49% 0.67% -
XYZ 25.57 17.6 31.33 -
YUV 119.11 146 164.3 -
System Red Green Blue C M Y K H S L
Decimal 170 87 151 0 0.49 0.11 0.33 313.73 0.33 0.5
Hex AA 57 97 0 31 B 21 13A 21 32
Octal 252 127 227 0 61 13 41 472 41 62
Binary 10101010 1010111 10010111 0 110001 1011 100001 100111010 100001 110010

Color Harmonies of #AA5797

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5797

Black with #AA5797

Text Example


Text Example

White with #AA5797

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5797; }

 p { color: rgb(170,87,151); }

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

background-color css

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

 a { background-color: rgb(170,87,151); }

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

border-color css

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

 span { border-color: rgb(170,87,151); }

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