Html Css Color HEX #AC1193 Medium Violet Red

📋 copy color: '#AC1193'

red 172 ◦ green 17 ◦ blue 147

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

Shades of Medium Violet Red #AC1193

Tints of Medium Violet Red #AC1193

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.06%

 BLUE value IS 147 (57.81% from 255) = 43.75%

R = 51.19%
G = 5.06%
B = 43.75%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.15

 K value IS 0.33

RGB Variations

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

Color information

#AC1193 (or 0xAC1193) is known color: Medium Violet Red. HEX triplet: AC, 11 and 93. RGB value is (172,17,147). Sum of RGB (Red+Green+Blue) = 172+17+147=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 17 (7.03% from 255 or 5.06% from 336); Blue value is 147 (57.81% from 255 or 43.75% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1193 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1193 is #53EE6C. Grayscale: #4D4D4D. Windows color (decimal): -5500525 or 9638316. OLE color: 9638316.

HSL color Cylindrical-coordinate representation of color #AC1193: hue angle of 309.68º degrees, saturation: 0.82, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #AC1193 is Cyan = 0, Magento = 0.90, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 147 -
CMYK 0 0.90 0.15 0.33
HSL 309.68º 0.82% 0.37% -
HSV(B) 309.68º 0.9% 0.67% -
XYZ 22.48 11.28 28.6 -
YUV 78.17 166.85 194.93 -
System Red Green Blue C M Y K H S L
Decimal 172 17 147 0 0.90 0.15 0.33 309.68 0.82 0.37
Hex AC 11 93 0 5A F 21 136 52 25
Octal 254 21 223 0 132 17 41 466 122 45
Binary 10101100 10001 10010011 0 1011010 1111 100001 100110110 1010010 100101

Color Harmonies of #AC1193

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1193

Black with #AC1193

Text Example


Text Example

White with #AC1193

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1193; }

 p { color: rgb(172,17,147); }

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

background-color css

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

 a { background-color: rgb(172,17,147); }

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

border-color css

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

 span { border-color: rgb(172,17,147); }

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