Html Css Color HEX #AC139C Medium Violet Red

📋 copy color: '#AC139C'

red 172 ◦ green 19 ◦ blue 156

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

Shades of Medium Violet Red #AC139C

Tints of Medium Violet Red #AC139C

RGB

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

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

 BLUE value IS 156 (61.33% from 255) = 44.96%

R = 49.57%
G = 5.48%
B = 44.96%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.09

 K value IS 0.33

RGB Variations

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

Color information

#AC139C (or 0xAC139C) is known color: Medium Violet Red. HEX triplet: AC, 13 and 9C. RGB value is (172,19,156). Sum of RGB (Red+Green+Blue) = 172+19+156=347 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.57% from 347); Green value is 19 (7.81% from 255 or 5.48% from 347); Blue value is 156 (61.33% from 255 or 44.96% from 347); Max value from RGB is 172 - color contains mainly: red. Hex color #AC139C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC139C is #53EC63. Grayscale: #4F4F4F. Windows color (decimal): -5500004 or 10228652. OLE color: 10228652.

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

Color convert

RGB 172 19 156 -
CMYK 0 0.89 0.09 0.33
HSL 306.27º 0.8% 0.37% -
HSV(B) 306.27º 0.89% 0.67% -
XYZ 23.25 11.64 32.47 -
YUV 80.37 170.69 193.36 -
System Red Green Blue C M Y K H S L
Decimal 172 19 156 0 0.89 0.09 0.33 306.27 0.8 0.37
Hex AC 13 9C 0 59 9 21 132 50 25
Octal 254 23 234 0 131 11 41 462 120 45
Binary 10101100 10011 10011100 0 1011001 1001 100001 100110010 1010000 100101

Color Harmonies of #AC139C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC139C

Black with #AC139C

Text Example


Text Example

White with #AC139C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC139C; }

 p { color: rgb(172,19,156); }

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

background-color css

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

 a { background-color: rgb(172,19,156); }

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

border-color css

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

 span { border-color: rgb(172,19,156); }

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