#A44079

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

Shades of Royal Heath #A44079

Tints of Royal Heath #A44079

Color information

#A44079 (or 0xA44079) is unknown color: approx Royal Heath. HEX triplet: A4, 40 and 79. RGB value is (164,64,121). Sum of RGB (Red+Green+Blue) = 164+64+121=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44079 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44079 is #5BBF86. Grayscale: #646464. Windows color (decimal): -6012807 or 7946404. OLE color: 7946404.

HSL color Cylindrical-coordinate representation of color #A44079: hue angle of 325.8º degrees, saturation: 0.44, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A44079 is Cyan = 0, Magento = 0.61, Yellow = 0.26 and Black (K on CMYK) = 0.36.

Color convert

RGB16464121-
CMYK00.610.260.36
HSL325.8º43.86%44.71%-
HSV(B)325.8º60.98%64.31%-
XYZ20.5912.9419.5-
YUV100.4139.63173.37-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 64 (25.39% from 255) = 18.34%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=46.99%
G=18.34%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.26
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646412100.610.260.36325.843.8644.71
HexA4407903D1A241462c2d
Octal24410017107532445065455
Binary1010010010000001111001011110111010100100101000110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44079

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44079; }

 p { color: rgb(164,64,121); }

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

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

 a { background-color: rgb(164,64,121); }

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

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

 span { border-color: rgb(164,64,121); }

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