#AC1490

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

Shades of Medium Violet Red #AC1490

Tints of Medium Violet Red #AC1490

Color information

#AC1490 (or 0xAC1490) is unknown color: approx Medium Violet Red. HEX triplet: AC, 14 and 90. RGB value is (172,20,144). Sum of RGB (Red+Green+Blue) = 172+20+144=336 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.19% from 336); Green value is 20 (8.20% from 255 or 5.95% from 336); Blue value is 144 (56.64% from 255 or 42.86% from 336); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1490 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC1490 is #53EB6F. Grayscale: #4F4F4F. Windows color (decimal): -5499760 or 9442476. OLE color: 9442476.

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

Color convert

RGB17220144-
CMYK00.880.160.33
HSL311.05º79.17%37.65%-
HSV(B)311.05º88.37%67.45%-
XYZ22.311.2827.39-
YUV79.58164.36193.92-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.19%
GREEN value IS 20 (8.20% from 255) = 5.95%
BLUE value IS 144 (56.64% from 255) = 42.86%
R=51.19%
G=5.95%
B=42.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722014400.880.160.33311.0579.1737.65
HexAC149005810211374f26
Octal254242200130204146711746
Binary10101100101001001000001011000100001000011001101111001111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1490; }

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

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

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

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

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

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

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

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