Html Css Color HEX #AC119B Medium Violet Red

📋 copy color: '#AC119B'

red 172 ◦ green 17 ◦ blue 155

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

Shades of Medium Violet Red #AC119B

Tints of Medium Violet Red #AC119B

RGB

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

 GREEN value IS 17 (7.03% from 255) = 4.94%

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

R = 50%
G = 4.94%
B = 45.06%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.10

 K value IS 0.33

RGB Variations

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

Color information

#AC119B (or 0xAC119B) is known color: Medium Violet Red. HEX triplet: AC, 11 and 9B. RGB value is (172,17,155). Sum of RGB (Red+Green+Blue) = 172+17+155=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 17 (7.03% from 255 or 4.94% from 344); Blue value is 155 (60.94% from 255 or 45.06% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC119B is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC119B is #53EE64. Grayscale: #4E4E4E. Windows color (decimal): -5500517 or 10162604. OLE color: 10162604.

HSL color Cylindrical-coordinate representation of color #AC119B: hue angle of 306.58º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC119B is Cyan = 0, Magento = 0.90, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 155 -
CMYK 0 0.90 0.10 0.33
HSL 306.58º 0.82% 0.37% -
HSV(B) 306.58º 0.9% 0.67% -
XYZ 23.13 11.54 32.02 -
YUV 79.08 170.85 194.28 -
System Red Green Blue C M Y K H S L
Decimal 172 17 155 0 0.90 0.10 0.33 306.58 0.82 0.37
Hex AC 11 9B 0 5A A 21 133 52 25
Octal 254 21 233 0 132 12 41 463 122 45
Binary 10101100 10001 10011011 0 1011010 1010 100001 100110011 1010010 100101

Color Harmonies of #AC119B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC119B

Black with #AC119B

Text Example


Text Example

White with #AC119B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC119B; }

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

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

background-color css

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

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

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

border-color css

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

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

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