#AC3875

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

Shades of Medium Red Violet #AC3875

Tints of Medium Red Violet #AC3875

Color information

#AC3875 (or 0xAC3875) is unknown color: approx Medium Red Violet. HEX triplet: AC, 38 and 75. RGB value is (172,56,117). Sum of RGB (Red+Green+Blue) = 172+56+117=345 (45% of max value = 765). Red value is 172 (67.58% from 255 or 49.86% from 345); Green value is 56 (22.27% from 255 or 16.23% from 345); Blue value is 117 (46.09% from 255 or 33.91% from 345); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3875 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3875 is #53C78A. Grayscale: #616161. Windows color (decimal): -5490571 or 7682220. OLE color: 7682220.

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

Color convert

RGB17256117-
CMYK00.670.320.33
HSL328.45º50.88%44.71%-
HSV(B)328.45º67.44%67.45%-
XYZ21.6412.8818.18-
YUV97.64138.93181.04-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.86%
GREEN value IS 56 (22.27% from 255) = 16.23%
BLUE value IS 117 (46.09% from 255) = 33.91%
R=49.86%
G=16.23%
B=33.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.67
Y (Yellow) values IS 0.32
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725611700.670.320.33328.4550.8844.71
HexAC38750432021148332d
Octal25470165010340415106355
Binary10101100111000111010101000011100000100001101001000110011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3875; }

 p { color: rgb(172,56,117); }

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

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

 a { background-color: rgb(172,56,117); }

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

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

 span { border-color: rgb(172,56,117); }

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