#A5597C

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

Shades of Royal Heath #A5597C

Tints of Royal Heath #A5597C

Color information

#A5597C (or 0xA5597C) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 7C. RGB value is (165,89,124). Sum of RGB (Red+Green+Blue) = 165+89+124=378 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.65% from 378); Green value is 89 (35.16% from 255 or 23.54% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597C is #5AA683. Grayscale: #737373. Windows color (decimal): -5940868 or 8149413. OLE color: 8149413.

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

Color convert

RGB16589124-
CMYK00.460.250.35
HSL332.37º29.92%49.8%-
HSV(B)332.37º46.06%64.71%-
XYZ22.7316.621.07-
YUV115.71132.68163.15-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.65%
GREEN value IS 89 (35.16% from 255) = 23.54%
BLUE value IS 124 (48.83% from 255) = 32.80%
R=43.65%
G=23.54%
B=32.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912400.460.250.35332.3729.9249.8
HexA5597C02E192314c1e32
Octal24513117405631435143662
Binary101001011011001111110001011101100110001110100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5597C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5597C; }

 p { color: rgb(165,89,124); }

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

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

 a { background-color: rgb(165,89,124); }

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

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

 span { border-color: rgb(165,89,124); }

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