#AC3A9B

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

Shades of Medium Red Violet #AC3A9B

Tints of Medium Red Violet #AC3A9B

Color information

#AC3A9B (or 0xAC3A9B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3A and 9B. RGB value is (172,58,155). Sum of RGB (Red+Green+Blue) = 172+58+155=385 (50% of max value = 765). Red value is 172 (67.58% from 255 or 44.68% from 385); Green value is 58 (23.05% from 255 or 15.06% from 385); Blue value is 155 (60.94% from 255 or 40.26% from 385); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3A9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3A9B is #53C564. Grayscale: #666666. Windows color (decimal): -5490021 or 10173100. OLE color: 10173100.

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

Color convert

RGB17258155-
CMYK00.660.100.33
HSL308.95º49.57%45.1%-
HSV(B)308.95º66.28%67.45%-
XYZ24.4414.1632.46-
YUV103.14157.27177.11-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.68%
GREEN value IS 58 (23.05% from 255) = 15.06%
BLUE value IS 155 (60.94% from 255) = 40.26%
R=44.68%
G=15.06%
B=40.26%

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
Decimal1725815500.660.100.33308.9549.5745.1
HexAC3A9B042A21135322d
Octal25472233010212414656255
Binary1010110011101010011011010000101010100001100110101110010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3A9B; }

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

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

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

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

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

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

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

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