#AC3795

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

Shades of Medium Red Violet #AC3795

Tints of Medium Red Violet #AC3795

Color information

#AC3795 (or 0xAC3795) is unknown color: approx Medium Red Violet. HEX triplet: AC, 37 and 95. RGB value is (172,55,149). Sum of RGB (Red+Green+Blue) = 172+55+149=376 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.74% from 376); Green value is 55 (21.88% from 255 or 14.63% from 376); Blue value is 149 (58.59% from 255 or 39.63% from 376); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3795 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3795 is #53C86A. Grayscale: #646464. Windows color (decimal): -5490795 or 9779116. OLE color: 9779116.

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

Color convert

RGB17255149-
CMYK00.680.130.33
HSL311.79º51.54%44.51%-
HSV(B)311.79º68.02%67.45%-
XYZ23.813.6729.82-
YUV100.7155.26178.86-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.74%
GREEN value IS 55 (21.88% from 255) = 14.63%
BLUE value IS 149 (58.59% from 255) = 39.63%
R=45.74%
G=14.63%
B=39.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.68
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725514900.680.130.33311.7951.5444.51
HexAC3795044D21138342d
Octal25467225010415414706455
Binary1010110011011110010101010001001101100001100111000110100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3795

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3795; }

 p { color: rgb(172,55,149); }

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

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

 a { background-color: rgb(172,55,149); }

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

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

 span { border-color: rgb(172,55,149); }

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