#AC488D

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

Shades of Medium Red Violet #AC488D

Tints of Medium Red Violet #AC488D

Color information

#AC488D (or 0xAC488D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 48 and 8D. RGB value is (172,72,141). Sum of RGB (Red+Green+Blue) = 172+72+141=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 72 (28.52% from 255 or 18.70% from 385); Blue value is 141 (55.47% from 255 or 36.62% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC488D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC488D is #53B772. Grayscale: #6D6D6D. Windows color (decimal): -5486451 or 9259180. OLE color: 9259180.

HSL color Cylindrical-coordinate representation of color #AC488D: hue angle of 318.6º degrees, saturation: 0.41, 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 #AC488D is Cyan = 0, Magento = 0.58, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17272141-
CMYK00.580.180.33
HSL318.6º40.98%47.84%-
HSV(B)318.6º58.14%67.45%-
XYZ24.1415.3326.89-
YUV109.77145.63172.39-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 72 (28.52% from 255) = 18.70%
BLUE value IS 141 (55.47% from 255) = 36.62%
R=44.68%
G=18.70%
B=36.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727214100.580.180.33318.640.9847.84
HexAC488D03A122113f2930
Octal25411021507222414775160
Binary10101100100100010001101011101010010100001100111111101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC488D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC488D; }

 p { color: rgb(172,72,141); }

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

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

 a { background-color: rgb(172,72,141); }

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

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

 span { border-color: rgb(172,72,141); }

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