Html Css Color HEX #AC118A Medium Violet Red

📋 copy color: '#AC118A'

red 172 ◦ green 17 ◦ blue 138

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

Shades of Medium Violet Red #AC118A

Tints of Medium Violet Red #AC118A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 42.2%

R = 52.6%
G = 5.2%
B = 42.2%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.33

RGB Variations

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

Color information

#AC118A (or 0xAC118A) is known color: Medium Violet Red. HEX triplet: AC, 11 and 8A. RGB value is (172,17,138). Sum of RGB (Red+Green+Blue) = 172+17+138=327 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.60% from 327); Green value is 17 (7.03% from 255 or 5.20% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 172 - color contains mainly: red. Hex color #AC118A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC118A is #53EE75. Grayscale: #4C4C4C. Windows color (decimal): -5500534 or 9048492. OLE color: 9048492.

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

Color convert

RGB 172 17 138 -
CMYK 0 0.90 0.20 0.33
HSL 313.16º 0.82% 0.37% -
HSV(B) 313.16º 0.9% 0.67% -
XYZ 21.8 11.01 25.02 -
YUV 77.14 162.35 195.66 -
System Red Green Blue C M Y K H S L
Decimal 172 17 138 0 0.90 0.20 0.33 313.16 0.82 0.37
Hex AC 11 8A 0 5A 14 21 139 52 25
Octal 254 21 212 0 132 24 41 471 122 45
Binary 10101100 10001 10001010 0 1011010 10100 100001 100111001 1010010 100101

Color Harmonies of #AC118A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC118A

Black with #AC118A

Text Example


Text Example

White with #AC118A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC118A; }

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

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

background-color css

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

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

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

border-color css

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

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

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