#AC4196

Color #AC4196 Medium Red Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Red Violet #AC4196

Tints of Medium Red Violet #AC4196

Color information

#AC4196 (or 0xAC4196) is unknown color: approx Medium Red Violet. HEX triplet: AC, 41 and 96. RGB value is (172,65,150). Sum of RGB (Red+Green+Blue) = 172+65+150=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 65 (25.78% from 255 or 16.80% from 387); Blue value is 150 (58.98% from 255 or 38.76% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4196 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4196 is #53BE69. Grayscale: #6A6A6A. Windows color (decimal): -5488234 or 9847212. OLE color: 9847212.

HSL color Cylindrical-coordinate representation of color #AC4196: hue angle of 312.34º degrees, saturation: 0.45, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AC4196 is Cyan = 0, Magento = 0.62, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB17265150-
CMYK00.620.130.33
HSL312.34º45.15%46.47%-
HSV(B)312.34º62.21%67.45%-
XYZ24.4114.7530.42-
YUV106.68152.45174.59-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 65 (25.78% from 255) = 16.80%
BLUE value IS 150 (58.98% from 255) = 38.76%
R=44.44%
G=16.80%
B=38.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726515000.620.130.33312.3445.1546.47
HexAC419603ED211382d2e
Octal25410122607615414705556
Binary1010110010000011001011001111101101100001100111000101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4196

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4196; }

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

 H1.HeaderClassName
 {
   color: #AC4196;
 }
 .AnyTagClassName
 {
   color: #AC4196;
 }
</style>
background-color css

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

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

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

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

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

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