#AC1A8D

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

Shades of Medium Violet Red #AC1A8D

Tints of Medium Violet Red #AC1A8D

Color information

#AC1A8D (or 0xAC1A8D) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1A and 8D. RGB value is (172,26,141). Sum of RGB (Red+Green+Blue) = 172+26+141=339 (44% of max value = 765). Red value is 172 (67.58% from 255 or 50.74% from 339); Green value is 26 (10.55% from 255 or 7.67% from 339); Blue value is 141 (55.47% from 255 or 41.59% from 339); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A8D is #53E572. Grayscale: #525252. Windows color (decimal): -5498227 or 9247404. OLE color: 9247404.

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

Color convert

RGB17226141-
CMYK00.850.180.33
HSL312.74º73.74%38.82%-
HSV(B)312.74º84.88%67.45%-
XYZ22.1911.4326.24-
YUV82.76160.87191.65-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.74%
GREEN value IS 26 (10.55% from 255) = 7.67%
BLUE value IS 141 (55.47% from 255) = 41.59%
R=50.74%
G=7.67%
B=41.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722614100.850.180.33312.7473.7438.82
HexAC1A8D05512211394a27
Octal254322150125224147111247
Binary10101100110101000110101010101100101000011001110011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A8D; }

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

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

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

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

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

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

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

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