#AC3A77

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

Shades of Medium Red Violet #AC3A77

Tints of Medium Red Violet #AC3A77

Color information

#AC3A77 (or 0xAC3A77) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 77. RGB value is (172,58,119). Sum of RGB (Red+Green+Blue) = 172+58+119=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 58 (23.05% from 255 or 16.62% from 349); Blue value is 119 (46.88% from 255 or 34.10% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A77 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3A77 is #53C588. Grayscale: #626262. Windows color (decimal): -5490057 or 7813804. OLE color: 7813804.

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

Color convert

RGB17258119-
CMYK00.660.310.33
HSL327.89º49.57%45.1%-
HSV(B)327.89º66.28%67.45%-
XYZ21.8613.1318.83-
YUV99.04139.27180.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 58 (23.05% from 255) = 16.62%
BLUE value IS 119 (46.88% from 255) = 34.10%
R=49.28%
G=16.62%
B=34.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.31
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725811900.660.310.33327.8949.5745.1
HexAC3A770421F21148322d
Octal25472167010237415106255
Binary1010110011101011101110100001011111100001101001000110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A77; }

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

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

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

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

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

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

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

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