#AC408D

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

Shades of Medium Red Violet #AC408D

Tints of Medium Red Violet #AC408D

Color information

#AC408D (or 0xAC408D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 40 and 8D. RGB value is (172,64,141). Sum of RGB (Red+Green+Blue) = 172+64+141=377 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.62% from 377); Green value is 64 (25.39% from 255 or 16.98% from 377); Blue value is 141 (55.47% from 255 or 37.40% from 377); Max value from RGB is 172 - color contains mainly: red. Hex color #AC408D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC408D is #53BF72. Grayscale: #686868. Windows color (decimal): -5488499 or 9257132. OLE color: 9257132.

HSL color Cylindrical-coordinate representation of color #AC408D: hue angle of 317.22º 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 #AC408D is Cyan = 0, Magento = 0.63, Yellow = 0.18 and Black (K on CMYK) = 0.33.

Color convert

RGB17264141-
CMYK00.630.180.33
HSL317.22º45.76%46.27%-
HSV(B)317.22º62.79%67.45%-
XYZ23.6514.3626.72-
YUV105.07148.28175.74-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.62%
GREEN value IS 64 (25.39% from 255) = 16.98%
BLUE value IS 141 (55.47% from 255) = 37.40%
R=45.62%
G=16.98%
B=37.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726414100.630.180.33317.2245.7646.27
HexAC408D03F122113d2e2e
Octal25410021507722414755656
Binary10101100100000010001101011111110010100001100111101101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC408D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC408D; }

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

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

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

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

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

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

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

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