Html Css Color HEX #AA137B Medium Violet Red

📋 copy color: '#AA137B'

red 170 ◦ green 19 ◦ blue 123

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

Shades of Medium Violet Red #AA137B

Tints of Medium Violet Red #AA137B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 39.42%

R = 54.49%
G = 6.09%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AA137B (or 0xAA137B) is known color: Medium Violet Red. HEX triplet: AA, 13 and 7B. RGB value is (170,19,123). Sum of RGB (Red+Green+Blue) = 170+19+123=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 19 (7.81% from 255 or 6.09% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA137B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA137B is #55EC84. Grayscale: #4B4B4B. Windows color (decimal): -5631109 or 8065962. OLE color: 8065962.

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

Color convert

RGB 170 19 123 -
CMYK 0 0.89 0.28 0.33
HSL 318.68º 0.8% 0.37% -
HSV(B) 318.68º 0.89% 0.67% -
XYZ 20.39 10.44 19.68 -
YUV 76.01 154.53 195.04 -
System Red Green Blue C M Y K H S L
Decimal 170 19 123 0 0.89 0.28 0.33 318.68 0.8 0.37
Hex AA 13 7B 0 59 1C 21 13F 50 25
Octal 252 23 173 0 131 34 41 477 120 45
Binary 10101010 10011 1111011 0 1011001 11100 100001 100111111 1010000 100101

Color Harmonies of #AA137B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA137B

Black with #AA137B

Text Example


Text Example

White with #AA137B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA137B; }

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

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

background-color css

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

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

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

border-color css

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

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

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