#ac4392

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

Shades of Medium Red Violet #AC4392

Tints of Medium Red Violet #AC4392

Color information

#AC4392 (or 0xAC4392) is unknown color: approx Medium Red Violet. HEX triplet: AC, 43 and 92. RGB value is (172,67,146). Sum of RGB (Red+Green+Blue) = 172+67+146=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 67 (26.56% from 255 or 17.40% from 385); Blue value is 146 (57.42% from 255 or 37.92% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC4392 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC4392 is #53BC6D. Grayscale: #6B6B6B. Windows color (decimal): -5487726 or 9585580. OLE color: 9585580.

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

Color convert

RGB17267146-
CMYK00.610.150.33
HSL314.86º43.93%46.86%-
HSV(B)314.86º61.05%67.45%-
XYZ24.2114.8628.79-
YUV107.4149.79174.08-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 67 (26.56% from 255) = 17.40%
BLUE value IS 146 (57.42% from 255) = 37.92%
R=44.68%
G=17.40%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.15
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726714600.610.150.33314.8643.9346.86
HexAC439203DF2113b2c2f
Octal25410322207517414735457
Binary1010110010000111001001001111011111100001100111011101100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ac4392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ac4392; }

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

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

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

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

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

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

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

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