Html Css Color HEX #AC1197 Medium Violet Red

📋 copy color: '#AC1197'

red 172 ◦ green 17 ◦ blue 151

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

Shades of Medium Violet Red #AC1197

Tints of Medium Violet Red #AC1197

RGB

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

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

 BLUE value IS 151 (59.38% from 255) = 44.41%

R = 50.59%
G = 5%
B = 44.41%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.12

 K value IS 0.33

RGB Variations

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

Color information

#AC1197 (or 0xAC1197) is known color: Medium Violet Red. HEX triplet: AC, 11 and 97. RGB value is (172,17,151). Sum of RGB (Red+Green+Blue) = 172+17+151=340 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.59% from 340); Green value is 17 (7.03% from 255 or 5% from 340); Blue value is 151 (59.38% from 255 or 44.41% from 340); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1197 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1197 is #53EE68. Grayscale: #4E4E4E. Windows color (decimal): -5500521 or 9900460. OLE color: 9900460.

HSL color Cylindrical-coordinate representation of color #AC1197: hue angle of 308.13º 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 #AC1197 is Cyan = 0, Magento = 0.90, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB 172 17 151 -
CMYK 0 0.90 0.12 0.33
HSL 308.13º 0.82% 0.37% -
HSV(B) 308.13º 0.9% 0.67% -
XYZ 22.8 11.41 30.28 -
YUV 78.62 168.85 194.6 -
System Red Green Blue C M Y K H S L
Decimal 172 17 151 0 0.90 0.12 0.33 308.13 0.82 0.37
Hex AC 11 97 0 5A C 21 134 52 25
Octal 254 21 227 0 132 14 41 464 122 45
Binary 10101100 10001 10010111 0 1011010 1100 100001 100110100 1010010 100101

Color Harmonies of #AC1197

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1197

Black with #AC1197

Text Example


Text Example

White with #AC1197

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1197; }

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

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

background-color css

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

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

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

border-color css

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

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

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