Html Css Color HEX #AA5897 Violet Blue

📋 copy color: '#AA5897'

red 170 ◦ green 88 ◦ blue 151

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

Shades of Violet Blue #AA5897

Tints of Violet Blue #AA5897

RGB

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

 GREEN value IS 88 (34.77% from 255) = 21.52%

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

R = 41.56%
G = 21.52%
B = 36.92%

CMYK

 C value IS 0

 M value IS 0.48

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA5897 (or 0xAA5897) is known color: Violet Blue. HEX triplet: AA, 58 and 97. RGB value is (170,88,151). Sum of RGB (Red+Green+Blue) = 170+88+151=409 (54% of max value = 765). Red value is 170 (66.80% from 255 or 41.56% from 409); Green value is 88 (34.77% from 255 or 21.52% from 409); Blue value is 151 (59.38% from 255 or 36.92% from 409); Max value from RGB is 170 - color contains mainly: red. Hex color #AA5897 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AA5897 is #55A768. Grayscale: #777777. Windows color (decimal): -5613417 or 9918634. OLE color: 9918634.

HSL color Cylindrical-coordinate representation of color #AA5897: hue angle of 313.9º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #AA5897 is Cyan = 0, Magento = 0.48, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 88 151 -
CMYK 0 0.48 0.11 0.33
HSL 313.9º 0.33% 0.51% -
HSV(B) 313.9º 0.48% 0.67% -
XYZ 25.65 17.76 31.35 -
YUV 119.7 145.67 163.88 -
System Red Green Blue C M Y K H S L
Decimal 170 88 151 0 0.48 0.11 0.33 313.9 0.33 0.51
Hex AA 58 97 0 30 B 21 13A 21 33
Octal 252 130 227 0 60 13 41 472 41 63
Binary 10101010 1011000 10010111 0 110000 1011 100001 100111010 100001 110011

Color Harmonies of #AA5897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA5897

Black with #AA5897

Text Example


Text Example

White with #AA5897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA5897; }

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

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

background-color css

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

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

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

border-color css

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

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

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