#AC3B9B

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

Shades of Medium Red Violet #AC3B9B

Tints of Medium Red Violet #AC3B9B

Color information

#AC3B9B (or 0xAC3B9B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3B and 9B. RGB value is (172,59,155). Sum of RGB (Red+Green+Blue) = 172+59+155=386 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.56% from 386); Green value is 59 (23.44% from 255 or 15.28% from 386); Blue value is 155 (60.94% from 255 or 40.16% from 386); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3B9B is #53C464. Grayscale: #676767. Windows color (decimal): -5489765 or 10173356. OLE color: 10173356.

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

Color convert

RGB17259155-
CMYK00.660.100.33
HSL309.03º48.92%45.29%-
HSV(B)309.03º65.7%67.45%-
XYZ24.4914.2732.47-
YUV103.73156.94176.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.56%
GREEN value IS 59 (23.44% from 255) = 15.28%
BLUE value IS 155 (60.94% from 255) = 40.16%
R=44.56%
G=15.28%
B=40.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725915500.660.100.33309.0348.9245.29
HexAC3B9B042A21135312d
Octal25473233010212414656155
Binary1010110011101110011011010000101010100001100110101110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B9B; }

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

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

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

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

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

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

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

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