Html Css Color HEX #AA5697 Violet Blue

📋 copy color: '#AA5697'

red 170 ◦ green 86 ◦ blue 151

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

Shades of Violet Blue #AA5697

Tints of Violet Blue #AA5697

RGB

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

 GREEN value IS 86 (33.98% from 255) = 21.13%

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

R = 41.77%
G = 21.13%
B = 37.1%

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

#AA5697 (or 0xAA5697) is known color: Violet Blue. HEX triplet: AA, 56 and 97. RGB value is (170,86,151). Sum of RGB (Red+Green+Blue) = 170+86+151=407 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.77% from 407); Green value is 86 (33.98% from 255 or 21.13% from 407); Blue value is 151 (59.38% from 255 or 37.10% from 407); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5697 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5697 is #55A968. Grayscale: #767676. Windows color (decimal): -5613929 or 9918122. OLE color: 9918122.

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

Color convert

RGB 170 86 151 -
CMYK 0 0.49 0.11 0.33
HSL 313.57º 0.33% 0.5% -
HSV(B) 313.57º 0.49% 0.67% -
XYZ 25.49 17.44 31.3 -
YUV 118.53 146.33 164.71 -
System Red Green Blue C M Y K H S L
Decimal 170 86 151 0 0.49 0.11 0.33 313.57 0.33 0.5
Hex AA 56 97 0 31 B 21 13A 21 32
Octal 252 126 227 0 61 13 41 472 41 62
Binary 10101010 1010110 10010111 0 110001 1011 100001 100111010 100001 110010

Color Harmonies of #AA5697

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5697

Black with #AA5697

Text Example


Text Example

White with #AA5697

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5697; }

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

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

background-color css

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

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

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

border-color css

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

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

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