Html Css Color HEX #AC0991 Medium Violet Red

📋 copy color: '#AC0991'

red 172 ◦ green 9 ◦ blue 145

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

Shades of Medium Violet Red #AC0991

Tints of Medium Violet Red #AC0991

RGB

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

 GREEN value IS 9 (3.91% from 255) = 2.76%

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

R = 52.76%
G = 2.76%
B = 44.48%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.16

 K value IS 0.33

RGB Variations

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

Color information

#AC0991 (or 0xAC0991) is known color: Medium Violet Red. HEX triplet: AC, 09 and 91. RGB value is (172,9,145). Sum of RGB (Red+Green+Blue) = 172+9+145=326 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.76% from 326); Green value is 9 (3.91% from 255 or 2.76% from 326); Blue value is 145 (57.03% from 255 or 44.48% from 326); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0991 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0991 is #53F66E. Grayscale: #484848. Windows color (decimal): -5502575 or 9505196. OLE color: 9505196.

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

Color convert

RGB 172 9 145 -
CMYK 0 0.95 0.16 0.33
HSL 309.94º 0.9% 0.35% -
HSV(B) 309.94º 0.95% 0.67% -
XYZ 22.22 11.01 27.74 -
YUV 73.24 168.5 198.44 -
System Red Green Blue C M Y K H S L
Decimal 172 9 145 0 0.95 0.16 0.33 309.94 0.9 0.35
Hex AC 9 91 0 5F 10 21 136 5A 23
Octal 254 11 221 0 137 20 41 466 132 43
Binary 10101100 1001 10010001 0 1011111 10000 100001 100110110 1011010 100011

Color Harmonies of #AC0991

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC0991

Black with #AC0991

Text Example


Text Example

White with #AC0991

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC0991; }

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

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

background-color css

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

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

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

border-color css

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

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

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