#AC1F92

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

Shades of Medium Red Violet #AC1F92

Tints of Medium Red Violet #AC1F92

Color information

#AC1F92 (or 0xAC1F92) is unknown color: approx Medium Red Violet. HEX triplet: AC, 1F and 92. RGB value is (172,31,146). Sum of RGB (Red+Green+Blue) = 172+31+146=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 31 (12.5% from 255 or 8.88% from 349); Blue value is 146 (57.42% from 255 or 41.83% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC1F92 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC1F92 is #53E06D. Grayscale: #555555. Windows color (decimal): -5496942 or 9576364. OLE color: 9576364.

HSL color Cylindrical-coordinate representation of color #AC1F92: hue angle of 311.06º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #AC1F92 is Cyan = 0, Magento = 0.82, Yellow = 0.15 and Black (K on CMYK) = 0.33.

Color convert

RGB17231146-
CMYK00.820.150.33
HSL311.06º69.46%39.8%-
HSV(B)311.06º81.98%67.45%-
XYZ22.6911.8328.28-
YUV86.27161.71189.15-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 31 (12.5% from 255) = 8.88%
BLUE value IS 146 (57.42% from 255) = 41.83%
R=49.28%
G=8.88%
B=41.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.82
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723114600.820.150.33311.0669.4639.8
HexAC1F92052F211374528
Octal254372220122174146710550
Binary1010110011111100100100101001011111000011001101111000101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC1F92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC1F92; }

 p { color: rgb(172,31,146); }

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

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

 a { background-color: rgb(172,31,146); }

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

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

 span { border-color: rgb(172,31,146); }

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