#AC229F

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

Shades of Medium Red Violet #AC229F

Tints of Medium Red Violet #AC229F

Color information

#AC229F (or 0xAC229F) is unknown color: approx Medium Red Violet. HEX triplet: AC, 22 and 9F. RGB value is (172,34,159). Sum of RGB (Red+Green+Blue) = 172+34+159=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 159 (62.5% from 255 or 43.56% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC229F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC229F is #53DD60. Grayscale: #595959. Windows color (decimal): -5496161 or 10429100. OLE color: 10429100.

HSL color Cylindrical-coordinate representation of color #AC229F: hue angle of 305.65º degrees, saturation: 0.67, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #AC229F is Cyan = 0, Magento = 0.80, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17234159-
CMYK00.800.080.33
HSL305.65º66.99%40.39%-
HSV(B)305.65º80.23%67.45%-
XYZ23.8412.4233.94-
YUV89.51167.22186.84-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 34 (13.67% from 255) = 9.32%
BLUE value IS 159 (62.5% from 255) = 43.56%
R=47.12%
G=9.32%
B=43.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723415900.800.080.33305.6566.9940.39
HexAC229F0508211324328
Octal254422370120104146210350
Binary10101100100010100111110101000010001000011001100101000011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC229F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC229F; }

 p { color: rgb(172,34,159); }

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

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

 a { background-color: rgb(172,34,159); }

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

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

 span { border-color: rgb(172,34,159); }

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