#AC408A

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

Shades of Medium Red Violet #AC408A

Tints of Medium Red Violet #AC408A

Color information

#AC408A (or 0xAC408A) is unknown color: approx Medium Red Violet. HEX triplet: AC, 40 and 8A. RGB value is (172,64,138). Sum of RGB (Red+Green+Blue) = 172+64+138=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 64 (25.39% from 255 or 17.11% from 374); Blue value is 138 (54.30% from 255 or 36.90% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC408A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC408A is #53BF75. Grayscale: #686868. Windows color (decimal): -5488502 or 9060524. OLE color: 9060524.

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

Color convert

RGB17264138-
CMYK00.630.200.33
HSL318.89º45.76%46.27%-
HSV(B)318.89º62.79%67.45%-
XYZ23.4314.2725.56-
YUV104.73146.78175.98-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 64 (25.39% from 255) = 17.11%
BLUE value IS 138 (54.30% from 255) = 36.90%
R=45.99%
G=17.11%
B=36.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726413800.630.200.33318.8945.7646.27
HexAC408A03F142113f2e2e
Octal25410021207724414775656
Binary10101100100000010001010011111110100100001100111111101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC408A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC408A; }

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

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

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

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

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

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

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

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