#AC2686

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

Shades of Medium Red Violet #AC2686

Tints of Medium Red Violet #AC2686

Color information

#AC2686 (or 0xAC2686) is unknown color: approx Medium Red Violet. HEX triplet: AC, 26 and 86. RGB value is (172,38,134). Sum of RGB (Red+Green+Blue) = 172+38+134=344 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50% from 344); Green value is 38 (15.23% from 255 or 11.05% from 344); Blue value is 134 (52.73% from 255 or 38.95% from 344); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2686 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2686 is #53D979. Grayscale: #585858. Windows color (decimal): -5495162 or 8791724. OLE color: 8791724.

HSL color Cylindrical-coordinate representation of color #AC2686: hue angle of 317.01º degrees, saturation: 0.64, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #AC2686 is Cyan = 0, Magento = 0.78, Yellow = 0.22 and Black (K on CMYK) = 0.33.

Color convert

RGB17238134-
CMYK00.780.220.33
HSL317.01º63.81%41.18%-
HSV(B)317.01º77.91%67.45%-
XYZ22.0111.8823.69-
YUV89.01153.39187.19-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50%
GREEN value IS 38 (15.23% from 255) = 11.05%
BLUE value IS 134 (52.73% from 255) = 38.95%
R=50%
G=11.05%
B=38.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723813400.780.220.33317.0163.8141.18
HexAC268604E162113d4029
Octal254462060116264147510051
Binary101011001001101000011001001110101101000011001111011000000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2686

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2686; }

 p { color: rgb(172,38,134); }

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

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

 a { background-color: rgb(172,38,134); }

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

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

 span { border-color: rgb(172,38,134); }

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