Html Css Color HEX #AA4997 Violet Blue

📋 copy color: '#AA4997'

red 170 ◦ green 73 ◦ blue 151

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

Shades of Violet Blue #AA4997

Tints of Violet Blue #AA4997

RGB

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

 GREEN value IS 73 (28.91% from 255) = 18.53%

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

R = 43.15%
G = 18.53%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA4997 (or 0xAA4997) is known color: Violet Blue. HEX triplet: AA, 49 and 97. RGB value is (170,73,151). Sum of RGB (Red+Green+Blue) = 170+73+151=394 (52% of max value = 765). Red value is 170 (66.80% from 255 or 43.15% from 394); Green value is 73 (28.91% from 255 or 18.53% from 394); Blue value is 151 (59.38% from 255 or 38.32% from 394); Max value from RGB is 170 - color contains mainly: red. Hex color #AA4997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA4997 is #55B668. Grayscale: #6E6E6E. Windows color (decimal): -5617257 or 9914794. OLE color: 9914794.

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

Color convert

RGB 170 73 151 -
CMYK 0 0.57 0.11 0.33
HSL 311.75º 0.4% 0.48% -
HSV(B) 311.75º 0.57% 0.67% -
XYZ 24.55 15.55 30.99 -
YUV 110.9 150.64 170.16 -
System Red Green Blue C M Y K H S L
Decimal 170 73 151 0 0.57 0.11 0.33 311.75 0.4 0.48
Hex AA 49 97 0 39 B 21 138 28 30
Octal 252 111 227 0 71 13 41 470 50 60
Binary 10101010 1001001 10010111 0 111001 1011 100001 100111000 101000 110000

Color Harmonies of #AA4997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA4997

Black with #AA4997

Text Example


Text Example

White with #AA4997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA4997; }

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

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

background-color css

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

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

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

border-color css

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

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

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