#AC3F73

Color #AC3F73 Royal Heath (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Royal Heath #AC3F73

Tints of Royal Heath #AC3F73

Color information

#AC3F73 (or 0xAC3F73) is unknown color: approx Royal Heath. HEX triplet: AC, 3F and 73. RGB value is (172,63,115). Sum of RGB (Red+Green+Blue) = 172+63+115=350 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.14% from 350); Green value is 63 (25% from 255 or 18% from 350); Blue value is 115 (45.31% from 255 or 32.86% from 350); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3F73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3F73 is #53C08C. Grayscale: #656565. Windows color (decimal): -5488781 or 7552940. OLE color: 7552940.

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

Color convert

RGB17263115-
CMYK00.630.330.33
HSL331.38º46.38%46.08%-
HSV(B)331.38º63.37%67.45%-
XYZ21.8913.5617.68-
YUV101.52135.61178.27-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.14%
GREEN value IS 63 (25% from 255) = 18%
BLUE value IS 115 (45.31% from 255) = 32.86%
R=49.14%
G=18%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726311500.630.330.33331.3846.3846.08
HexAC3F7303F212114b2e2e
Octal2547716307741415135656
Binary1010110011111111100110111111100001100001101001011101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3F73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3F73; }

 p { color: rgb(172,63,115); }

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

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

 a { background-color: rgb(172,63,115); }

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

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

 span { border-color: rgb(172,63,115); }

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