#A6597E

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

Shades of Royal Heath #A6597E

Tints of Royal Heath #A6597E

Color information

#A6597E (or 0xA6597E) is unknown color: approx Royal Heath. HEX triplet: A6, 59 and 7E. RGB value is (166,89,126). Sum of RGB (Red+Green+Blue) = 166+89+126=381 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.57% from 381); Green value is 89 (35.16% from 255 or 23.36% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 166 - color contains mainly: red. Hex color #A6597E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A6597E is #59A681. Grayscale: #747474. Windows color (decimal): -5875330 or 8280486. OLE color: 8280486.

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

Color convert

RGB16689126-
CMYK00.460.240.35
HSL331.17º30.2%50%-
HSV(B)331.17º46.39%65.1%-
XYZ23.0616.7621.76-
YUV116.24133.51163.49-

RGB Variations

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

RGB

RED value IS 166 (65.23% from 255) = 43.57%
GREEN value IS 89 (35.16% from 255) = 23.36%
BLUE value IS 126 (49.61% from 255) = 33.07%
R=43.57%
G=23.36%
B=33.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1668912600.460.240.35331.1730.250
HexA6597E02E182314b1e32
Octal24613117605630435133662
Binary101001101011001111111001011101100010001110100101111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A6597E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A6597E; }

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

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

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

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

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

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

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

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