#ac3390

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

Shades of Medium Red Violet #AC3390

Tints of Medium Red Violet #AC3390

Color information

#AC3390 (or 0xAC3390) is unknown color: approx Medium Red Violet. HEX triplet: AC, 33 and 90. RGB value is (172,51,144). Sum of RGB (Red+Green+Blue) = 172+51+144=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 144 (56.64% from 255 or 39.24% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3390 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3390 is #53CC6F. Grayscale: #616161. Windows color (decimal): -5491824 or 9450412. OLE color: 9450412.

HSL color Cylindrical-coordinate representation of color #AC3390: hue angle of 313.88º degrees, saturation: 0.54, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AC3390 is Cyan = 0, Magento = 0.70, Yellow = 0.16 and Black (K on CMYK) = 0.33.

Color convert

RGB17251144-
CMYK00.700.160.33
HSL313.88º54.26%43.73%-
HSV(B)313.88º70.35%67.45%-
XYZ23.2313.1527.7-
YUV97.78154.09180.94-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 51 (20.31% from 255) = 13.90%
BLUE value IS 144 (56.64% from 255) = 39.24%
R=46.87%
G=13.90%
B=39.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.70
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725114400.700.160.33313.8854.2643.73
HexAC3390046102113a362c
Octal25463220010620414726654
Binary10101100110011100100000100011010000100001100111010110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3390; }

 p { color: rgb(172,51,144); }

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

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

 a { background-color: rgb(172,51,144); }

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

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

 span { border-color: rgb(172,51,144); }

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