#A55873

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

Shades of Royal Heath #A55873

Tints of Royal Heath #A55873

Color information

#A55873 (or 0xA55873) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 73. RGB value is (165,88,115). Sum of RGB (Red+Green+Blue) = 165+88+115=368 (48% of max value = 765). Red value is 165 (64.84% from 255 or 44.84% from 368); Green value is 88 (34.77% from 255 or 23.91% from 368); Blue value is 115 (45.31% from 255 or 31.25% from 368); Max value from RGB is 165 - color contains mainly: red. Hex color #A55873 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55873 is #5AA78C. Grayscale: #727272. Windows color (decimal): -5941133 or 7559333. OLE color: 7559333.

HSL color Cylindrical-coordinate representation of color #A55873: hue angle of 338.96º 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 #A55873 is Cyan = 0, Magento = 0.47, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16588115-
CMYK00.470.300.35
HSL338.96º30.43%49.61%-
HSV(B)338.96º46.67%64.71%-
XYZ22.116.2218.18-
YUV114.1128.51164.3-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44.84%
GREEN value IS 88 (34.77% from 255) = 23.91%
BLUE value IS 115 (45.31% from 255) = 31.25%
R=44.84%
G=23.91%
B=31.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658811500.470.300.35338.9630.4349.61
HexA5587302F1E231531e32
Octal24513016305736435233662
Binary101001011011000111001101011111111010001110101001111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55873; }

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

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

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

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

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

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

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

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