#A44D71

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

Shades of Royal Heath #A44D71

Tints of Royal Heath #A44D71

Color information

#A44D71 (or 0xA44D71) is unknown color: approx Royal Heath. HEX triplet: A4, 4D and 71. RGB value is (164,77,113). Sum of RGB (Red+Green+Blue) = 164+77+113=354 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.33% from 354); Green value is 77 (30.47% from 255 or 21.75% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 164 - color contains mainly: red. Hex color #A44D71 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A44D71 is #5BB28E. Grayscale: #6B6B6B. Windows color (decimal): -6009487 or 7425444. OLE color: 7425444.

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

Color convert

RGB16477113-
CMYK00.530.310.36
HSL335.17º36.1%47.25%-
HSV(B)335.17º53.05%64.31%-
XYZ20.9414.3917.3-
YUV107.12131.32168.57-

RGB Variations

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

RGB

RED value IS 164 (64.45% from 255) = 46.33%
GREEN value IS 77 (30.47% from 255) = 21.75%
BLUE value IS 113 (44.53% from 255) = 31.92%
R=46.33%
G=21.75%
B=31.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal1647711300.530.310.36335.1736.147.25
HexA44D710351F2414f242f
Octal24411516106537445174457
Binary1010010010011011110001011010111111100100101001111100100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A44D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A44D71; }

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

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

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

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

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

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

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

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