Html Css Color HEX #AC1186 Medium Violet Red

📋 copy color: '#AC1186'

red 172 ◦ green 17 ◦ blue 134

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

Shades of Medium Violet Red #AC1186

Tints of Medium Violet Red #AC1186

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 41.49%

R = 53.25%
G = 5.26%
B = 41.49%

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

#AC1186 (or 0xAC1186) is known color: Medium Violet Red. HEX triplet: AC, 11 and 86. RGB value is (172,17,134). Sum of RGB (Red+Green+Blue) = 172+17+134=323 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.25% from 323); Green value is 17 (7.03% from 255 or 5.26% from 323); Blue value is 134 (52.73% from 255 or 41.49% from 323); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1186 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1186 is #53EE79. Grayscale: #4C4C4C. Windows color (decimal): -5500538 or 8786348. OLE color: 8786348.

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

Color convert

RGB 172 17 134 -
CMYK 0 0.90 0.22 0.33
HSL 314.71º 0.82% 0.37% -
HSV(B) 314.71º 0.9% 0.67% -
XYZ 21.52 10.89 23.52 -
YUV 76.68 160.35 195.99 -
System Red Green Blue C M Y K H S L
Decimal 172 17 134 0 0.90 0.22 0.33 314.71 0.82 0.37
Hex AC 11 86 0 5A 16 21 13B 52 25
Octal 254 21 206 0 132 26 41 473 122 45
Binary 10101100 10001 10000110 0 1011010 10110 100001 100111011 1010010 100101

Color Harmonies of #AC1186

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1186

Black with #AC1186

Text Example


Text Example

White with #AC1186

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1186; }

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

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

background-color css

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

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

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

border-color css

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

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

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