Html Css Color HEX #AA5297 Violet Blue

📋 copy color: '#AA5297'

red 170 ◦ green 82 ◦ blue 151

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

Shades of Violet Blue #AA5297

Tints of Violet Blue #AA5297

RGB

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

 GREEN value IS 82 (32.42% from 255) = 20.35%

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

R = 42.18%
G = 20.35%
B = 37.47%

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

#AA5297 (or 0xAA5297) is known color: Violet Blue. HEX triplet: AA, 52 and 97. RGB value is (170,82,151). Sum of RGB (Red+Green+Blue) = 170+82+151=403 (53% of max value = 765). Red value is 170 (66.80% from 255 or 42.18% from 403); Green value is 82 (32.42% from 255 or 20.35% from 403); Blue value is 151 (59.38% from 255 or 37.47% from 403); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5297 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5297 is #55AD68. Grayscale: #737373. Windows color (decimal): -5614953 or 9917098. OLE color: 9917098.

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

Color convert

RGB 170 82 151 -
CMYK 0 0.52 0.11 0.33
HSL 312.95º 0.35% 0.49% -
HSV(B) 312.95º 0.52% 0.67% -
XYZ 25.18 16.82 31.2 -
YUV 116.18 147.65 166.39 -
System Red Green Blue C M Y K H S L
Decimal 170 82 151 0 0.52 0.11 0.33 312.95 0.35 0.49
Hex AA 52 97 0 34 B 21 139 23 31
Octal 252 122 227 0 64 13 41 471 43 61
Binary 10101010 1010010 10010111 0 110100 1011 100001 100111001 100011 110001

Color Harmonies of #AA5297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5297

Black with #AA5297

Text Example


Text Example

White with #AA5297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5297; }

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

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

background-color css

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

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

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

border-color css

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

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

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