Html Css Color HEX #AC0C91 Medium Violet Red

📋 copy color: '#AC0C91'

red 172 ◦ green 12 ◦ blue 145

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

Shades of Medium Violet Red #AC0C91

Tints of Medium Violet Red #AC0C91

RGB

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

 GREEN value IS 12 (5.08% from 255) = 3.65%

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

R = 52.28%
G = 3.65%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0C91 (or 0xAC0C91) is known color: Medium Violet Red. HEX triplet: AC, 0C and 91. RGB value is (172,12,145). Sum of RGB (Red+Green+Blue) = 172+12+145=329 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.28% from 329); Green value is 12 (5.08% from 255 or 3.65% from 329); Blue value is 145 (57.03% from 255 or 44.07% from 329); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0C91 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0C91 is #53F36E. Grayscale: #4A4A4A. Windows color (decimal): -5501807 or 9505964. OLE color: 9505964.

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

Color convert

RGB 172 12 145 -
CMYK 0 0.93 0.16 0.33
HSL 310.13º 0.87% 0.36% -
HSV(B) 310.13º 0.93% 0.67% -
XYZ 22.26 11.08 27.75 -
YUV 75 167.51 197.19 -
System Red Green Blue C M Y K H S L
Decimal 172 12 145 0 0.93 0.16 0.33 310.13 0.87 0.36
Hex AC C 91 0 5D 10 21 136 57 24
Octal 254 14 221 0 135 20 41 466 127 44
Binary 10101100 1100 10010001 0 1011101 10000 100001 100110110 1010111 100100

Color Harmonies of #AC0C91

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0C91

Black with #AC0C91

Text Example


Text Example

White with #AC0C91

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0C91; }

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

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

background-color css

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

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

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

border-color css

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

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

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