Html Css Color HEX #AA2A95 Medium Red Violet

📋 copy color: '#AA2A95'

red 170 ◦ green 42 ◦ blue 149

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

Shades of Medium Red Violet #AA2A95

Tints of Medium Red Violet #AA2A95

RGB

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

 GREEN value IS 42 (16.8% from 255) = 11.63%

 BLUE value IS 149 (58.59% from 255) = 41.27%

R = 47.09%
G = 11.63%
B = 41.27%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AA2A95 (or 0xAA2A95) is known color: Medium Red Violet. HEX triplet: AA, 2A and 95. RGB value is (170,42,149). Sum of RGB (Red+Green+Blue) = 170+42+149=361 (47% of max value = 765). Red value is 170 (66.80% from 255 or 47.09% from 361); Green value is 42 (16.80% from 255 or 11.63% from 361); Blue value is 149 (58.59% from 255 or 41.27% from 361); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A95 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AA2A95 is #55D56A. Grayscale: #5C5C5C. Windows color (decimal): -5625195 or 9775786. OLE color: 9775786.

HSL color Cylindrical-coordinate representation of color #AA2A95: hue angle of 309.84º degrees, saturation: 0.6, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AA2A95 is Cyan = 0, Magento = 0.75, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 42 149 -
CMYK 0 0.75 0.12 0.33
HSL 309.84º 0.6% 0.42% -
HSV(B) 309.84º 0.75% 0.67% -
XYZ 22.83 12.37 29.62 -
YUV 92.47 159.91 183.3 -
System Red Green Blue C M Y K H S L
Decimal 170 42 149 0 0.75 0.12 0.33 309.84 0.6 0.42
Hex AA 2A 95 0 4B C 21 136 3C 2A
Octal 252 52 225 0 113 14 41 466 74 52
Binary 10101010 101010 10010101 0 1001011 1100 100001 100110110 111100 101010

Color Harmonies of #AA2A95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A95

Black with #AA2A95

Text Example


Text Example

White with #AA2A95

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A95; }

 p { color: rgb(170,42,149); }

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

background-color css

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

 a { background-color: rgb(170,42,149); }

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

border-color css

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

 span { border-color: rgb(170,42,149); }

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