#AC3291

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

Shades of Medium Red Violet #AC3291

Tints of Medium Red Violet #AC3291

Color information

#AC3291 (or 0xAC3291) is unknown color: approx Medium Red Violet. HEX triplet: AC, 32 and 91. RGB value is (172,50,145). Sum of RGB (Red+Green+Blue) = 172+50+145=367 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.87% from 367); Green value is 50 (19.92% from 255 or 13.62% from 367); Blue value is 145 (57.03% from 255 or 39.51% from 367); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3291 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3291 is #53CD6E. Grayscale: #616161. Windows color (decimal): -5492079 or 9515692. OLE color: 9515692.

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

Color convert

RGB17250145-
CMYK00.710.160.33
HSL313.28º54.95%43.53%-
HSV(B)313.28º70.93%67.45%-
XYZ23.2613.128.09-
YUV97.31154.92181.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.87%
GREEN value IS 50 (19.92% from 255) = 13.62%
BLUE value IS 145 (57.03% from 255) = 39.51%
R=46.87%
G=13.62%
B=39.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725014500.710.160.33313.2854.9543.53
HexAC32910471021139372c
Octal25462221010720414716754
Binary10101100110010100100010100011110000100001100111001110111101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3291; }

 p { color: rgb(172,50,145); }

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

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

 a { background-color: rgb(172,50,145); }

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

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

 span { border-color: rgb(172,50,145); }

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