#AC28A5

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

Shades of Medium Red Violet #AC28A5

Tints of Medium Red Violet #AC28A5

Color information

#AC28A5 (or 0xAC28A5) is unknown color: approx Medium Red Violet. HEX triplet: AC, 28 and A5. RGB value is (172,40,165). Sum of RGB (Red+Green+Blue) = 172+40+165=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 40 (16.02% from 255 or 10.61% from 377); Blue value is 165 (64.84% from 255 or 43.77% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC28A5 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC28A5 is #53D75A. Grayscale: #5D5D5D. Windows color (decimal): -5494619 or 10823852. OLE color: 10823852.

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

Color convert

RGB17240165-
CMYK00.770.040.33
HSL303.18º62.26%41.57%-
HSV(B)303.18º76.74%67.45%-
XYZ24.561336.81-
YUV93.72168.23183.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 40 (16.02% from 255) = 10.61%
BLUE value IS 165 (64.84% from 255) = 43.77%
R=45.62%
G=10.61%
B=43.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.04
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724016500.770.040.33303.1862.2641.57
HexAC28A504D42112f3e2a
Octal2545024501154414577652
Binary101011001010001010010101001101100100001100101111111110101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC28A5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC28A5; }

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

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

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

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

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

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

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

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