#a9597e

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

Shades of Royal Heath #A9597E

Tints of Royal Heath #A9597E

Color information

#A9597E (or 0xA9597E) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 7E. RGB value is (169,89,126). Sum of RGB (Red+Green+Blue) = 169+89+126=384 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.01% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 126 (49.61% from 255 or 32.81% from 384); Max value from RGB is 169 - color contains mainly: red. Hex color #A9597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9597E is #56A681. Grayscale: #757575. Windows color (decimal): -5678722 or 8280489. OLE color: 8280489.

HSL color Cylindrical-coordinate representation of color #A9597E: hue angle of 332.25º degrees, saturation: 0.32, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A9597E is Cyan = 0, Magento = 0.47, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16989126-
CMYK00.470.250.34
HSL332.25º31.75%50.59%-
HSV(B)332.25º47.34%66.27%-
XYZ23.717.0921.79-
YUV117.14133164.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.01%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 126 (49.61% from 255) = 32.81%
R=44.01%
G=23.18%
B=32.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698912600.470.250.34332.2531.7550.59
HexA9597E02F192214c2033
Octal25113117605731425144063
Binary1010100110110011111110010111111001100010101001100100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a9597e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a9597e; }

 p { color: rgb(169,89,126); }

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

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

 a { background-color: rgb(169,89,126); }

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

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

 span { border-color: rgb(169,89,126); }

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