#AC3B7E

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

Shades of Medium Red Violet #AC3B7E

Tints of Medium Red Violet #AC3B7E

Color information

#AC3B7E (or 0xAC3B7E) is unknown color: approx Medium Red Violet. HEX triplet: AC, 3B and 7E. RGB value is (172,59,126). Sum of RGB (Red+Green+Blue) = 172+59+126=357 (47% of max value = 765). Red value is 172 (67.58% from 255 or 48.18% from 357); Green value is 59 (23.44% from 255 or 16.53% from 357); Blue value is 126 (49.61% from 255 or 35.29% from 357); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3B7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3B7E is #53C481. Grayscale: #646464. Windows color (decimal): -5489794 or 8272812. OLE color: 8272812.

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

Color convert

RGB17259126-
CMYK00.660.270.33
HSL324.42º48.92%45.29%-
HSV(B)324.42º65.7%67.45%-
XYZ22.3413.421.15-
YUV100.42142.44179.05-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 48.18%
GREEN value IS 59 (23.44% from 255) = 16.53%
BLUE value IS 126 (49.61% from 255) = 35.29%
R=48.18%
G=16.53%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1725912600.660.270.33324.4248.9245.29
HexAC3B7E0421B21144312d
Octal25473176010233415046155
Binary1010110011101111111100100001011011100001101000100110001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3B7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3B7E; }

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

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

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

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

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

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

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

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