Html Css Color HEX #AC139B Medium Violet Red

📋 copy color: '#AC139B'

red 172 ◦ green 19 ◦ blue 155

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

Shades of Medium Violet Red #AC139B

Tints of Medium Violet Red #AC139B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 44.8%

R = 49.71%
G = 5.49%
B = 44.8%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC139B (or 0xAC139B) is known color: Medium Violet Red. HEX triplet: AC, 13 and 9B. RGB value is (172,19,155). Sum of RGB (Red+Green+Blue) = 172+19+155=346 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.71% from 346); Green value is 19 (7.81% from 255 or 5.49% from 346); Blue value is 155 (60.94% from 255 or 44.80% from 346); Max value from RGB is 172 - color contains mainly: red. Hex color #AC139B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC139B is #53EC64. Grayscale: #4F4F4F. Windows color (decimal): -5500005 or 10163116. OLE color: 10163116.

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

Color convert

RGB 172 19 155 -
CMYK 0 0.89 0.10 0.33
HSL 306.67º 0.8% 0.37% -
HSV(B) 306.67º 0.89% 0.67% -
XYZ 23.16 11.6 32.03 -
YUV 80.25 170.19 193.44 -
System Red Green Blue C M Y K H S L
Decimal 172 19 155 0 0.89 0.10 0.33 306.67 0.8 0.37
Hex AC 13 9B 0 59 A 21 133 50 25
Octal 254 23 233 0 131 12 41 463 120 45
Binary 10101100 10011 10011011 0 1011001 1010 100001 100110011 1010000 100101

Color Harmonies of #AC139B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC139B

Black with #AC139B

Text Example


Text Example

White with #AC139B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC139B; }

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

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

background-color css

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

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

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

border-color css

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

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

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