#AC0685

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

Shades of Medium Violet Red #AC0685

Tints of Medium Violet Red #AC0685

Color information

#AC0685 (or 0xAC0685) is unknown color: approx Medium Violet Red. HEX triplet: AC, 06 and 85. RGB value is (172,6,133). Sum of RGB (Red+Green+Blue) = 172+6+133=311 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.31% from 311); Green value is 6 (2.73% from 255 or 1.93% from 311); Blue value is 133 (52.34% from 255 or 42.77% from 311); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0685 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC0685 is #53F97A. Grayscale: #454545. Windows color (decimal): -5503355 or 8717996. OLE color: 8717996.

HSL color Cylindrical-coordinate representation of color #AC0685: hue angle of 314.1º degrees, saturation: 0.93, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #AC0685 is Cyan = 0, Magento = 0.97, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB1726133-
CMYK00.970.230.33
HSL314.1º93.26%34.9%-
HSV(B)314.1º96.51%67.45%-
XYZ21.3110.5923.11-
YUV70.11163.5200.67-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.31%
GREEN value IS 6 (2.73% from 255) = 1.93%
BLUE value IS 133 (52.34% from 255) = 42.77%
R=55.31%
G=1.93%
B=42.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal172613300.970.230.33314.193.2634.9
HexAC685061172113a5d23
Octal25462050141274147213543
Binary101011001101000010101100001101111000011001110101011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0685

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0685; }

 p { color: rgb(172,6,133); }

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

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

 a { background-color: rgb(172,6,133); }

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

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

 span { border-color: rgb(172,6,133); }

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