#AC358E

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

Shades of Medium Red Violet #AC358E

Tints of Medium Red Violet #AC358E

Color information

#AC358E (or 0xAC358E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 8E. RGB value is (172,53,142). Sum of RGB (Red+Green+Blue) = 172+53+142=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 142 (55.86% from 255 or 38.69% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC358E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC358E is #53CA71. Grayscale: #626262. Windows color (decimal): -5491314 or 9319852. OLE color: 9319852.

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

Color convert

RGB17253142-
CMYK00.690.170.33
HSL315.13º52.89%44.12%-
HSV(B)315.13º69.19%67.45%-
XYZ23.1713.2726.93-
YUV98.73152.42180.26-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 53 (21.09% from 255) = 14.44%
BLUE value IS 142 (55.86% from 255) = 38.69%
R=46.87%
G=14.44%
B=38.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725314200.690.170.33315.1352.8944.12
HexAC358E045112113b352c
Octal25465216010521414736554
Binary10101100110101100011100100010110001100001100111011110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC358E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC358E; }

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

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

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

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

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

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

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

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