#AC3C9B

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

Shades of Medium Red Violet #AC3C9B

Tints of Medium Red Violet #AC3C9B

Color information

#AC3C9B (or 0xAC3C9B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3C and 9B. RGB value is (172,60,155). Sum of RGB (Red+Green+Blue) = 172+60+155=387 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.44% from 387); Green value is 60 (23.83% from 255 or 15.50% from 387); Blue value is 155 (60.94% from 255 or 40.05% from 387); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3C9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3C9B is #53C364. Grayscale: #686868. Windows color (decimal): -5489509 or 10173612. OLE color: 10173612.

HSL color Cylindrical-coordinate representation of color #AC3C9B: hue angle of 309.11º 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 #AC3C9B is Cyan = 0, Magento = 0.65, Yellow = 0.10 and Black (K on CMYK) = 0.33.

Color convert

RGB17260155-
CMYK00.650.100.33
HSL309.11º48.28%45.49%-
HSV(B)309.11º65.12%67.45%-
XYZ24.5514.3732.49-
YUV104.32156.61176.28-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.44%
GREEN value IS 60 (23.83% from 255) = 15.50%
BLUE value IS 155 (60.94% from 255) = 40.05%
R=44.44%
G=15.50%
B=40.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726015500.650.100.33309.1148.2845.49
HexAC3C9B041A21135302d
Octal25474233010112414656055
Binary1010110011110010011011010000011010100001100110101110000101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3C9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3C9B; }

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

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

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

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

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

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

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

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