Html Css Color HEX #AA137F Medium Violet Red

📋 copy color: '#AA137F'

red 170 ◦ green 19 ◦ blue 127

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

Shades of Medium Violet Red #AA137F

Tints of Medium Violet Red #AA137F

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.01%

 BLUE value IS 127 (50% from 255) = 40.19%

R = 53.8%
G = 6.01%
B = 40.19%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.25

 K value IS 0.33

RGB Variations

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

Color information

#AA137F (or 0xAA137F) is known color: Medium Violet Red. HEX triplet: AA, 13 and 7F. RGB value is (170,19,127). Sum of RGB (Red+Green+Blue) = 170+19+127=316 (41% of max value = 765). Red value is 170 (66.80% from 255 or 53.80% from 316); Green value is 19 (7.81% from 255 or 6.01% from 316); Blue value is 127 (50% from 255 or 40.19% from 316); Max value from RGB is 170 - color contains mainly: red. Hex color #AA137F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA137F is #55EC80. Grayscale: #4C4C4C. Windows color (decimal): -5631105 or 8328106. OLE color: 8328106.

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

Color convert

RGB 170 19 127 -
CMYK 0 0.89 0.25 0.33
HSL 317.09º 0.8% 0.37% -
HSV(B) 317.09º 0.89% 0.67% -
XYZ 20.64 10.54 21.03 -
YUV 76.46 156.53 194.72 -
System Red Green Blue C M Y K H S L
Decimal 170 19 127 0 0.89 0.25 0.33 317.09 0.8 0.37
Hex AA 13 7F 0 59 19 21 13D 50 25
Octal 252 23 177 0 131 31 41 475 120 45
Binary 10101010 10011 1111111 0 1011001 11001 100001 100111101 1010000 100101

Color Harmonies of #AA137F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA137F

Black with #AA137F

Text Example


Text Example

White with #AA137F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA137F; }

 p { color: rgb(170,19,127); }

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

background-color css

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

 a { background-color: rgb(170,19,127); }

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

border-color css

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

 span { border-color: rgb(170,19,127); }

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