#AC427F

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

Shades of Medium Red Violet #AC427F

Tints of Medium Red Violet #AC427F

Color information

#AC427F (or 0xAC427F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 42 and 7F. RGB value is (172,66,127). Sum of RGB (Red+Green+Blue) = 172+66+127=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 66 (26.17% from 255 or 18.08% from 365); Blue value is 127 (50% from 255 or 34.79% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC427F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC427F is #53BD80. Grayscale: #686868. Windows color (decimal): -5488001 or 8340140. OLE color: 8340140.

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

Color convert

RGB17266127-
CMYK00.620.260.33
HSL325.47º44.54%46.67%-
HSV(B)325.47º61.63%67.45%-
XYZ22.7914.221.62-
YUV104.65140.62176.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 66 (26.17% from 255) = 18.08%
BLUE value IS 127 (50% from 255) = 34.79%
R=47.12%
G=18.08%
B=34.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726612700.620.260.33325.4744.5446.67
HexAC427F03E1A211452d2f
Octal25410217707632415055557
Binary1010110010000101111111011111011010100001101000101101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC427F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC427F; }

 p { color: rgb(172,66,127); }

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

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

 a { background-color: rgb(172,66,127); }

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

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

 span { border-color: rgb(172,66,127); }

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