Html Css Color HEX #AA2997 Medium Red Violet

📋 copy color: '#AA2997'

red 170 ◦ green 41 ◦ blue 151

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

Shades of Medium Red Violet #AA2997

Tints of Medium Red Violet #AA2997

RGB

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

 GREEN value IS 41 (16.41% from 255) = 11.33%

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

R = 46.96%
G = 11.33%
B = 41.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AA2997 (or 0xAA2997) is known color: Medium Red Violet. HEX triplet: AA, 29 and 97. RGB value is (170,41,151). Sum of RGB (Red+Green+Blue) = 170+41+151=362 (47% of max value = 765). Red value is 170 (66.80% from 255 or 46.96% from 362); Green value is 41 (16.41% from 255 or 11.33% from 362); Blue value is 151 (59.38% from 255 or 41.71% from 362); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2997 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2997 is #55D668. Grayscale: #5B5B5B. Windows color (decimal): -5625449 or 9906602. OLE color: 9906602.

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

Color convert

RGB 170 41 151 -
CMYK 0 0.76 0.11 0.33
HSL 308.84º 0.61% 0.41% -
HSV(B) 308.84º 0.76% 0.67% -
XYZ 22.96 12.37 30.46 -
YUV 92.11 161.24 183.56 -
System Red Green Blue C M Y K H S L
Decimal 170 41 151 0 0.76 0.11 0.33 308.84 0.61 0.41
Hex AA 29 97 0 4C B 21 135 3D 29
Octal 252 51 227 0 114 13 41 465 75 51
Binary 10101010 101001 10010111 0 1001100 1011 100001 100110101 111101 101001

Color Harmonies of #AA2997

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2997

Black with #AA2997

Text Example


Text Example

White with #AA2997

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2997; }

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

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

background-color css

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

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

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

border-color css

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

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

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