#AC4886

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

Shades of Medium Red Violet #AC4886

Tints of Medium Red Violet #AC4886

Color information

#AC4886 (or 0xAC4886) is unknown color: approx Medium Red Violet. HEX triplet: AC, 48 and 86. RGB value is (172,72,134). Sum of RGB (Red+Green+Blue) = 172+72+134=378 (50% of max value = 765). Red value is 172 (67.58% from 255 or 45.50% from 378); Green value is 72 (28.52% from 255 or 19.05% from 378); Blue value is 134 (52.73% from 255 or 35.45% from 378); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4886 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4886 is #53B779. Grayscale: #6C6C6C. Windows color (decimal): -5486458 or 8800428. OLE color: 8800428.

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

Color convert

RGB17272134-
CMYK00.580.220.33
HSL322.8º40.98%47.84%-
HSV(B)322.8º58.14%67.45%-
XYZ23.6315.1324.23-
YUV108.97142.13172.96-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.50%
GREEN value IS 72 (28.52% from 255) = 19.05%
BLUE value IS 134 (52.73% from 255) = 35.45%
R=45.50%
G=19.05%
B=35.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.22
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1727213400.580.220.33322.840.9847.84
HexAC488603A16211432930
Octal25411020607226415035160
Binary10101100100100010000110011101010110100001101000011101001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4886; }

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

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

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

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

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

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

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

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