Html Css Color HEX #AC147C Medium Violet Red

📋 copy color: '#AC147C'

red 172 ◦ green 20 ◦ blue 124

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

Shades of Medium Violet Red #AC147C

Tints of Medium Violet Red #AC147C

RGB

 RED value IS 172 (67.58% from 255) = 54.43%

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

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

R = 54.43%
G = 6.33%
B = 39.24%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.28

 K value IS 0.33

RGB Variations

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

Color information

#AC147C (or 0xAC147C) is known color: Medium Violet Red. HEX triplet: AC, 14 and 7C. RGB value is (172,20,124). Sum of RGB (Red+Green+Blue) = 172+20+124=316 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.43% from 316); Green value is 20 (8.20% from 255 or 6.33% from 316); Blue value is 124 (48.83% from 255 or 39.24% from 316); Max value from RGB is 172 - color contains mainly: red. Hex color #AC147C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC147C is #53EB83. Grayscale: #4D4D4D. Windows color (decimal): -5499780 or 8131756. OLE color: 8131756.

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

Color convert

RGB 172 20 124 -
CMYK 0 0.88 0.28 0.33
HSL 318.95º 0.79% 0.38% -
HSV(B) 318.95º 0.88% 0.67% -
XYZ 20.9 10.73 20.04 -
YUV 77.3 154.36 195.54 -
System Red Green Blue C M Y K H S L
Decimal 172 20 124 0 0.88 0.28 0.33 318.95 0.79 0.38
Hex AC 14 7C 0 58 1C 21 13F 4F 26
Octal 254 24 174 0 130 34 41 477 117 46
Binary 10101100 10100 1111100 0 1011000 11100 100001 100111111 1001111 100110

Color Harmonies of #AC147C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC147C

Black with #AC147C

Text Example


Text Example

White with #AC147C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC147C; }

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

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

background-color css

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

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

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

border-color css

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

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

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