#AC1496

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

Shades of Medium Violet Red #AC1496

Tints of Medium Violet Red #AC1496

Color information

#AC1496 (or 0xAC1496) is unknown color: approx Medium Violet Red. HEX triplet: AC, 14 and 96. RGB value is (172,20,150). Sum of RGB (Red+Green+Blue) = 172+20+150=342 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.29% from 342); Green value is 20 (8.20% from 255 or 5.85% from 342); Blue value is 150 (58.98% from 255 or 43.86% from 342); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1496 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1496 is #53EB69. Grayscale: #4F4F4F. Windows color (decimal): -5499754 or 9835692. OLE color: 9835692.

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

Color convert

RGB17220150-
CMYK00.880.130.33
HSL308.68º79.17%37.65%-
HSV(B)308.68º88.37%67.45%-
XYZ22.7711.4729.87-
YUV80.27167.36193.43-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.29%
GREEN value IS 20 (8.20% from 255) = 5.85%
BLUE value IS 150 (58.98% from 255) = 43.86%
R=50.29%
G=5.85%
B=43.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722015000.880.130.33308.6879.1737.65
HexAC1496058D211354f26
Octal254242260130154146511746
Binary1010110010100100101100101100011011000011001101011001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1496; }

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

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

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

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

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

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

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

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