#A8597F

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

Shades of Royal Heath #A8597F

Tints of Royal Heath #A8597F

Color information

#A8597F (or 0xA8597F) is unknown color: approx Royal Heath. HEX triplet: A8, 59 and 7F. RGB value is (168,89,127). Sum of RGB (Red+Green+Blue) = 168+89+127=384 (50% of max value = 765). Red value is 168 (66.02% from 255 or 43.75% from 384); Green value is 89 (35.16% from 255 or 23.18% from 384); Blue value is 127 (50% from 255 or 33.07% from 384); Max value from RGB is 168 - color contains mainly: red. Hex color #A8597F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8597F is #57A680. Grayscale: #747474. Windows color (decimal): -5744257 or 8346024. OLE color: 8346024.

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

Color convert

RGB16889127-
CMYK00.470.240.34
HSL331.14º31.23%50.39%-
HSV(B)331.14º47.02%65.88%-
XYZ23.551722.12-
YUV116.95133.67164.41-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 43.75%
GREEN value IS 89 (35.16% from 255) = 23.18%
BLUE value IS 127 (50% from 255) = 33.07%
R=43.75%
G=23.18%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.24
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688912700.470.240.34331.1431.2350.39
HexA8597F02F182214b1f32
Octal25013117705730425133762
Binary101010001011001111111101011111100010001010100101111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8597F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8597F; }

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

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

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

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

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

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

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

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