#A74973

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

Shades of Royal Heath #A74973

Tints of Royal Heath #A74973

Color information

#A74973 (or 0xA74973) is unknown color: approx Royal Heath. HEX triplet: A7, 49 and 73. RGB value is (167,73,115). Sum of RGB (Red+Green+Blue) = 167+73+115=355 (47% of max value = 765). Red value is 167 (65.62% from 255 or 47.04% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 115 (45.31% from 255 or 32.39% from 355); Max value from RGB is 167 - color contains mainly: red. Hex color #A74973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A74973 is #58B68C. Grayscale: #696969. Windows color (decimal): -5813901 or 7555495. OLE color: 7555495.

HSL color Cylindrical-coordinate representation of color #A74973: hue angle of 333.19º degrees, saturation: 0.39, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A74973 is Cyan = 0, Magento = 0.56, Yellow = 0.31 and Black (K on CMYK) = 0.35.

Color convert

RGB16773115-
CMYK00.560.310.35
HSL333.19º39.17%47.06%-
HSV(B)333.19º56.29%65.49%-
XYZ21.4114.2217.84-
YUV105.89133.14171.58-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 47.04%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 115 (45.31% from 255) = 32.39%
R=47.04%
G=20.56%
B=32.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.31
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1677311500.560.310.35333.1939.1747.06
HexA749730381F2314d272f
Octal24711116307037435154757
Binary1010011110010011110011011100011111100011101001101100111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A74973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A74973; }

 p { color: rgb(167,73,115); }

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

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

 a { background-color: rgb(167,73,115); }

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

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

 span { border-color: rgb(167,73,115); }

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