#AC3A9F

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

Shades of Medium Red Violet #AC3A9F

Tints of Medium Red Violet #AC3A9F

Color information

#AC3A9F (or 0xAC3A9F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 9F. RGB value is (172,58,159). Sum of RGB (Red+Green+Blue) = 172+58+159=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 58 (23.05% from 255 or 14.91% from 389); Blue value is 159 (62.5% from 255 or 40.87% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A9F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A9F is #53C560. Grayscale: #676767. Windows color (decimal): -5490017 or 10435244. OLE color: 10435244.

HSL color Cylindrical-coordinate representation of color #AC3A9F: hue angle of 306.84º 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 #AC3A9F is Cyan = 0, Magento = 0.66, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17258159-
CMYK00.660.080.33
HSL306.84º49.57%45.1%-
HSV(B)306.84º66.28%67.45%-
XYZ24.7814.334.25-
YUV103.6159.27176.79-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 58 (23.05% from 255) = 14.91%
BLUE value IS 159 (62.5% from 255) = 40.87%
R=44.22%
G=14.91%
B=40.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725815900.660.080.33306.8449.5745.1
HexAC3A9F042821133322d
Octal25472237010210414636255
Binary1010110011101010011111010000101000100001100110011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A9F; }

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

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

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

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

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

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

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

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