Html Css Color HEX #AA147C Medium Violet Red

📋 copy color: '#AA147C'

red 170 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #AA147C

Tints of Medium Violet Red #AA147C

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.37%

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

R = 54.14%
G = 6.37%
B = 39.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.27

 K value IS 0.33

RGB Variations

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

Color information

#AA147C (or 0xAA147C) is known color: Medium Violet Red. HEX triplet: AA, 14 and 7C. RGB value is (170,20,124). Sum of RGB (Red+Green+Blue) = 170+20+124=314 (41% of max value = 765). Red value is 170 (66.80% from 255 or 54.14% from 314); Green value is 20 (8.20% from 255 or 6.37% from 314); Blue value is 124 (48.83% from 255 or 39.49% from 314); Max value from RGB is 170 - color contains mainly: red. Hex color #AA147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AA147C is #55EB83. Grayscale: #4C4C4C. Windows color (decimal): -5630852 or 8131754. OLE color: 8131754.

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

Color convert

RGB 170 20 124 -
CMYK 0 0.88 0.27 0.33
HSL 318.4º 0.79% 0.37% -
HSV(B) 318.4º 0.88% 0.67% -
XYZ 20.47 10.5 20.02 -
YUV 76.71 154.7 194.54 -
System Red Green Blue C M Y K H S L
Decimal 170 20 124 0 0.88 0.27 0.33 318.4 0.79 0.37
Hex AA 14 7C 0 58 1B 21 13E 4F 25
Octal 252 24 174 0 130 33 41 476 117 45
Binary 10101010 10100 1111100 0 1011000 11011 100001 100111110 1001111 100101

Color Harmonies of #AA147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AA147C

Black with #AA147C

Text Example


Text Example

White with #AA147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AA147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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