#AC4985

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

Shades of Medium Red Violet #AC4985

Tints of Medium Red Violet #AC4985

Color information

#AC4985 (or 0xAC4985) is unknown color: approx Medium Red Violet. HEX triplet: AC, 49 and 85. RGB value is (172,73,133). Sum of RGB (Red+Green+Blue) = 172+73+133=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 73 (28.91% from 255 or 19.31% from 378); Blue value is 133 (52.34% from 255 or 35.19% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4985 is #53B67A. Grayscale: #6D6D6D. Windows color (decimal): -5486203 or 8735148. OLE color: 8735148.

HSL color Cylindrical-coordinate representation of color #AC4985: hue angle of 323.64º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AC4985 is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.33.

Color convert

RGB17273133-
CMYK00.580.230.33
HSL323.64º40.41%48.04%-
HSV(B)323.64º57.56%67.45%-
XYZ23.6315.2323.88-
YUV109.44141.3172.62-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 73 (28.91% from 255) = 19.31%
BLUE value IS 133 (52.34% from 255) = 35.19%
R=45.50%
G=19.31%
B=35.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.23
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727313300.580.230.33323.6440.4148.04
HexAC498503A17211442830
Octal25411120507227415045060
Binary10101100100100110000101011101010111100001101000100101000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4985; }

 p { color: rgb(172,73,133); }

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

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

 a { background-color: rgb(172,73,133); }

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

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

 span { border-color: rgb(172,73,133); }

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