#AC3C8D

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

Shades of Medium Red Violet #AC3C8D

Tints of Medium Red Violet #AC3C8D

Color information

#AC3C8D (or 0xAC3C8D) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3C and 8D. RGB value is (172,60,141). Sum of RGB (Red+Green+Blue) = 172+60+141=373 (49% of max value = 765). Red value is 172 (67.58% from 255 or 46.11% from 373); Green value is 60 (23.83% from 255 or 16.09% from 373); Blue value is 141 (55.47% from 255 or 37.80% from 373); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C8D is #53C372. Grayscale: #666666. Windows color (decimal): -5489523 or 9256108. OLE color: 9256108.

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

Color convert

RGB17260141-
CMYK00.650.180.33
HSL316.61º48.28%45.49%-
HSV(B)316.61º65.12%67.45%-
XYZ23.4413.9326.65-
YUV102.72149.61177.41-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 46.11%
GREEN value IS 60 (23.83% from 255) = 16.09%
BLUE value IS 141 (55.47% from 255) = 37.80%
R=46.11%
G=16.09%
B=37.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.18
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726014100.650.180.33316.6148.2845.49
HexAC3C8D041122113d302d
Octal25474215010122414756055
Binary10101100111100100011010100000110010100001100111101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C8D; }

 p { color: rgb(172,60,141); }

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

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

 a { background-color: rgb(172,60,141); }

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

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

 span { border-color: rgb(172,60,141); }

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