Html Css Color HEX #AC1191 Medium Violet Red

📋 copy color: '#AC1191'

red 172 ◦ green 17 ◦ blue 145

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

Shades of Medium Violet Red #AC1191

Tints of Medium Violet Red #AC1191

RGB

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

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

 BLUE value IS 145 (57.03% from 255) = 43.41%

R = 51.5%
G = 5.09%
B = 43.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1191 (or 0xAC1191) is known color: Medium Violet Red. HEX triplet: AC, 11 and 91. RGB value is (172,17,145). Sum of RGB (Red+Green+Blue) = 172+17+145=334 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.50% from 334); Green value is 17 (7.03% from 255 or 5.09% from 334); Blue value is 145 (57.03% from 255 or 43.41% from 334); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1191 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1191 is #53EE6E. Grayscale: #4D4D4D. Windows color (decimal): -5500527 or 9507244. OLE color: 9507244.

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

Color convert

RGB 172 17 145 -
CMYK 0 0.90 0.16 0.33
HSL 310.45º 0.82% 0.37% -
HSV(B) 310.45º 0.9% 0.67% -
XYZ 22.32 11.22 27.78 -
YUV 77.94 165.85 195.09 -
System Red Green Blue C M Y K H S L
Decimal 172 17 145 0 0.90 0.16 0.33 310.45 0.82 0.37
Hex AC 11 91 0 5A 10 21 136 52 25
Octal 254 21 221 0 132 20 41 466 122 45
Binary 10101100 10001 10010001 0 1011010 10000 100001 100110110 1010010 100101

Color Harmonies of #AC1191

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1191

Black with #AC1191

Text Example


Text Example

White with #AC1191

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1191; }

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

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

background-color css

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

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

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

border-color css

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

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

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