#AC3A86

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

Shades of Medium Red Violet #AC3A86

Tints of Medium Red Violet #AC3A86

Color information

#AC3A86 (or 0xAC3A86) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 86. RGB value is (172,58,134). Sum of RGB (Red+Green+Blue) = 172+58+134=364 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.25% from 364); Green value is 58 (23.05% from 255 or 15.93% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A86 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A86 is #53C579. Grayscale: #646464. Windows color (decimal): -5490042 or 8796844. OLE color: 8796844.

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

Color convert

RGB17258134-
CMYK00.660.220.33
HSL320º49.57%45.1%-
HSV(B)320º66.28%67.45%-
XYZ22.8313.5223.96-
YUV100.75146.77178.82-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.25%
GREEN value IS 58 (23.05% from 255) = 15.93%
BLUE value IS 134 (52.73% from 255) = 36.81%
R=47.25%
G=15.93%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725813400.660.220.3332049.5745.1
HexAC3A860421621140322d
Octal25472206010226415006255
Binary10101100111010100001100100001010110100001101000000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A86; }

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

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

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

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

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

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

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

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