#A54A71

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

Shades of Royal Heath #A54A71

Tints of Royal Heath #A54A71

Color information

#A54A71 (or 0xA54A71) is unknown color: approx Royal Heath. HEX triplet: A5, 4A and 71. RGB value is (165,74,113). Sum of RGB (Red+Green+Blue) = 165+74+113=352 (46% of max value = 765). Red value is 165 (64.84% from 255 or 46.88% from 352); Green value is 74 (29.30% from 255 or 21.02% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 165 - color contains mainly: red. Hex color #A54A71 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A54A71 is #5AB58E. Grayscale: #696969. Windows color (decimal): -5944719 or 7424677. OLE color: 7424677.

HSL color Cylindrical-coordinate representation of color #A54A71: hue angle of 334.29º degrees, saturation: 0.38, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A54A71 is Cyan = 0, Magento = 0.55, Yellow = 0.32 and Black (K on CMYK) = 0.35.

Color convert

RGB16574113-
CMYK00.550.320.35
HSL334.29º38.08%46.86%-
HSV(B)334.29º55.15%64.71%-
XYZ20.9514.0917.24-
YUV105.66132.15170.33-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 46.88%
GREEN value IS 74 (29.30% from 255) = 21.02%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=46.88%
G=21.02%
B=32.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657411300.550.320.35334.2938.0846.86
HexA54A71037202314e262f
Octal24511216106740435164657
Binary10100101100101011100010110111100000100011101001110100110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A54A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A54A71; }

 p { color: rgb(165,74,113); }

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

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

 a { background-color: rgb(165,74,113); }

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

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

 span { border-color: rgb(165,74,113); }

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