#AC2996

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

Shades of Medium Red Violet #AC2996

Tints of Medium Red Violet #AC2996

Color information

#AC2996 (or 0xAC2996) is unknown color: approx Medium Red Violet. HEX triplet: AC, 29 and 96. RGB value is (172,41,150). Sum of RGB (Red+Green+Blue) = 172+41+150=363 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.38% from 363); Green value is 41 (16.41% from 255 or 11.29% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2996 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2996 is #53D669. Grayscale: #5C5C5C. Windows color (decimal): -5494378 or 9841068. OLE color: 9841068.

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

Color convert

RGB17241150-
CMYK00.760.130.33
HSL310.08º61.5%41.76%-
HSV(B)310.08º76.16%67.45%-
XYZ23.3112.5630.05-
YUV92.6160.4184.64-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.38%
GREEN value IS 41 (16.41% from 255) = 11.29%
BLUE value IS 150 (58.98% from 255) = 41.32%
R=47.38%
G=11.29%
B=41.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724115000.760.130.33310.0861.541.76
HexAC299604CD211363e2a
Octal25451226011415414667652
Binary1010110010100110010110010011001101100001100110110111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2996

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2996; }

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

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

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

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

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

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

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

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