#AC298E

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

Shades of Medium Red Violet #AC298E

Tints of Medium Red Violet #AC298E

Color information

#AC298E (or 0xAC298E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 29 and 8E. RGB value is (172,41,142). Sum of RGB (Red+Green+Blue) = 172+41+142=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 41 (16.41% from 255 or 11.55% from 355); Blue value is 142 (55.86% from 255 or 40% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC298E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC298E is #53D671. Grayscale: #5B5B5B. Windows color (decimal): -5494386 or 9316780. OLE color: 9316780.

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

Color convert

RGB17241142-
CMYK00.760.170.33
HSL313.74º61.5%41.76%-
HSV(B)313.74º76.16%67.45%-
XYZ22.6912.3126.77-
YUV91.68156.4185.29-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 41 (16.41% from 255) = 11.55%
BLUE value IS 142 (55.86% from 255) = 40%
R=48.45%
G=11.55%
B=40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724114200.760.170.33313.7461.541.76
HexAC298E04C112113a3e2a
Octal25451216011421414727652
Binary10101100101001100011100100110010001100001100111010111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC298E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC298E; }

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

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

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

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

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

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

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

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