#AC4081

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

Shades of Medium Red Violet #AC4081

Tints of Medium Red Violet #AC4081

Color information

#AC4081 (or 0xAC4081) is unknown color: approx Medium Red Violet. HEX triplet: AC, 40 and 81. RGB value is (172,64,129). Sum of RGB (Red+Green+Blue) = 172+64+129=365 (48% of max value = 765). Red value is 172 (67.58% from 255 or 47.12% from 365); Green value is 64 (25.39% from 255 or 17.53% from 365); Blue value is 129 (50.78% from 255 or 35.34% from 365); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4081 is #53BF7E. Grayscale: #676767. Windows color (decimal): -5488511 or 8470700. OLE color: 8470700.

HSL color Cylindrical-coordinate representation of color #AC4081: hue angle of 323.89º degrees, saturation: 0.46, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AC4081 is Cyan = 0, Magento = 0.63, Yellow = 0.25 and Black (K on CMYK) = 0.33.

Color convert

RGB17264129-
CMYK00.630.250.33
HSL323.89º45.76%46.27%-
HSV(B)323.89º62.79%67.45%-
XYZ22.8114.0222.27-
YUV103.7142.28176.71-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 47.12%
GREEN value IS 64 (25.39% from 255) = 17.53%
BLUE value IS 129 (50.78% from 255) = 35.34%
R=47.12%
G=17.53%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.25
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726412900.630.250.33323.8945.7646.27
HexAC408103F19211442e2e
Octal25410020107731415045656
Binary10101100100000010000001011111111001100001101000100101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC4081

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC4081; }

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

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

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

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

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

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

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

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