#AC3B81

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

Shades of Medium Red Violet #AC3B81

Tints of Medium Red Violet #AC3B81

Color information

#AC3B81 (or 0xAC3B81) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3B and 81. RGB value is (172,59,129). Sum of RGB (Red+Green+Blue) = 172+59+129=360 (47% of max value = 765). Red value is 172 (67.58% from 255 or 47.78% from 360); Green value is 59 (23.44% from 255 or 16.39% from 360); Blue value is 129 (50.78% from 255 or 35.83% from 360); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3B81 is #53C47E. Grayscale: #646464. Windows color (decimal): -5489791 or 8469420. OLE color: 8469420.

HSL color Cylindrical-coordinate representation of color #AC3B81: hue angle of 322.83º degrees, saturation: 0.49, 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 #AC3B81 is Cyan = 0, Magento = 0.66, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17259129-
CMYK00.660.250.33
HSL322.83º48.92%45.29%-
HSV(B)322.83º65.7%67.45%-
XYZ22.5413.4822.18-
YUV100.77143.94178.81-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.78%
GREEN value IS 59 (23.44% from 255) = 16.39%
BLUE value IS 129 (50.78% from 255) = 35.83%
R=47.78%
G=16.39%
B=35.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725912900.660.250.33322.8348.9245.29
HexAC3B810421921143312d
Octal25473201010231415036155
Binary10101100111011100000010100001011001100001101000011110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B81; }

 p { color: rgb(172,59,129); }

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

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

 a { background-color: rgb(172,59,129); }

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

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

 span { border-color: rgb(172,59,129); }

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