Html Css Color HEX #AA5696 Violet Blue

📋 copy color: '#AA5696'

red 170 ◦ green 86 ◦ blue 150

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

Shades of Violet Blue #AA5696

Tints of Violet Blue #AA5696

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 36.95%

R = 41.87%
G = 21.18%
B = 36.95%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5696 (or 0xAA5696) is known color: Violet Blue. HEX triplet: AA, 56 and 96. RGB value is (170,86,150). Sum of RGB (Red+Green+Blue) = 170+86+150=406 (53% of max value = 765). Red value is 170 (66.80% from 255 or 41.87% from 406); Green value is 86 (33.98% from 255 or 21.18% from 406); Blue value is 150 (58.98% from 255 or 36.95% from 406); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5696 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5696 is #55A969. Grayscale: #767676. Windows color (decimal): -5613930 or 9852586. OLE color: 9852586.

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

Color convert

RGB 170 86 150 -
CMYK 0 0.49 0.12 0.33
HSL 314.29º 0.33% 0.5% -
HSV(B) 314.29º 0.49% 0.67% -
XYZ 25.41 17.4 30.87 -
YUV 118.41 145.83 164.8 -
System Red Green Blue C M Y K H S L
Decimal 170 86 150 0 0.49 0.12 0.33 314.29 0.33 0.5
Hex AA 56 96 0 31 C 21 13A 21 32
Octal 252 126 226 0 61 14 41 472 41 62
Binary 10101010 1010110 10010110 0 110001 1100 100001 100111010 100001 110010

Color Harmonies of #AA5696

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5696

Black with #AA5696

Text Example


Text Example

White with #AA5696

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5696; }

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

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

background-color css

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

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

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

border-color css

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

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

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