Html Css Color HEX #AA5198 Violet Blue

📋 copy color: '#AA5198'

red 170 ◦ green 81 ◦ blue 152

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

Shades of Violet Blue #AA5198

Tints of Violet Blue #AA5198

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 37.72%

R = 42.18%
G = 20.1%
B = 37.72%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA5198 (or 0xAA5198) is known color: Violet Blue. HEX triplet: AA, 51 and 98. RGB value is (170,81,152). Sum of RGB (Red+Green+Blue) = 170+81+152=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 81 (32.03% from 255 or 20.10% from 403); Blue value is 152 (59.77% from 255 or 37.72% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5198 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5198 is #55AE67. Grayscale: #737373. Windows color (decimal): -5615208 or 9982378. OLE color: 9982378.

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

Color convert

RGB 170 81 152 -
CMYK 0 0.52 0.11 0.33
HSL 312.13º 0.35% 0.49% -
HSV(B) 312.13º 0.52% 0.67% -
XYZ 25.19 16.7 31.6 -
YUV 115.71 148.49 166.73 -
System Red Green Blue C M Y K H S L
Decimal 170 81 152 0 0.52 0.11 0.33 312.13 0.35 0.49
Hex AA 51 98 0 34 B 21 138 23 31
Octal 252 121 230 0 64 13 41 470 43 61
Binary 10101010 1010001 10011000 0 110100 1011 100001 100111000 100011 110001

Color Harmonies of #AA5198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5198

Black with #AA5198

Text Example


Text Example

White with #AA5198

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5198; }

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

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

background-color css

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

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

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

border-color css

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

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

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