#A44971

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

Shades of Royal Heath #A44971

Tints of Royal Heath #A44971

Color information

#A44971 (or 0xA44971) is unknown color: approx Royal Heath. HEX triplet: A4, 49 and 71. RGB value is (164,73,113). Sum of RGB (Red+Green+Blue) = 164+73+113=350 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.86% from 350); Green value is 73 (28.91% from 255 or 20.86% from 350); Blue value is 113 (44.53% from 255 or 32.29% from 350); Max value from RGB is 164 - color contains mainly: red. Hex color #A44971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44971 is #5BB68E. Grayscale: #686868. Windows color (decimal): -6010511 or 7424420. OLE color: 7424420.

HSL color Cylindrical-coordinate representation of color #A44971: hue angle of 333.63º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A44971 is Cyan = 0, Magento = 0.55, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB16473113-
CMYK00.550.310.36
HSL333.63º38.4%46.47%-
HSV(B)333.63º55.49%64.31%-
XYZ20.6713.8517.21-
YUV104.77132.65170.25-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.86%
GREEN value IS 73 (28.91% from 255) = 20.86%
BLUE value IS 113 (44.53% from 255) = 32.29%
R=46.86%
G=20.86%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647311300.550.310.36333.6338.446.47
HexA449710371F2414e262e
Octal24411116106737445164656
Binary1010010010010011110001011011111111100100101001110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44971; }

 p { color: rgb(164,73,113); }

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

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

 a { background-color: rgb(164,73,113); }

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

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

 span { border-color: rgb(164,73,113); }

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