#AC3A8F

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

Shades of Medium Red Violet #AC3A8F

Tints of Medium Red Violet #AC3A8F

Color information

#AC3A8F (or 0xAC3A8F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 8F. RGB value is (172,58,143). Sum of RGB (Red+Green+Blue) = 172+58+143=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 58 (23.05% from 255 or 15.55% from 373); Blue value is 143 (56.25% from 255 or 38.34% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A8F is #53C570. Grayscale: #656565. Windows color (decimal): -5490033 or 9386668. OLE color: 9386668.

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

Color convert

RGB17258143-
CMYK00.660.170.33
HSL315.26º49.57%45.1%-
HSV(B)315.26º66.28%67.45%-
XYZ23.4813.7827.41-
YUV101.78151.27178.09-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 58 (23.05% from 255) = 15.55%
BLUE value IS 143 (56.25% from 255) = 38.34%
R=46.11%
G=15.55%
B=38.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725814300.660.170.33315.2649.5745.1
HexAC3A8F042112113b322d
Octal25472217010221414736255
Binary10101100111010100011110100001010001100001100111011110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A8F; }

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

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

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

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

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

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

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

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