#A9597D

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

Shades of Royal Heath #A9597D

Tints of Royal Heath #A9597D

Color information

#A9597D (or 0xA9597D) is unknown color: approx Royal Heath. HEX triplet: A9, 59 and 7D. RGB value is (169,89,125). Sum of RGB (Red+Green+Blue) = 169+89+125=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 89 (35.16% from 255 or 23.24% from 383); Blue value is 125 (49.22% from 255 or 32.64% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9597D is #56A682. Grayscale: #747474. Windows color (decimal): -5678723 or 8214953. OLE color: 8214953.

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

Color convert

RGB16989125-
CMYK00.470.260.34
HSL333º31.75%50.59%-
HSV(B)333º47.34%66.27%-
XYZ23.6417.0621.45-
YUV117.02132.5165.07-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 89 (35.16% from 255) = 23.24%
BLUE value IS 125 (49.22% from 255) = 32.64%
R=44.13%
G=23.24%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698912500.470.260.3433331.7550.59
HexA9597D02F1A2214d2033
Octal25113117505732425154063
Binary1010100110110011111101010111111010100010101001101100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9597D; }

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

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

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

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

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

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

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

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