Html Css Color HEX #AC118D Medium Violet Red

📋 copy color: '#AC118D'

red 172 ◦ green 17 ◦ blue 141

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

Shades of Medium Violet Red #AC118D

Tints of Medium Violet Red #AC118D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 42.73%

R = 52.12%
G = 5.15%
B = 42.73%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.18

 K value IS 0.33

RGB Variations

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

Color information

#AC118D (or 0xAC118D) is known color: Medium Violet Red. HEX triplet: AC, 11 and 8D. RGB value is (172,17,141). Sum of RGB (Red+Green+Blue) = 172+17+141=330 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.12% from 330); Green value is 17 (7.03% from 255 or 5.15% from 330); Blue value is 141 (55.47% from 255 or 42.73% from 330); Max value from RGB is 172 - color contains mainly: red. Hex color #AC118D is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC118D is #53EE72. Grayscale: #4D4D4D. Windows color (decimal): -5500531 or 9245100. OLE color: 9245100.

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

Color convert

RGB 172 17 141 -
CMYK 0 0.90 0.18 0.33
HSL 312º 0.82% 0.37% -
HSV(B) 312º 0.9% 0.67% -
XYZ 22.02 11.09 26.18 -
YUV 77.48 163.85 195.42 -
System Red Green Blue C M Y K H S L
Decimal 172 17 141 0 0.90 0.18 0.33 312 0.82 0.37
Hex AC 11 8D 0 5A 12 21 138 52 25
Octal 254 21 215 0 132 22 41 470 122 45
Binary 10101100 10001 10001101 0 1011010 10010 100001 100111000 1010010 100101

Color Harmonies of #AC118D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC118D

Black with #AC118D

Text Example


Text Example

White with #AC118D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC118D; }

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

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

background-color css

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

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

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

border-color css

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

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

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