#AC278E

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

Shades of Medium Red Violet #AC278E

Tints of Medium Red Violet #AC278E

Color information

#AC278E (or 0xAC278E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 27 and 8E. RGB value is (172,39,142). Sum of RGB (Red+Green+Blue) = 172+39+142=353 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.73% from 353); Green value is 39 (15.62% from 255 or 11.05% from 353); Blue value is 142 (55.86% from 255 or 40.23% from 353); Max value from RGB is 172 - color contains mainly: red. Hex color #AC278E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC278E is #53D871. Grayscale: #5A5A5A. Windows color (decimal): -5494898 or 9316268. OLE color: 9316268.

HSL color Cylindrical-coordinate representation of color #AC278E: hue angle of 313.53º degrees, saturation: 0.63, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #AC278E is Cyan = 0, Magento = 0.77, Yellow = 0.17 and Black (K on CMYK) = 0.33.

Color convert

RGB17239142-
CMYK00.770.170.33
HSL313.53º63.03%41.37%-
HSV(B)313.53º77.33%67.45%-
XYZ22.6212.1726.75-
YUV90.51157.06186.12-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.73%
GREEN value IS 39 (15.62% from 255) = 11.05%
BLUE value IS 142 (55.86% from 255) = 40.23%
R=48.73%
G=11.05%
B=40.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723914200.770.170.33313.5363.0341.37
HexAC278E04D112113a3f29
Octal25447216011521414727751
Binary10101100100111100011100100110110001100001100111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC278E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC278E; }

 p { color: rgb(172,39,142); }

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

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

 a { background-color: rgb(172,39,142); }

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

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

 span { border-color: rgb(172,39,142); }

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