#A44974

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

Shades of Royal Heath #A44974

Tints of Royal Heath #A44974

Color information

#A44974 (or 0xA44974) is unknown color: approx Royal Heath. HEX triplet: A4, 49 and 74. RGB value is (164,73,116). Sum of RGB (Red+Green+Blue) = 164+73+116=353 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.46% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 164 - color contains mainly: red. Hex color #A44974 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44974 is #5BB68B. Grayscale: #696969. Windows color (decimal): -6010508 or 7621028. OLE color: 7621028.

HSL color Cylindrical-coordinate representation of color #A44974: hue angle of 331.65º 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 #A44974 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.36.

Color convert

RGB16473116-
CMYK00.550.290.36
HSL331.65º38.4%46.47%-
HSV(B)331.65º55.49%64.31%-
XYZ20.8413.9218.11-
YUV105.11134.15170-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.46%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=46.46%
G=20.68%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647311600.550.290.36331.6538.446.47
HexA449740371D2414c262e
Octal24411116406735445144656
Binary1010010010010011110100011011111101100100101001100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44974

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44974; }

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

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

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

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

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

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

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

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