Html Css Color HEX #AA227D Medium Red Violet

📋 copy color: '#AA227D'

red 170 ◦ green 34 ◦ blue 125

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

Shades of Medium Red Violet #AA227D

Tints of Medium Red Violet #AA227D

RGB

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

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

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

R = 51.67%
G = 10.33%
B = 37.99%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.26

 K value IS 0.33

RGB Variations

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

Color information

#AA227D (or 0xAA227D) is known color: Medium Red Violet. HEX triplet: AA, 22 and 7D. RGB value is (170,34,125). Sum of RGB (Red+Green+Blue) = 170+34+125=329 (43% of max value = 765). Red value is 170 (66.80% from 255 or 51.67% from 329); Green value is 34 (13.67% from 255 or 10.33% from 329); Blue value is 125 (49.22% from 255 or 37.99% from 329); Max value from RGB is 170 - color contains mainly: red. Hex color #AA227D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AA227D is #55DD82. Grayscale: #545454. Windows color (decimal): -5627267 or 8200874. OLE color: 8200874.

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

Color convert

RGB 170 34 125 -
CMYK 0 0.80 0.26 0.33
HSL 319.85º 0.67% 0.4% -
HSV(B) 319.85º 0.8% 0.67% -
XYZ 20.85 11.17 20.46 -
YUV 85.04 150.56 188.6 -
System Red Green Blue C M Y K H S L
Decimal 170 34 125 0 0.80 0.26 0.33 319.85 0.67 0.4
Hex AA 22 7D 0 50 1A 21 140 43 28
Octal 252 42 175 0 120 32 41 500 103 50
Binary 10101010 100010 1111101 0 1010000 11010 100001 101000000 1000011 101000

Color Harmonies of #AA227D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA227D

Black with #AA227D

Text Example


Text Example

White with #AA227D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA227D; }

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

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

background-color css

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

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

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

border-color css

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

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

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