#AC1A82

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

Shades of Medium Violet Red #AC1A82

Tints of Medium Violet Red #AC1A82

Color information

#AC1A82 (or 0xAC1A82) is unknown color: approx Medium Violet Red. HEX triplet: AC, 1A and 82. RGB value is (172,26,130). Sum of RGB (Red+Green+Blue) = 172+26+130=328 (43% of max value = 765). Red value is 172 (67.58% from 255 or 52.44% from 328); Green value is 26 (10.55% from 255 or 7.93% from 328); Blue value is 130 (51.17% from 255 or 39.63% from 328); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1A82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1A82 is #53E57D. Grayscale: #515151. Windows color (decimal): -5498238 or 8526508. OLE color: 8526508.

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

Color convert

RGB17226130-
CMYK00.850.240.33
HSL317.26º73.74%38.82%-
HSV(B)317.26º84.88%67.45%-
XYZ21.4111.1222.14-
YUV81.51155.37192.54-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 52.44%
GREEN value IS 26 (10.55% from 255) = 7.93%
BLUE value IS 130 (51.17% from 255) = 39.63%
R=52.44%
G=7.93%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.24
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1722613000.850.240.33317.2673.7438.82
HexAC1A82055182113d4a27
Octal254322020125304147511247
Binary10101100110101000001001010101110001000011001111011001010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1A82; }

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

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

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

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

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

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

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

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