#AC3E9B

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

Shades of Medium Red Violet #AC3E9B

Tints of Medium Red Violet #AC3E9B

Color information

#AC3E9B (or 0xAC3E9B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3E and 9B. RGB value is (172,62,155). Sum of RGB (Red+Green+Blue) = 172+62+155=389 (51% of max value = 765). Red value is 172 (67.58% from 255 or 44.22% from 389); Green value is 62 (24.61% from 255 or 15.94% from 389); Blue value is 155 (60.94% from 255 or 39.85% from 389); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E9B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AC3E9B is #53C164. Grayscale: #696969. Windows color (decimal): -5488997 or 10174124. OLE color: 10174124.

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

Color convert

RGB17262155-
CMYK00.640.100.33
HSL309.27º47.01%45.88%-
HSV(B)309.27º63.95%67.45%-
XYZ24.6514.5832.53-
YUV105.49155.94175.44-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 44.22%
GREEN value IS 62 (24.61% from 255) = 15.94%
BLUE value IS 155 (60.94% from 255) = 39.85%
R=44.22%
G=15.94%
B=39.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.10
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726215500.640.100.33309.2747.0145.88
HexAC3E9B040A211352f2e
Octal25476233010012414655756
Binary1010110011111010011011010000001010100001100110101101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E9B; }

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

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

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

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

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

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

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

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