#AC278D

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

Shades of Medium Red Violet #AC278D

Tints of Medium Red Violet #AC278D

Color information

#AC278D (or 0xAC278D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 27 and 8D. RGB value is (172,39,141). Sum of RGB (Red+Green+Blue) = 172+39+141=352 (46% of max value = 765). Red value is 172 (67.58% from 255 or 48.86% from 352); Green value is 39 (15.62% from 255 or 11.08% from 352); Blue value is 141 (55.47% from 255 or 40.06% from 352); Max value from RGB is 172 - color contains mainly: red. Hex color #AC278D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC278D is #53D872. Grayscale: #5A5A5A. Windows color (decimal): -5494899 or 9250732. OLE color: 9250732.

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

Color convert

RGB17239141-
CMYK00.770.180.33
HSL313.98º63.03%41.37%-
HSV(B)313.98º77.33%67.45%-
XYZ22.5512.1426.36-
YUV90.4156.56186.21-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.86%
GREEN value IS 39 (15.62% from 255) = 11.08%
BLUE value IS 141 (55.47% from 255) = 40.06%
R=48.86%
G=11.08%
B=40.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723914100.770.180.33313.9863.0341.37
HexAC278D04D122113a3f29
Octal25447215011522414727751
Binary10101100100111100011010100110110010100001100111010111111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC278D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC278D; }

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

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

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

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

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

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

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

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