#AC418B

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

Shades of Medium Red Violet #AC418B

Tints of Medium Red Violet #AC418B

Color information

#AC418B (or 0xAC418B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 41 and 8B. RGB value is (172,65,139). Sum of RGB (Red+Green+Blue) = 172+65+139=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 65 (25.78% from 255 or 17.29% from 376); Blue value is 139 (54.69% from 255 or 36.97% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC418B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC418B is #53BE74. Grayscale: #696969. Windows color (decimal): -5488245 or 9126316. OLE color: 9126316.

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

Color convert

RGB17265139-
CMYK00.620.190.33
HSL318.5º45.15%46.47%-
HSV(B)318.5º62.21%67.45%-
XYZ23.5614.4225.97-
YUV105.43146.95175.48-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 65 (25.78% from 255) = 17.29%
BLUE value IS 139 (54.69% from 255) = 36.97%
R=45.74%
G=17.29%
B=36.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.19
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726513900.620.190.33318.545.1546.47
HexAC418B03E132113f2d2e
Octal25410121307623414775556
Binary10101100100000110001011011111010011100001100111111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC418B; }

 p { color: rgb(172,65,139); }

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

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

 a { background-color: rgb(172,65,139); }

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

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

 span { border-color: rgb(172,65,139); }

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