Html Css Color HEX #AA2A7A Medium Red Violet

📋 copy color: '#AA2A7A'

red 170 ◦ green 42 ◦ blue 122

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

Shades of Medium Red Violet #AA2A7A

Tints of Medium Red Violet #AA2A7A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 36.53%

R = 50.9%
G = 12.57%
B = 36.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA2A7A (or 0xAA2A7A) is known color: Medium Red Violet. HEX triplet: AA, 2A and 7A. RGB value is (170,42,122). Sum of RGB (Red+Green+Blue) = 170+42+122=334 (44% of max value = 765). Red value is 170 (66.80% from 255 or 50.90% from 334); Green value is 42 (16.80% from 255 or 12.57% from 334); Blue value is 122 (48.05% from 255 or 36.53% from 334); Max value from RGB is 170 - color contains mainly: red. Hex color #AA2A7A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA2A7A is #55D585. Grayscale: #595959. Windows color (decimal): -5625222 or 8006314. OLE color: 8006314.

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

Color convert

RGB 170 42 122 -
CMYK 0 0.75 0.28 0.33
HSL 322.5º 0.6% 0.42% -
HSV(B) 322.5º 0.75% 0.67% -
XYZ 20.92 11.61 19.55 -
YUV 89.39 146.41 185.5 -
System Red Green Blue C M Y K H S L
Decimal 170 42 122 0 0.75 0.28 0.33 322.5 0.6 0.42
Hex AA 2A 7A 0 4B 1C 21 142 3C 2A
Octal 252 52 172 0 113 34 41 502 74 52
Binary 10101010 101010 1111010 0 1001011 11100 100001 101000010 111100 101010

Color Harmonies of #AA2A7A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA2A7A

Black with #AA2A7A

Text Example


Text Example

White with #AA2A7A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA2A7A; }

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

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

background-color css

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

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

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

border-color css

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

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

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