Html Css Color HEX #AC118C Medium Violet Red

📋 copy color: '#AC118C'

red 172 ◦ green 17 ◦ blue 140

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

Shades of Medium Violet Red #AC118C

Tints of Medium Violet Red #AC118C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 42.55%

R = 52.28%
G = 5.17%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.19

 K value IS 0.33

RGB Variations

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

Color information

#AC118C (or 0xAC118C) is known color: Medium Violet Red. HEX triplet: AC, 11 and 8C. RGB value is (172,17,140). Sum of RGB (Red+Green+Blue) = 172+17+140=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 17 (7.03% from 255 or 5.17% from 329); Blue value is 140 (55.08% from 255 or 42.55% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC118C is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC118C is #53EE73. Grayscale: #4D4D4D. Windows color (decimal): -5500532 or 9179564. OLE color: 9179564.

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

Color convert

RGB 172 17 140 -
CMYK 0 0.90 0.19 0.33
HSL 312.39º 0.82% 0.37% -
HSV(B) 312.39º 0.9% 0.67% -
XYZ 21.95 11.07 25.79 -
YUV 77.37 163.35 195.5 -
System Red Green Blue C M Y K H S L
Decimal 172 17 140 0 0.90 0.19 0.33 312.39 0.82 0.37
Hex AC 11 8C 0 5A 13 21 138 52 25
Octal 254 21 214 0 132 23 41 470 122 45
Binary 10101100 10001 10001100 0 1011010 10011 100001 100111000 1010010 100101

Color Harmonies of #AC118C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC118C

Black with #AC118C

Text Example


Text Example

White with #AC118C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC118C; }

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

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

background-color css

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

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

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

border-color css

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

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

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