#A7597D

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

Shades of Royal Heath #A7597D

Tints of Royal Heath #A7597D

Color information

#A7597D (or 0xA7597D) is unknown color: approx Royal Heath. HEX triplet: A7, 59 and 7D. RGB value is (167,89,125). Sum of RGB (Red+Green+Blue) = 167+89+125=381 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.83% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 167 - color contains mainly: red. Hex color #A7597D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7597D is #58A682. Grayscale: #747474. Windows color (decimal): -5809795 or 8214951. OLE color: 8214951.

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

Color convert

RGB16789125-
CMYK00.470.250.35
HSL332.31º30.71%50.2%-
HSV(B)332.31º46.71%65.49%-
XYZ23.2116.8421.43-
YUV116.43132.84164.07-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.83%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=43.83%
G=23.36%
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.35
SystemRedGreenBlueCMYKHSL
Decimal1678912500.470.250.35332.3130.7150.2
HexA7597D02F192314c1f32
Octal24713117505731435143762
Binary101001111011001111110101011111100110001110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7597D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7597D; }

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

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

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

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

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

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

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

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