#AC357E

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

Shades of Medium Red Violet #AC357E

Tints of Medium Red Violet #AC357E

Color information

#AC357E (or 0xAC357E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 7E. RGB value is (172,53,126). Sum of RGB (Red+Green+Blue) = 172+53+126=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 126 (49.61% from 255 or 35.90% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC357E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC357E is #53CA81. Grayscale: #606060. Windows color (decimal): -5491330 or 8271276. OLE color: 8271276.

HSL color Cylindrical-coordinate representation of color #AC357E: hue angle of 323.19º degrees, saturation: 0.53, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AC357E is Cyan = 0, Magento = 0.69, Yellow = 0.27 and Black (K on CMYK) = 0.33.

Color convert

RGB17253126-
CMYK00.690.270.33
HSL323.19º52.89%44.12%-
HSV(B)323.19º69.19%67.45%-
XYZ22.0512.8221.05-
YUV96.9144.42181.56-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 53 (21.09% from 255) = 15.10%
BLUE value IS 126 (49.61% from 255) = 35.90%
R=49.00%
G=15.10%
B=35.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725312600.690.270.33323.1952.8944.12
HexAC357E0451B21143352c
Octal25465176010533415036554
Binary1010110011010111111100100010111011100001101000011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC357E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC357E; }

 p { color: rgb(172,53,126); }

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

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

 a { background-color: rgb(172,53,126); }

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

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

 span { border-color: rgb(172,53,126); }

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