#AC2192

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

Shades of Medium Red Violet #AC2192

Tints of Medium Red Violet #AC2192

Color information

#AC2192 (or 0xAC2192) is unknown color: approx Medium Red Violet. HEX triplet: AC, 21 and 92. RGB value is (172,33,146). Sum of RGB (Red+Green+Blue) = 172+33+146=351 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.00% from 351); Green value is 33 (13.28% from 255 or 9.40% from 351); Blue value is 146 (57.42% from 255 or 41.60% from 351); Max value from RGB is 172 - color contains mainly: red. Hex color #AC2192 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC2192 is #53DE6D. Grayscale: #575757. Windows color (decimal): -5496430 or 9576876. OLE color: 9576876.

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

Color convert

RGB17233146-
CMYK00.810.150.33
HSL311.22º67.8%40.2%-
HSV(B)311.22º80.81%67.45%-
XYZ22.7511.9328.3-
YUV87.44161.05188.31-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.00%
GREEN value IS 33 (13.28% from 255) = 9.40%
BLUE value IS 146 (57.42% from 255) = 41.60%
R=49.00%
G=9.40%
B=41.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1723314600.810.150.33311.2267.840.2
HexAC2192051F211374428
Octal254412220121174146710450
Binary10101100100001100100100101000111111000011001101111000100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC2192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC2192; }

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

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

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

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

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

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

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

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