#AC0B7F

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

Shades of Medium Violet Red #AC0B7F

Tints of Medium Violet Red #AC0B7F

Color information

#AC0B7F (or 0xAC0B7F) is unknown color: approx Medium Violet Red. HEX triplet: AC, 0B and 7F. RGB value is (172,11,127). Sum of RGB (Red+Green+Blue) = 172+11+127=310 (41% of max value = 765). Red value is 172 (67.58% from 255 or 55.48% from 310); Green value is 11 (4.69% from 255 or 3.55% from 310); Blue value is 127 (50% from 255 or 40.97% from 310); Max value from RGB is 172 - color contains mainly: red. Hex color #AC0B7F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #AC0B7F is #53F480. Grayscale: #484848. Windows color (decimal): -5502081 or 8326060. OLE color: 8326060.

HSL color Cylindrical-coordinate representation of color #AC0B7F: hue angle of 316.77º degrees, saturation: 0.88, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #AC0B7F is Cyan = 0, Magento = 0.94, Yellow = 0.26 and Black (K on CMYK) = 0.33.

Color convert

RGB17211127-
CMYK00.940.260.33
HSL316.77º87.98%35.88%-
HSV(B)316.77º93.6%67.45%-
XYZ20.9610.5421.01-
YUV72.36158.84199.07-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 55.48%
GREEN value IS 11 (4.69% from 255) = 3.55%
BLUE value IS 127 (50% from 255) = 40.97%
R=55.48%
G=3.55%
B=40.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.26
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1721112700.940.260.33316.7787.9835.88
HexACB7F05E1A2113d5824
Octal254131770136324147513044
Binary101011001011111111101011110110101000011001111011011000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC0B7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC0B7F; }

 p { color: rgb(172,11,127); }

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

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

 a { background-color: rgb(172,11,127); }

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

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

 span { border-color: rgb(172,11,127); }

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