#A8597D

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

Shades of Royal Heath #A8597D

Tints of Royal Heath #A8597D

Color information

#A8597D (or 0xA8597D) is unknown color: approx Royal Heath. HEX triplet: A8, 59 and 7D. RGB value is (168,89,125). Sum of RGB (Red+Green+Blue) = 168+89+125=382 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.98% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 125 (49.22% from 255 or 32.72% from 382); Max value from RGB is 168 - color contains mainly: red. Hex color #A8597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8597D is #57A682. Grayscale: #747474. Windows color (decimal): -5744259 or 8214952. OLE color: 8214952.

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

Color convert

RGB16889125-
CMYK00.470.260.34
HSL332.66º31.23%50.39%-
HSV(B)332.66º47.02%65.88%-
XYZ23.4216.9521.44-
YUV116.72132.67164.57-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.98%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 125 (49.22% from 255) = 32.72%
R=43.98%
G=23.30%
B=32.72%

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
Decimal1688912500.470.260.34332.6631.2350.39
HexA8597D02F1A2214d1f32
Octal25013117505732425153762
Binary101010001011001111110101011111101010001010100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8597D; }

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

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

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

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

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

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

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

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