#AC428A

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

Shades of Medium Red Violet #AC428A

Tints of Medium Red Violet #AC428A

Color information

#AC428A (or 0xAC428A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 42 and 8A. RGB value is (172,66,138). Sum of RGB (Red+Green+Blue) = 172+66+138=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 66 (26.17% from 255 or 17.55% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC428A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC428A is #53BD75. Grayscale: #696969. Windows color (decimal): -5487990 or 9061036. OLE color: 9061036.

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

Color convert

RGB17266138-
CMYK00.620.200.33
HSL319.25º44.54%46.67%-
HSV(B)319.25º61.63%67.45%-
XYZ23.5514.525.6-
YUV105.9146.12175.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 66 (26.17% from 255) = 17.55%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=45.74%
G=17.55%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726613800.620.200.33319.2544.5446.67
HexAC428A03E142113f2d2f
Octal25410221207624414775557
Binary10101100100001010001010011111010100100001100111111101101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC428A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC428A; }

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

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

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

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

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

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

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

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