#AC17A0

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

Shades of Medium Violet Red #AC17A0

Tints of Medium Violet Red #AC17A0

Color information

#AC17A0 (or 0xAC17A0) is unknown color: approx Medium Violet Red. HEX triplet: AC, 17 and A0. RGB value is (172,23,160). Sum of RGB (Red+Green+Blue) = 172+23+160=355 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.45% from 355); Green value is 23 (9.38% from 255 or 6.48% from 355); Blue value is 160 (62.89% from 255 or 45.07% from 355); Max value from RGB is 172 - color contains mainly: red. Hex color #AC17A0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC17A0 is #53E85F. Grayscale: #525252. Windows color (decimal): -5498976 or 10491820. OLE color: 10491820.

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

Color convert

RGB17223160-
CMYK00.870.070.33
HSL304.83º76.41%38.24%-
HSV(B)304.83º86.63%67.45%-
XYZ23.6611.9234.31-
YUV83.17171.36191.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.45%
GREEN value IS 23 (9.38% from 255) = 6.48%
BLUE value IS 160 (62.89% from 255) = 45.07%
R=48.45%
G=6.48%
B=45.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.07
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722316000.870.070.33304.8376.4138.24
HexAC17A00577211314c26
Octal25427240012774146111446
Binary101011001011110100000010101111111000011001100011001100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC17A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC17A0; }

 p { color: rgb(172,23,160); }

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

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

 a { background-color: rgb(172,23,160); }

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

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

 span { border-color: rgb(172,23,160); }

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