Html Css Color HEX #AC1999 Medium Violet Red

📋 copy color: '#AC1999'

red 172 ◦ green 25 ◦ blue 153

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

Shades of Medium Violet Red #AC1999

Tints of Medium Violet Red #AC1999

RGB

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

 GREEN value IS 25 (10.16% from 255) = 7.14%

 BLUE value IS 153 (60.16% from 255) = 43.71%

R = 49.14%
G = 7.14%
B = 43.71%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.33

RGB Variations

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

Color information

#AC1999 (or 0xAC1999) is known color: Medium Violet Red. HEX triplet: AC, 19 and 99. RGB value is (172,25,153). Sum of RGB (Red+Green+Blue) = 172+25+153=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 25 (10.16% from 255 or 7.14% from 350); Blue value is 153 (60.16% from 255 or 43.71% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1999 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1999 is #53E666. Grayscale: #535353. Windows color (decimal): -5498471 or 10033580. OLE color: 10033580.

HSL color Cylindrical-coordinate representation of color #AC1999: hue angle of 307.76º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC1999 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 25 153 -
CMYK 0 0.85 0.11 0.33
HSL 307.76º 0.75% 0.39% -
HSV(B) 307.76º 0.85% 0.67% -
XYZ 23.11 11.77 31.19 -
YUV 83.55 167.2 191.09 -
System Red Green Blue C M Y K H S L
Decimal 172 25 153 0 0.85 0.11 0.33 307.76 0.75 0.39
Hex AC 19 99 0 55 B 21 134 4B 27
Octal 254 31 231 0 125 13 41 464 113 47
Binary 10101100 11001 10011001 0 1010101 1011 100001 100110100 1001011 100111

Color Harmonies of #AC1999

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1999

Black with #AC1999

Text Example


Text Example

White with #AC1999

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1999; }

 p { color: rgb(172,25,153); }

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

background-color css

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

 a { background-color: rgb(172,25,153); }

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

border-color css

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

 span { border-color: rgb(172,25,153); }

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