#A55871

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

Shades of Royal Heath #A55871

Tints of Royal Heath #A55871

Color information

#A55871 (or 0xA55871) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 71. RGB value is (165,88,113). Sum of RGB (Red+Green+Blue) = 165+88+113=366 (48% of max value = 765). Red value is 165 (64.84% from 255 or 45.08% from 366); Green value is 88 (34.77% from 255 or 24.04% from 366); Blue value is 113 (44.53% from 255 or 30.87% from 366); Max value from RGB is 165 - color contains mainly: red. Hex color #A55871 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55871 is #5AA78E. Grayscale: #717171. Windows color (decimal): -5941135 or 7428261. OLE color: 7428261.

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

Color convert

RGB16588113-
CMYK00.470.320.35
HSL340.52º30.43%49.61%-
HSV(B)340.52º46.67%64.71%-
XYZ21.9916.1717.59-
YUV113.87127.51164.47-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.08%
GREEN value IS 88 (34.77% from 255) = 24.04%
BLUE value IS 113 (44.53% from 255) = 30.87%
R=45.08%
G=24.04%
B=30.87%

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
Decimal1658811300.470.320.35340.5230.4349.61
HexA5587102F20231551e32
Octal24513016105740435253662
Binary1010010110110001110001010111110000010001110101010111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55871; }

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

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

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

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

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

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

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

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