#A44077

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

Shades of Royal Heath #A44077

Tints of Royal Heath #A44077

Color information

#A44077 (or 0xA44077) is unknown color: approx Royal Heath. HEX triplet: A4, 40 and 77. RGB value is (164,64,119). Sum of RGB (Red+Green+Blue) = 164+64+119=347 (45% of max value = 765). Red value is 164 (64.45% from 255 or 47.26% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 119 (46.88% from 255 or 34.29% from 347); Max value from RGB is 164 - color contains mainly: red. Hex color #A44077 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44077 is #5BBF88. Grayscale: #646464. Windows color (decimal): -6012809 or 7815332. OLE color: 7815332.

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

Color convert

RGB16464119-
CMYK00.610.270.36
HSL327º43.86%44.71%-
HSV(B)327º60.98%64.31%-
XYZ20.4712.8918.86-
YUV100.17138.63173.53-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 47.26%
GREEN value IS 64 (25.39% from 255) = 18.44%
BLUE value IS 119 (46.88% from 255) = 34.29%
R=47.26%
G=18.44%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.27
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1646411900.610.270.3632743.8644.71
HexA4407703D1B241472c2d
Octal24410016707533445075455
Binary1010010010000001110111011110111011100100101000111101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44077

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44077; }

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

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

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

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

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

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

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

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