#A44E71

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

Shades of Royal Heath #A44E71

Tints of Royal Heath #A44E71

Color information

#A44E71 (or 0xA44E71) is unknown color: approx Royal Heath. HEX triplet: A4, 4E and 71. RGB value is (164,78,113). Sum of RGB (Red+Green+Blue) = 164+78+113=355 (47% of max value = 765). Red value is 164 (64.45% from 255 or 46.20% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 164 - color contains mainly: red. Hex color #A44E71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44E71 is #5BB18E. Grayscale: #6B6B6B. Windows color (decimal): -6009231 or 7425700. OLE color: 7425700.

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

Color convert

RGB16478113-
CMYK00.520.310.36
HSL335.58º35.54%47.45%-
HSV(B)335.58º52.44%64.31%-
XYZ21.0114.5317.32-
YUV107.7130.99168.15-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.20%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=46.20%
G=21.97%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647811300.520.310.36335.5835.5447.45
HexA44E710341F24150242f
Octal24411616106437445204457
Binary1010010010011101110001011010011111100100101010000100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44E71; }

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

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

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

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

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

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

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

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