Html Css Color HEX #AC1991 Medium Violet Red

📋 copy color: '#AC1991'

red 172 ◦ green 25 ◦ blue 145

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

Shades of Medium Violet Red #AC1991

Tints of Medium Violet Red #AC1991

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.31%

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

R = 50.29%
G = 7.31%
B = 42.4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1991 (or 0xAC1991) is known color: Medium Violet Red. HEX triplet: AC, 19 and 91. RGB value is (172,25,145). Sum of RGB (Red+Green+Blue) = 172+25+145=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 25 (10.16% from 255 or 7.31% from 342); Blue value is 145 (57.03% from 255 or 42.40% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1991 is #53E66E. Grayscale: #525252. Windows color (decimal): -5498479 or 9509292. OLE color: 9509292.

HSL color Cylindrical-coordinate representation of color #AC1991: hue angle of 311.02º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1991 is Cyan = 0, Magento = 0.85, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 145 -
CMYK 0 0.85 0.16 0.33
HSL 311.02º 0.75% 0.39% -
HSV(B) 311.02º 0.85% 0.67% -
XYZ 22.47 11.51 27.83 -
YUV 82.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 172 25 145 0 0.85 0.16 0.33 311.02 0.75 0.39
Hex AC 19 91 0 55 10 21 137 4B 27
Octal 254 31 221 0 125 20 41 467 113 47
Binary 10101100 11001 10010001 0 1010101 10000 100001 100110111 1001011 100111

Color Harmonies of #AC1991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1991

Black with #AC1991

Text Example


Text Example

White with #AC1991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1991; }

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

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

background-color css

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

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

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

border-color css

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

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

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