#A5597A

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

Shades of Royal Heath #A5597A

Tints of Royal Heath #A5597A

Color information

#A5597A (or 0xA5597A) is unknown color: approx Royal Heath. HEX triplet: A5, 59 and 7A. RGB value is (165,89,122). Sum of RGB (Red+Green+Blue) = 165+89+122=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 89 (35.16% from 255 or 23.67% from 376); Blue value is 122 (48.05% from 255 or 32.45% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5597A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5597A is #5AA685. Grayscale: #737373. Windows color (decimal): -5940870 or 8018341. OLE color: 8018341.

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

Color convert

RGB16589122-
CMYK00.460.260.35
HSL333.95º29.92%49.8%-
HSV(B)333.95º46.06%64.71%-
XYZ22.616.5520.42-
YUV115.49131.68163.32-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 89 (35.16% from 255) = 23.67%
BLUE value IS 122 (48.05% from 255) = 32.45%
R=43.88%
G=23.67%
B=32.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658912200.460.260.35333.9529.9249.8
HexA5597A02E1A2314e1e32
Octal24513117205632435163662
Binary101001011011001111101001011101101010001110100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5597A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5597A; }

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

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

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

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

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

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

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

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