Html Css Color HEX #AA2992 Medium Red Violet

📋 copy color: '#AA2992'

red 170 ◦ green 41 ◦ blue 146

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

Shades of Medium Red Violet #AA2992

Tints of Medium Red Violet #AA2992

RGB

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

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

 BLUE value IS 146 (57.42% from 255) = 40.9%

R = 47.62%
G = 11.48%
B = 40.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.14

 K value IS 0.33

RGB Variations

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

Color information

#AA2992 (or 0xAA2992) is known color: Medium Red Violet. HEX triplet: AA, 29 and 92. RGB value is (170,41,146). Sum of RGB (Red+Green+Blue) = 170+41+146=357 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.62% from 357); Green value is 41 (16.41% from 255 or 11.48% from 357); Blue value is 146 (57.42% from 255 or 40.90% from 357); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2992 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2992 is #55D66D. Grayscale: #5B5B5B. Windows color (decimal): -5625454 or 9578922. OLE color: 9578922.

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

Color convert

RGB 170 41 146 -
CMYK 0 0.76 0.14 0.33
HSL 311.16º 0.61% 0.41% -
HSV(B) 311.16º 0.76% 0.67% -
XYZ 22.56 12.21 28.36 -
YUV 91.54 158.74 183.96 -
System Red Green Blue C M Y K H S L
Decimal 170 41 146 0 0.76 0.14 0.33 311.16 0.61 0.41
Hex AA 29 92 0 4C E 21 137 3D 29
Octal 252 51 222 0 114 16 41 467 75 51
Binary 10101010 101001 10010010 0 1001100 1110 100001 100110111 111101 101001

Color Harmonies of #AA2992

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2992

Black with #AA2992

Text Example


Text Example

White with #AA2992

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2992; }

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

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

background-color css

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

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

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

border-color css

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

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

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