#AC3E73

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

Shades of Royal Heath #AC3E73

Tints of Royal Heath #AC3E73

Color information

#AC3E73 (or 0xAC3E73) is unknown color: approx Royal Heath. HEX triplet: AC, 3E and 73. RGB value is (172,62,115). Sum of RGB (Red+Green+Blue) = 172+62+115=349 (46% of max value = 765). Red value is 172 (67.58% from 255 or 49.28% from 349); Green value is 62 (24.61% from 255 or 17.77% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 172 - color contains mainly: red. Hex color #AC3E73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AC3E73 is #53C18C. Grayscale: #646464. Windows color (decimal): -5489037 or 7552684. OLE color: 7552684.

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

Color convert

RGB17262115-
CMYK00.640.330.33
HSL331.09º47.01%45.88%-
HSV(B)331.09º63.95%67.45%-
XYZ21.8313.4517.67-
YUV100.93135.94178.69-

RGB Variations

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

RGB

RED value IS 172 (67.58% from 255) = 49.28%
GREEN value IS 62 (24.61% from 255) = 17.77%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=49.28%
G=17.77%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.33
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal1726211500.640.330.33331.0947.0145.88
HexAC3E73040212114b2f2e
Octal25476163010041415135756
Binary10101100111110111001101000000100001100001101001011101111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #AC3E73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #AC3E73; }

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

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

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

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

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

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

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

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