#ac3092

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

Shades of Medium Red Violet #AC3092

Tints of Medium Red Violet #AC3092

Color information

#AC3092 (or 0xAC3092) is unknown color: approx Medium Red Violet. HEX triplet: AC, 30 and 92. RGB value is (172,48,146). Sum of RGB (Red+Green+Blue) = 172+48+146=366 (48% of max value = 765). Red value is 172 (67.58% from 255 or 46.99% from 366); Green value is 48 (19.14% from 255 or 13.11% from 366); Blue value is 146 (57.42% from 255 or 39.89% from 366); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3092 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3092 is #53CF6D. Grayscale: #5F5F5F. Windows color (decimal): -5492590 or 9580716. OLE color: 9580716.

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

Color convert

RGB17248146-
CMYK00.720.150.33
HSL312.58º56.36%43.14%-
HSV(B)312.58º72.09%67.45%-
XYZ23.2612.9628.47-
YUV96.25156.08182.03-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.99%
GREEN value IS 48 (19.14% from 255) = 13.11%
BLUE value IS 146 (57.42% from 255) = 39.89%
R=46.99%
G=13.11%
B=39.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724814600.720.150.33312.5856.3643.14
HexAC3092048F21139382b
Octal25460222011017414717053
Binary1010110011000010010010010010001111100001100111001111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac3092

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac3092; }

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

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

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

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

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

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

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

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