Html Css Color HEX #AA2A7D Medium Red Violet

📋 copy color: '#AA2A7D'

red 170 ◦ green 42 ◦ blue 125

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

Shades of Medium Red Violet #AA2A7D

Tints of Medium Red Violet #AA2A7D

RGB

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

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

 BLUE value IS 125 (49.22% from 255) = 37.09%

R = 50.45%
G = 12.46%
B = 37.09%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA2A7D (or 0xAA2A7D) is known color: Medium Red Violet. HEX triplet: AA, 2A and 7D. RGB value is (170,42,125). Sum of RGB (Red+Green+Blue) = 170+42+125=337 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.45% from 337); Green value is 42 (16.80% from 255 or 12.46% from 337); Blue value is 125 (49.22% from 255 or 37.09% from 337); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2A7D is #55D582. Grayscale: #595959. Windows color (decimal): -5625219 or 8202922. OLE color: 8202922.

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

Color convert

RGB 170 42 125 -
CMYK 0 0.75 0.26 0.33
HSL 321.09º 0.6% 0.42% -
HSV(B) 321.09º 0.75% 0.67% -
XYZ 21.11 11.68 20.54 -
YUV 89.73 147.91 185.25 -
System Red Green Blue C M Y K H S L
Decimal 170 42 125 0 0.75 0.26 0.33 321.09 0.6 0.42
Hex AA 2A 7D 0 4B 1A 21 141 3C 2A
Octal 252 52 175 0 113 32 41 501 74 52
Binary 10101010 101010 1111101 0 1001011 11010 100001 101000001 111100 101010

Color Harmonies of #AA2A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A7D

Black with #AA2A7D

Text Example


Text Example

White with #AA2A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A7D; }

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

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

background-color css

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

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

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

border-color css

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

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

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