#A55173

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

Shades of Royal Heath #A55173

Tints of Royal Heath #A55173

Color information

#A55173 (or 0xA55173) is unknown color: approx Royal Heath. HEX triplet: A5, 51 and 73. RGB value is (165,81,115). Sum of RGB (Red+Green+Blue) = 165+81+115=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 81 (32.03% from 255 or 22.44% from 361); Blue value is 115 (45.31% from 255 or 31.86% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A55173 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A55173 is #5AAE8C. Grayscale: #6D6D6D. Windows color (decimal): -5942925 or 7557541. OLE color: 7557541.

HSL color Cylindrical-coordinate representation of color #A55173: hue angle of 335.71º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A55173 is Cyan = 0, Magento = 0.51, Yellow = 0.30 and Black (K on CMYK) = 0.35.

Color convert

RGB16581115-
CMYK00.510.300.35
HSL335.71º34.15%48.24%-
HSV(B)335.71º50.91%64.71%-
XYZ21.5515.1218-
YUV109.99130.83167.24-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 81 (32.03% from 255) = 22.44%
BLUE value IS 115 (45.31% from 255) = 31.86%
R=45.71%
G=22.44%
B=31.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.30
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658111500.510.300.35335.7134.1548.24
HexA551730331E231502230
Octal24512116306336435204260
Binary1010010110100011110011011001111110100011101010000100010110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A55173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A55173; }

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

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

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

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

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

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

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

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