Html Css Color HEX #AA5196 Violet Blue

📋 copy color: '#AA5196'

red 170 ◦ green 81 ◦ blue 150

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

Shades of Violet Blue #AA5196

Tints of Violet Blue #AA5196

RGB

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

 GREEN value IS 81 (32.03% from 255) = 20.2%

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

R = 42.39%
G = 20.2%
B = 37.41%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA5196 (or 0xAA5196) is known color: Violet Blue. HEX triplet: AA, 51 and 96. RGB value is (170,81,150). Sum of RGB (Red+Green+Blue) = 170+81+150=401 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.39% from 401); Green value is 81 (32.03% from 255 or 20.20% from 401); Blue value is 150 (58.98% from 255 or 37.41% from 401); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5196 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5196 is #55AE69. Grayscale: #737373. Windows color (decimal): -5615210 or 9851306. OLE color: 9851306.

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

Color convert

RGB 170 81 150 -
CMYK 0 0.52 0.12 0.33
HSL 313.48º 0.35% 0.49% -
HSV(B) 313.48º 0.52% 0.67% -
XYZ 25.03 16.63 30.75 -
YUV 115.48 147.49 166.89 -
System Red Green Blue C M Y K H S L
Decimal 170 81 150 0 0.52 0.12 0.33 313.48 0.35 0.49
Hex AA 51 96 0 34 C 21 139 23 31
Octal 252 121 226 0 64 14 41 471 43 61
Binary 10101010 1010001 10010110 0 110100 1100 100001 100111001 100011 110001

Color Harmonies of #AA5196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5196

Black with #AA5196

Text Example


Text Example

White with #AA5196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5196; }

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

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

background-color css

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

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

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

border-color css

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

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

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