#AC28A2

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

Shades of Medium Red Violet #AC28A2

Tints of Medium Red Violet #AC28A2

Color information

#AC28A2 (or 0xAC28A2) is unknown color: approx Medium Red Violet. HEX triplet: AC, 28 and A2. RGB value is (172,40,162). Sum of RGB (Red+Green+Blue) = 172+40+162=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 40 (16.02% from 255 or 10.70% from 374); Blue value is 162 (63.67% from 255 or 43.32% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A2 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A2 is #53D75D. Grayscale: #5D5D5D. Windows color (decimal): -5494622 or 10627244. OLE color: 10627244.

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

Color convert

RGB17240162-
CMYK00.770.060.33
HSL304.55º62.26%41.57%-
HSV(B)304.55º76.74%67.45%-
XYZ24.2912.935.39-
YUV93.38166.73184.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 40 (16.02% from 255) = 10.70%
BLUE value IS 162 (63.67% from 255) = 43.32%
R=45.99%
G=10.70%
B=43.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.06
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724016200.770.060.33304.5562.2641.57
HexAC28A204D6211313e2a
Octal2545024201156414617652
Binary101011001010001010001001001101110100001100110001111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC28A2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC28A2; }

 p { color: rgb(172,40,162); }

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

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

 a { background-color: rgb(172,40,162); }

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

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

 span { border-color: rgb(172,40,162); }

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