#A5597D

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

Shades of Royal Heath #A5597D

Tints of Royal Heath #A5597D

Color information

#A5597D (or 0xA5597D) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 7D. RGB value is (165,89,125). Sum of RGB (Red+Green+Blue) = 165+89+125=379 (50% of max value = 765). Red value is 165 (64.84% from 255 or 43.54% from 379); Green value is 89 (35.16% from 255 or 23.48% from 379); Blue value is 125 (49.22% from 255 or 32.98% from 379); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597D is #5AA682. Grayscale: #737373. Windows color (decimal): -5940867 or 8214949. OLE color: 8214949.

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

Color convert

RGB16589125-
CMYK00.460.240.35
HSL331.58º29.92%49.8%-
HSV(B)331.58º46.06%64.71%-
XYZ22.7916.6221.41-
YUV115.83133.18163.07-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.54%
GREEN value IS 89 (35.16% from 255) = 23.48%
BLUE value IS 125 (49.22% from 255) = 32.98%
R=43.54%
G=23.48%
B=32.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912500.460.240.35331.5829.9249.8
HexA5597D02E182314c1e32
Octal24513117505630435143662
Binary101001011011001111110101011101100010001110100110011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5597D; }

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

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

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

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

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

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

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

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