Html Css Color HEX #AC157C Medium Violet Red

📋 copy color: '#AC157C'

red 172 ◦ green 21 ◦ blue 124

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

Shades of Medium Violet Red #AC157C

Tints of Medium Violet Red #AC157C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.62%

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

R = 54.26%
G = 6.62%
B = 39.12%

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

#AC157C (or 0xAC157C) is known color: Medium Violet Red. HEX triplet: AC, 15 and 7C. RGB value is (172,21,124). Sum of RGB (Red+Green+Blue) = 172+21+124=317 (41% of max value = 765). Red value is 172 (67.58% from 255 or 54.26% from 317); Green value is 21 (8.59% from 255 or 6.62% from 317); Blue value is 124 (48.83% from 255 or 39.12% from 317); Max value from RGB is 172 - color contains mainly: red. Hex color #AC157C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC157C is #53EA83. Grayscale: #4D4D4D. Windows color (decimal): -5499524 or 8132012. OLE color: 8132012.

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

Color convert

RGB 172 21 124 -
CMYK 0 0.88 0.28 0.33
HSL 319.07º 0.78% 0.38% -
HSV(B) 319.07º 0.88% 0.67% -
XYZ 20.92 10.76 20.04 -
YUV 77.89 154.03 195.12 -
System Red Green Blue C M Y K H S L
Decimal 172 21 124 0 0.88 0.28 0.33 319.07 0.78 0.38
Hex AC 15 7C 0 58 1C 21 13F 4E 26
Octal 254 25 174 0 130 34 41 477 116 46
Binary 10101100 10101 1111100 0 1011000 11100 100001 100111111 1001110 100110

Color Harmonies of #AC157C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC157C

Black with #AC157C

Text Example


Text Example

White with #AC157C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC157C; }

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

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

background-color css

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

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

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

border-color css

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

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

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