Html Css Color HEX #AC1196 Medium Violet Red

📋 copy color: '#AC1196'

red 172 ◦ green 17 ◦ blue 150

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

Shades of Medium Violet Red #AC1196

Tints of Medium Violet Red #AC1196

RGB

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

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

 BLUE value IS 150 (58.98% from 255) = 44.25%

R = 50.74%
G = 5.01%
B = 44.25%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.13

 K value IS 0.33

RGB Variations

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

Color information

#AC1196 (or 0xAC1196) is known color: Medium Violet Red. HEX triplet: AC, 11 and 96. RGB value is (172,17,150). Sum of RGB (Red+Green+Blue) = 172+17+150=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 17 (7.03% from 255 or 5.01% from 339); Blue value is 150 (58.98% from 255 or 44.25% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1196 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1196 is #53EE69. Grayscale: #4E4E4E. Windows color (decimal): -5500522 or 9834924. OLE color: 9834924.

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

Color convert

RGB 172 17 150 -
CMYK 0 0.90 0.13 0.33
HSL 308.52º 0.82% 0.37% -
HSV(B) 308.52º 0.9% 0.67% -
XYZ 22.72 11.37 29.85 -
YUV 78.51 168.35 194.69 -
System Red Green Blue C M Y K H S L
Decimal 172 17 150 0 0.90 0.13 0.33 308.52 0.82 0.37
Hex AC 11 96 0 5A D 21 135 52 25
Octal 254 21 226 0 132 15 41 465 122 45
Binary 10101100 10001 10010110 0 1011010 1101 100001 100110101 1010010 100101

Color Harmonies of #AC1196

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #AC1196

Black with #AC1196

Text Example


Text Example

White with #AC1196

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #AC1196; }

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

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

background-color css

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

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

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

border-color css

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

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

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