Html Css Color HEX #AC1391 Medium Violet Red

📋 copy color: '#AC1391'

red 172 ◦ green 19 ◦ blue 145

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

Shades of Medium Violet Red #AC1391

Tints of Medium Violet Red #AC1391

RGB

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

 GREEN value IS 19 (7.81% from 255) = 5.65%

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

R = 51.19%
G = 5.65%
B = 43.15%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC1391 (or 0xAC1391) is known color: Medium Violet Red. HEX triplet: AC, 13 and 91. RGB value is (172,19,145). Sum of RGB (Red+Green+Blue) = 172+19+145=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 19 (7.81% from 255 or 5.65% from 336); Blue value is 145 (57.03% from 255 or 43.15% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1391 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1391 is #53EC6E. Grayscale: #4E4E4E. Windows color (decimal): -5500015 or 9507756. OLE color: 9507756.

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

Color convert

RGB 172 19 145 -
CMYK 0 0.89 0.16 0.33
HSL 310.59º 0.8% 0.37% -
HSV(B) 310.59º 0.89% 0.67% -
XYZ 22.36 11.28 27.79 -
YUV 79.11 165.19 194.25 -
System Red Green Blue C M Y K H S L
Decimal 172 19 145 0 0.89 0.16 0.33 310.59 0.8 0.37
Hex AC 13 91 0 59 10 21 137 50 25
Octal 254 23 221 0 131 20 41 467 120 45
Binary 10101100 10011 10010001 0 1011001 10000 100001 100110111 1010000 100101

Color Harmonies of #AC1391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1391

Black with #AC1391

Text Example


Text Example

White with #AC1391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1391; }

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

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

background-color css

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

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

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

border-color css

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

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

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