#AC2075

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

Shades of Medium Red Violet #AC2075

Tints of Medium Red Violet #AC2075

Color information

#AC2075 (or 0xAC2075) is unknown color: approx Medium Red Violet. HEX triplet: AC, 20 and 75. RGB value is (172,32,117). Sum of RGB (Red+Green+Blue) = 172+32+117=321 (42% of max value = 765). Red value is 172 (67.58% from 255 or 53.58% from 321); Green value is 32 (12.89% from 255 or 9.97% from 321); Blue value is 117 (46.09% from 255 or 36.45% from 321); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2075 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC2075 is #53DF8A. Grayscale: #535353. Windows color (decimal): -5496715 or 7676076. OLE color: 7676076.

HSL color Cylindrical-coordinate representation of color #AC2075: hue angle of 323.57º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #AC2075 is Cyan = 0, Magento = 0.81, Yellow = 0.32 and Black (K on CMYK) = 0.33.

Color convert

RGB17232117-
CMYK00.810.320.33
HSL323.57º68.63%40%-
HSV(B)323.57º81.4%67.45%-
XYZ20.7411.0917.88-
YUV83.55146.88191.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 53.58%
GREEN value IS 32 (12.89% from 255) = 9.97%
BLUE value IS 117 (46.09% from 255) = 36.45%
R=53.58%
G=9.97%
B=36.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723211700.810.320.33323.5768.6340
HexAC207505120211444528
Octal254401650121404150410550
Binary101011001000001110101010100011000001000011010001001000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2075; }

 p { color: rgb(172,32,117); }

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

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

 a { background-color: rgb(172,32,117); }

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

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

 span { border-color: rgb(172,32,117); }

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