#AC3595

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

Shades of Medium Red Violet #AC3595

Tints of Medium Red Violet #AC3595

Color information

#AC3595 (or 0xAC3595) is unknown color: approx Medium Red Violet. HEX triplet: AC, 35 and 95. RGB value is (172,53,149). Sum of RGB (Red+Green+Blue) = 172+53+149=374 (49% of max value = 765). Red value is 172 (67.58% from 255 or 45.99% from 374); Green value is 53 (21.09% from 255 or 14.17% from 374); Blue value is 149 (58.59% from 255 or 39.84% from 374); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3595 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3595 is #53CA6A. Grayscale: #636363. Windows color (decimal): -5491307 or 9778604. OLE color: 9778604.

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

Color convert

RGB17253149-
CMYK00.690.130.33
HSL311.6º52.89%44.12%-
HSV(B)311.6º69.19%67.45%-
XYZ23.7113.4929.79-
YUV99.52155.92179.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 45.99%
GREEN value IS 53 (21.09% from 255) = 14.17%
BLUE value IS 149 (58.59% from 255) = 39.84%
R=45.99%
G=14.17%
B=39.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.69
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725314900.690.130.33311.652.8944.12
HexAC3595045D21138352c
Octal25465225010515414706554
Binary1010110011010110010101010001011101100001100111000110101101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3595

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3595; }

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

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

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

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

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

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

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

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