#AC4190

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

Shades of Medium Red Violet #AC4190

Tints of Medium Red Violet #AC4190

Color information

#AC4190 (or 0xAC4190) is unknown color: approx Medium Red Violet. HEX triplet: AC, 41 and 90. RGB value is (172,65,144). Sum of RGB (Red+Green+Blue) = 172+65+144=381 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.14% from 381); Green value is 65 (25.78% from 255 or 17.06% from 381); Blue value is 144 (56.64% from 255 or 37.80% from 381); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4190 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4190 is #53BE6F. Grayscale: #696969. Windows color (decimal): -5488240 or 9453996. OLE color: 9453996.

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

Color convert

RGB17265144-
CMYK00.620.160.33
HSL315.7º45.15%46.47%-
HSV(B)315.7º62.21%67.45%-
XYZ23.9414.5627.94-
YUV106149.45175.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.14%
GREEN value IS 65 (25.78% from 255) = 17.06%
BLUE value IS 144 (56.64% from 255) = 37.80%
R=45.14%
G=17.06%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726514400.620.160.33315.745.1546.47
HexAC419003E102113c2d2e
Octal25410122007620414745556
Binary10101100100000110010000011111010000100001100111100101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4190; }

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

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

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

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

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

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

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

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