#AC159E

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

Shades of Medium Violet Red #AC159E

Tints of Medium Violet Red #AC159E

Color information

#AC159E (or 0xAC159E) is unknown color: approx Medium Violet Red. HEX triplet: AC, 15 and 9E. RGB value is (172,21,158). Sum of RGB (Red+Green+Blue) = 172+21+158=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 21 (8.59% from 255 or 5.98% from 351); Blue value is 158 (62.11% from 255 or 45.01% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC159E is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #AC159E is #53EA61. Grayscale: #515151. Windows color (decimal): -5499490 or 10360236. OLE color: 10360236.

HSL color Cylindrical-coordinate representation of color #AC159E: hue angle of 305.56º degrees, saturation: 0.78, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #AC159E is Cyan = 0, Magento = 0.88, Yellow = 0.08 and Black (K on CMYK) = 0.33.

Color convert

RGB17221158-
CMYK00.880.080.33
HSL305.56º78.24%37.84%-
HSV(B)305.56º87.79%67.45%-
XYZ23.4511.7833.38-
YUV81.77171.03192.36-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 21 (8.59% from 255) = 5.98%
BLUE value IS 158 (62.11% from 255) = 45.01%
R=49.00%
G=5.98%
B=45.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.08
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722115800.880.080.33305.5678.2437.84
HexAC159E0588211324e26
Octal254252360130104146211646
Binary1010110010101100111100101100010001000011001100101001110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC159E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC159E; }

 p { color: rgb(172,21,158); }

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

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

 a { background-color: rgb(172,21,158); }

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

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

 span { border-color: rgb(172,21,158); }

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