#AC2496

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

Shades of Medium Red Violet #AC2496

Tints of Medium Red Violet #AC2496

Color information

#AC2496 (or 0xAC2496) is unknown color: approx Medium Red Violet. HEX triplet: AC, 24 and 96. RGB value is (172,36,150). Sum of RGB (Red+Green+Blue) = 172+36+150=358 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.04% from 358); Green value is 36 (14.45% from 255 or 10.06% from 358); Blue value is 150 (58.98% from 255 or 41.90% from 358); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2496 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2496 is #53DB69. Grayscale: #595959. Windows color (decimal): -5495658 or 9839788. OLE color: 9839788.

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

Color convert

RGB17236150-
CMYK00.790.130.33
HSL309.71º65.38%40.78%-
HSV(B)309.71º79.07%67.45%-
XYZ23.1512.2330-
YUV89.66162.06186.73-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.04%
GREEN value IS 36 (14.45% from 255) = 10.06%
BLUE value IS 150 (58.98% from 255) = 41.90%
R=48.04%
G=10.06%
B=41.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723615000.790.130.33309.7165.3840.78
HexAC249604FD211364129
Octal254442260117154146610151
Binary10101100100100100101100100111111011000011001101101000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2496

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2496; }

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

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

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

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

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

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

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

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