#A44772

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

Shades of Royal Heath #A44772

Tints of Royal Heath #A44772

Color information

#A44772 (or 0xA44772) is unknown color: approx Royal Heath. HEX triplet: A4, 47 and 72. RGB value is (164,71,114). Sum of RGB (Red+Green+Blue) = 164+71+114=349 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.99% from 349); Green value is 71 (28.12% from 255 or 20.34% from 349); Blue value is 114 (44.92% from 255 or 32.66% from 349); Max value from RGB is 164 - color contains mainly: red. Hex color #A44772 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A44772 is #5BB88D. Grayscale: #676767. Windows color (decimal): -6011022 or 7489444. OLE color: 7489444.

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

Color convert

RGB16471114-
CMYK00.570.300.36
HSL332.26º39.57%46.08%-
HSV(B)332.26º56.71%64.31%-
XYZ20.613.6117.46-
YUV103.71133.81171-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.99%
GREEN value IS 71 (28.12% from 255) = 20.34%
BLUE value IS 114 (44.92% from 255) = 32.66%
R=46.99%
G=20.34%
B=32.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647111400.570.300.36332.2639.5746.08
HexA447720391E2414c282e
Octal24410716207136445145056
Binary1010010010001111110010011100111110100100101001100101000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44772; }

 p { color: rgb(164,71,114); }

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

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

 a { background-color: rgb(164,71,114); }

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

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

 span { border-color: rgb(164,71,114); }

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