Html Css Color HEX #AA127C Medium Violet Red

📋 copy color: '#AA127C'

red 170 ◦ green 18 ◦ blue 124

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

Shades of Medium Violet Red #AA127C

Tints of Medium Violet Red #AA127C

RGB

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

 GREEN value IS 18 (7.42% from 255) = 5.77%

 BLUE value IS 124 (48.83% from 255) = 39.74%

R = 54.49%
G = 5.77%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA127C (or 0xAA127C) is known color: Medium Violet Red. HEX triplet: AA, 12 and 7C. RGB value is (170,18,124). Sum of RGB (Red+Green+Blue) = 170+18+124=312 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.49% from 312); Green value is 18 (7.42% from 255 or 5.77% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 170 - color contains mainly: red. Hex color #AA127C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA127C is #55ED83. Grayscale: #4B4B4B. Windows color (decimal): -5631364 or 8131242. OLE color: 8131242.

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

Color convert

RGB 170 18 124 -
CMYK 0 0.89 0.27 0.33
HSL 318.16º 0.81% 0.37% -
HSV(B) 318.16º 0.89% 0.67% -
XYZ 20.43 10.43 20.01 -
YUV 75.53 155.36 195.38 -
System Red Green Blue C M Y K H S L
Decimal 170 18 124 0 0.89 0.27 0.33 318.16 0.81 0.37
Hex AA 12 7C 0 59 1B 21 13E 51 25
Octal 252 22 174 0 131 33 41 476 121 45
Binary 10101010 10010 1111100 0 1011001 11011 100001 100111110 1010001 100101

Color Harmonies of #AA127C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA127C

Black with #AA127C

Text Example


Text Example

White with #AA127C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA127C; }

 p { color: rgb(170,18,124); }

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

background-color css

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

 a { background-color: rgb(170,18,124); }

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

border-color css

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

 span { border-color: rgb(170,18,124); }

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