#A55771

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

Shades of Royal Heath #A55771

Tints of Royal Heath #A55771

Color information

#A55771 (or 0xA55771) is unknown color: approx Royal Heath. HEX triplet: A5, 57 and 71. RGB value is (165,87,113). Sum of RGB (Red+Green+Blue) = 165+87+113=365 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.21% from 365); Green value is 87 (34.38% from 255 or 23.84% from 365); Blue value is 113 (44.53% from 255 or 30.96% from 365); Max value from RGB is 165 - color contains mainly: red. Hex color #A55771 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55771 is #5AA88E. Grayscale: #717171. Windows color (decimal): -5941391 or 7428005. OLE color: 7428005.

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

Color convert

RGB16587113-
CMYK00.470.320.35
HSL340º30.95%49.41%-
HSV(B)340º47.27%64.71%-
XYZ21.9116.0117.56-
YUV113.29127.84164.89-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.21%
GREEN value IS 87 (34.38% from 255) = 23.84%
BLUE value IS 113 (44.53% from 255) = 30.96%
R=45.21%
G=23.84%
B=30.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.32
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658711300.470.320.3534030.9549.41
HexA5577102F20231541f31
Octal24512716105740435243761
Binary1010010110101111110001010111110000010001110101010011111110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55771

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55771; }

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

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

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

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

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

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

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

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