#ac198a

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

Shades of Medium Violet Red #AC198A

Tints of Medium Violet Red #AC198A

Color information

#AC198A (or 0xAC198A) is unknown color: approx Medium Violet Red. HEX triplet: AC, 19 and 8A. RGB value is (172,25,138). Sum of RGB (Red+Green+Blue) = 172+25+138=335 (44% of max value = 765). Red value is 172 (67.58% from 255 or 51.34% from 335); Green value is 25 (10.16% from 255 or 7.46% from 335); Blue value is 138 (54.30% from 255 or 41.19% from 335); Max value from RGB is 172 - color contains mainly: red. Hex color #AC198A is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC198A is #53E675. Grayscale: #515151. Windows color (decimal): -5498486 or 9050540. OLE color: 9050540.

HSL color Cylindrical-coordinate representation of color #AC198A: hue angle of 313.88º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #AC198A is Cyan = 0, Magento = 0.85, Yellow = 0.20 and Black (K on CMYK) = 0.33.

Color convert

RGB17225138-
CMYK00.850.200.33
HSL313.88º74.62%38.63%-
HSV(B)313.88º85.47%67.45%-
XYZ21.9511.325.07-
YUV81.83159.7192.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 51.34%
GREEN value IS 25 (10.16% from 255) = 7.46%
BLUE value IS 138 (54.30% from 255) = 41.19%
R=51.34%
G=7.46%
B=41.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.20
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722513800.850.200.33313.8874.6238.63
HexAC198A055142113a4b27
Octal254312120125244147211347
Binary10101100110011000101001010101101001000011001110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac198a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac198a; }

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

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

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

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

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

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

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

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