#A7597E

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

Shades of Royal Heath #A7597E

Tints of Royal Heath #A7597E

Color information

#A7597E (or 0xA7597E) is unknown color: approx Royal Heath. HEX triplet: A7, 59 and 7E. RGB value is (167,89,126). Sum of RGB (Red+Green+Blue) = 167+89+126=382 (50% of max value = 765). Red value is 167 (65.62% from 255 or 43.72% from 382); Green value is 89 (35.16% from 255 or 23.30% from 382); Blue value is 126 (49.61% from 255 or 32.98% from 382); Max value from RGB is 167 - color contains mainly: red. Hex color #A7597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A7597E is #58A681. Grayscale: #747474. Windows color (decimal): -5809794 or 8280487. OLE color: 8280487.

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

Color convert

RGB16789126-
CMYK00.470.250.35
HSL331.54º30.71%50.2%-
HSV(B)331.54º46.71%65.49%-
XYZ23.2716.8721.77-
YUV116.54133.34163.99-

RGB Variations

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

RGB

RED value IS 167 (65.62% from 255) = 43.72%
GREEN value IS 89 (35.16% from 255) = 23.30%
BLUE value IS 126 (49.61% from 255) = 32.98%
R=43.72%
G=23.30%
B=32.98%

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
Decimal1678912600.470.250.35331.5430.7150.2
HexA7597E02F192314c1f32
Octal24713117605731435143762
Binary101001111011001111111001011111100110001110100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A7597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A7597E; }

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

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

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

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

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

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

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

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