Html Css Color HEX #AA4897 Violet Blue

📋 copy color: '#AA4897'

red 170 ◦ green 72 ◦ blue 151

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

Shades of Violet Blue #AA4897

Tints of Violet Blue #AA4897

RGB

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

 GREEN value IS 72 (28.52% from 255) = 18.32%

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

R = 43.26%
G = 18.32%
B = 38.42%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA4897 (or 0xAA4897) is known color: Violet Blue. HEX triplet: AA, 48 and 97. RGB value is (170,72,151). Sum of RGB (Red+Green+Blue) = 170+72+151=393 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.26% from 393); Green value is 72 (28.52% from 255 or 18.32% from 393); Blue value is 151 (59.38% from 255 or 38.42% from 393); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4897 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4897 is #55B768. Grayscale: #6E6E6E. Windows color (decimal): -5617513 or 9914538. OLE color: 9914538.

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

Color convert

RGB 170 72 151 -
CMYK 0 0.58 0.11 0.33
HSL 311.63º 0.4% 0.47% -
HSV(B) 311.63º 0.58% 0.67% -
XYZ 24.48 15.42 30.96 -
YUV 110.31 150.97 170.58 -
System Red Green Blue C M Y K H S L
Decimal 170 72 151 0 0.58 0.11 0.33 311.63 0.4 0.47
Hex AA 48 97 0 3A B 21 138 28 2F
Octal 252 110 227 0 72 13 41 470 50 57
Binary 10101010 1001000 10010111 0 111010 1011 100001 100111000 101000 101111

Color Harmonies of #AA4897

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4897

Black with #AA4897

Text Example


Text Example

White with #AA4897

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4897; }

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

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

background-color css

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

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

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

border-color css

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

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

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