Html Css Color HEX #AA227A Medium Red Violet

📋 copy color: '#AA227A'

red 170 ◦ green 34 ◦ blue 122

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

Shades of Medium Red Violet #AA227A

Tints of Medium Red Violet #AA227A

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.43%

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

R = 52.15%
G = 10.43%
B = 37.42%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA227A (or 0xAA227A) is known color: Medium Red Violet. HEX triplet: AA, 22 and 7A. RGB value is (170,34,122). Sum of RGB (Red+Green+Blue) = 170+34+122=326 (43% of max value = 765). Red value is 170 (66.80% from 255 or 52.15% from 326); Green value is 34 (13.67% from 255 or 10.43% from 326); Blue value is 122 (48.05% from 255 or 37.42% from 326); Max value from RGB is 170 - color contains mainly: red. Hex color #AA227A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA227A is #55DD85. Grayscale: #545454. Windows color (decimal): -5627270 or 8004266. OLE color: 8004266.

HSL color Cylindrical-coordinate representation of color #AA227A: hue angle of 321.18º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AA227A is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB 170 34 122 -
CMYK 0 0.80 0.28 0.33
HSL 321.18º 0.67% 0.4% -
HSV(B) 321.18º 0.8% 0.67% -
XYZ 20.66 11.1 19.46 -
YUV 84.7 149.06 188.84 -
System Red Green Blue C M Y K H S L
Decimal 170 34 122 0 0.80 0.28 0.33 321.18 0.67 0.4
Hex AA 22 7A 0 50 1C 21 141 43 28
Octal 252 42 172 0 120 34 41 501 103 50
Binary 10101010 100010 1111010 0 1010000 11100 100001 101000001 1000011 101000

Color Harmonies of #AA227A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA227A

Black with #AA227A

Text Example


Text Example

White with #AA227A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA227A; }

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

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

background-color css

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

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

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

border-color css

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

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

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