#AC387A

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

Shades of Medium Red Violet #AC387A

Tints of Medium Red Violet #AC387A

Color information

#AC387A (or 0xAC387A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 38 and 7A. RGB value is (172,56,122). Sum of RGB (Red+Green+Blue) = 172+56+122=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 56 (22.27% from 255 or 16% from 350); Blue value is 122 (48.05% from 255 or 34.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC387A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC387A is #53C785. Grayscale: #626262. Windows color (decimal): -5490566 or 8009900. OLE color: 8009900.

HSL color Cylindrical-coordinate representation of color #AC387A: hue angle of 325.86º degrees, saturation: 0.51, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AC387A is Cyan = 0, Magento = 0.67, Yellow = 0.29 and Black (K on CMYK) = 0.33.

Color convert

RGB17256122-
CMYK00.670.290.33
HSL325.86º50.88%44.71%-
HSV(B)325.86º67.44%67.45%-
XYZ21.941319.77-
YUV98.21141.43180.63-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 56 (22.27% from 255) = 16%
BLUE value IS 122 (48.05% from 255) = 34.86%
R=49.14%
G=16%
B=34.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.29
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725612200.670.290.33325.8650.8844.71
HexAC387A0431D21146332d
Octal25470172010335415066355
Binary1010110011100011110100100001111101100001101000110110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC387A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC387A; }

 p { color: rgb(172,56,122); }

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

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

 a { background-color: rgb(172,56,122); }

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

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

 span { border-color: rgb(172,56,122); }

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