#AC307B

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

Shades of Medium Red Violet #AC307B

Tints of Medium Red Violet #AC307B

Color information

#AC307B (or 0xAC307B) is unknown color: approx Medium Red Violet. HEX triplet: AC, 30 and 7B. RGB value is (172,48,123). Sum of RGB (Red+Green+Blue) = 172+48+123=343 (45% of max value = 765). Red value is 172 (67.58% from 255 or 50.15% from 343); Green value is 48 (19.14% from 255 or 13.99% from 343); Blue value is 123 (48.44% from 255 or 35.86% from 343); Max value from RGB is 172 - color contains mainly: red. Hex color #AC307B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC307B is #53CF84. Grayscale: #5D5D5D. Windows color (decimal): -5492613 or 8073388. OLE color: 8073388.

HSL color Cylindrical-coordinate representation of color #AC307B: hue angle of 323.71º degrees, saturation: 0.56, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AC307B is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.33.

Color convert

RGB17248123-
CMYK00.720.280.33
HSL323.71º56.36%43.14%-
HSV(B)323.71º72.09%67.45%-
XYZ21.6512.3119.98-
YUV93.63144.58183.9-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 50.15%
GREEN value IS 48 (19.14% from 255) = 13.99%
BLUE value IS 123 (48.44% from 255) = 35.86%
R=50.15%
G=13.99%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.72
Y (Yellow) values IS 0.28
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1724812300.720.280.33323.7156.3643.14
HexAC307B0481C21144382b
Octal25460173011034415047053
Binary1010110011000011110110100100011100100001101000100111000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC307B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC307B; }

 p { color: rgb(172,48,123); }

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

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

 a { background-color: rgb(172,48,123); }

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

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

 span { border-color: rgb(172,48,123); }

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