Html Css Color HEX #AC1187 Medium Violet Red

📋 copy color: '#AC1187'

red 172 ◦ green 17 ◦ blue 135

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

Shades of Medium Violet Red #AC1187

Tints of Medium Violet Red #AC1187

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 41.67%

R = 53.09%
G = 5.25%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.22

 K value IS 0.33

RGB Variations

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

Color information

#AC1187 (or 0xAC1187) is known color: Medium Violet Red. HEX triplet: AC, 11 and 87. RGB value is (172,17,135). Sum of RGB (Red+Green+Blue) = 172+17+135=324 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.09% from 324); Green value is 17 (7.03% from 255 or 5.25% from 324); Blue value is 135 (53.12% from 255 or 41.67% from 324); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1187 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1187 is #53EE78. Grayscale: #4C4C4C. Windows color (decimal): -5500537 or 8851884. OLE color: 8851884.

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

Color convert

RGB 172 17 135 -
CMYK 0 0.90 0.22 0.33
HSL 314.32º 0.82% 0.37% -
HSV(B) 314.32º 0.9% 0.67% -
XYZ 21.59 10.92 23.89 -
YUV 76.8 160.85 195.91 -
System Red Green Blue C M Y K H S L
Decimal 172 17 135 0 0.90 0.22 0.33 314.32 0.82 0.37
Hex AC 11 87 0 5A 16 21 13A 52 25
Octal 254 21 207 0 132 26 41 472 122 45
Binary 10101100 10001 10000111 0 1011010 10110 100001 100111010 1010010 100101

Color Harmonies of #AC1187

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1187

Black with #AC1187

Text Example


Text Example

White with #AC1187

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1187; }

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

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

background-color css

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

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

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

border-color css

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

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

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