#AC2490

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

Shades of Medium Red Violet #AC2490

Tints of Medium Red Violet #AC2490

Color information

#AC2490 (or 0xAC2490) is unknown color: approx Medium Red Violet. HEX triplet: AC, 24 and 90. RGB value is (172,36,144). Sum of RGB (Red+Green+Blue) = 172+36+144=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 36 (14.45% from 255 or 10.23% from 352); Blue value is 144 (56.64% from 255 or 40.91% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2490 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2490 is #53DB6F. Grayscale: #585858. Windows color (decimal): -5495664 or 9446572. OLE color: 9446572.

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

Color convert

RGB17236144-
CMYK00.790.160.33
HSL312.35º65.38%40.78%-
HSV(B)312.35º79.07%67.45%-
XYZ22.6812.0527.52-
YUV88.98159.06187.22-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 36 (14.45% from 255) = 10.23%
BLUE value IS 144 (56.64% from 255) = 40.91%
R=48.86%
G=10.23%
B=40.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723614400.790.160.33312.3565.3840.78
HexAC249004F10211384129
Octal254442200117204147010151
Binary101011001001001001000001001111100001000011001110001000001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2490; }

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

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

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

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

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

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

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

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