Html Css Color HEX #AC1491 Medium Violet Red

📋 copy color: '#AC1491'

red 172 ◦ green 20 ◦ blue 145

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

Shades of Medium Violet Red #AC1491

Tints of Medium Violet Red #AC1491

RGB

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

 GREEN value IS 20 (8.2% from 255) = 5.93%

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

R = 51.04%
G = 5.93%
B = 43.03%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1491 (or 0xAC1491) is known color: Medium Violet Red. HEX triplet: AC, 14 and 91. RGB value is (172,20,145). Sum of RGB (Red+Green+Blue) = 172+20+145=337 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.04% from 337); Green value is 20 (8.20% from 255 or 5.93% from 337); Blue value is 145 (57.03% from 255 or 43.03% from 337); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1491 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1491 is #53EB6E. Grayscale: #4F4F4F. Windows color (decimal): -5499759 or 9508012. OLE color: 9508012.

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

Color convert

RGB 172 20 145 -
CMYK 0 0.88 0.16 0.33
HSL 310.66º 0.79% 0.38% -
HSV(B) 310.66º 0.88% 0.67% -
XYZ 22.37 11.32 27.79 -
YUV 79.7 164.86 193.84 -
System Red Green Blue C M Y K H S L
Decimal 172 20 145 0 0.88 0.16 0.33 310.66 0.79 0.38
Hex AC 14 91 0 58 10 21 137 4F 26
Octal 254 24 221 0 130 20 41 467 117 46
Binary 10101100 10100 10010001 0 1011000 10000 100001 100110111 1001111 100110

Color Harmonies of #AC1491

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1491

Black with #AC1491

Text Example


Text Example

White with #AC1491

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1491; }

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

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

background-color css

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

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

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

border-color css

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

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

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