#AC3A91

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

Shades of Medium Red Violet #AC3A91

Tints of Medium Red Violet #AC3A91

Color information

#AC3A91 (or 0xAC3A91) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 91. RGB value is (172,58,145). Sum of RGB (Red+Green+Blue) = 172+58+145=375 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.87% from 375); Green value is 58 (23.05% from 255 or 15.47% from 375); Blue value is 145 (57.03% from 255 or 38.67% from 375); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A91 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A91 is #53C56E. Grayscale: #656565. Windows color (decimal): -5490031 or 9517740. OLE color: 9517740.

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

Color convert

RGB17258145-
CMYK00.660.160.33
HSL314.21º49.57%45.1%-
HSV(B)314.21º66.28%67.45%-
XYZ23.6413.8428.21-
YUV102152.27177.93-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.87%
GREEN value IS 58 (23.05% from 255) = 15.47%
BLUE value IS 145 (57.03% from 255) = 38.67%
R=45.87%
G=15.47%
B=38.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.16
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725814500.660.160.33314.2149.5745.1
HexAC3A91042102113a322d
Octal25472221010220414726255
Binary10101100111010100100010100001010000100001100111010110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A91; }

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

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

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

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

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

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

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

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