Html Css Color HEX #AC1591 Medium Violet Red

📋 copy color: '#AC1591'

red 172 ◦ green 21 ◦ blue 145

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

Shades of Medium Violet Red #AC1591

Tints of Medium Violet Red #AC1591

RGB

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

 GREEN value IS 21 (8.59% from 255) = 6.21%

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

R = 50.89%
G = 6.21%
B = 42.9%

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

#AC1591 (or 0xAC1591) is known color: Medium Violet Red. HEX triplet: AC, 15 and 91. RGB value is (172,21,145). Sum of RGB (Red+Green+Blue) = 172+21+145=338 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.89% from 338); Green value is 21 (8.59% from 255 or 6.21% from 338); Blue value is 145 (57.03% from 255 or 42.90% from 338); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1591 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1591 is #53EA6E. Grayscale: #4F4F4F. Windows color (decimal): -5499503 or 9508268. OLE color: 9508268.

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

Color convert

RGB 172 21 145 -
CMYK 0 0.88 0.16 0.33
HSL 310.73º 0.78% 0.38% -
HSV(B) 310.73º 0.88% 0.67% -
XYZ 22.39 11.35 27.8 -
YUV 80.29 164.53 193.42 -
System Red Green Blue C M Y K H S L
Decimal 172 21 145 0 0.88 0.16 0.33 310.73 0.78 0.38
Hex AC 15 91 0 58 10 21 137 4E 26
Octal 254 25 221 0 130 20 41 467 116 46
Binary 10101100 10101 10010001 0 1011000 10000 100001 100110111 1001110 100110

Color Harmonies of #AC1591

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1591

Black with #AC1591

Text Example


Text Example

White with #AC1591

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1591; }

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

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

background-color css

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

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

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

border-color css

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

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

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