#A9587E

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

Shades of Royal Heath #A9587E

Tints of Royal Heath #A9587E

Color information

#A9587E (or 0xA9587E) is unknown color: approx Royal Heath. HEX triplet: A9, 58 and 7E. RGB value is (169,88,126). Sum of RGB (Red+Green+Blue) = 169+88+126=383 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.13% from 383); Green value is 88 (34.77% from 255 or 22.98% from 383); Blue value is 126 (49.61% from 255 or 32.90% from 383); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587E is #56A781. Grayscale: #747474. Windows color (decimal): -5678978 or 8280233. OLE color: 8280233.

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

Color convert

RGB16988126-
CMYK00.480.250.34
HSL331.85º32.02%50.39%-
HSV(B)331.85º47.93%66.27%-
XYZ23.6216.9221.76-
YUV116.55133.34165.41-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.13%
GREEN value IS 88 (34.77% from 255) = 22.98%
BLUE value IS 126 (49.61% from 255) = 32.90%
R=44.13%
G=22.98%
B=32.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698812600.480.250.34331.8532.0250.39
HexA9587E030192214c2032
Octal25113017606031425144062
Binary1010100110110001111110011000011001100010101001100100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9587E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9587E; }

 p { color: rgb(169,88,126); }

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

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

 a { background-color: rgb(169,88,126); }

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

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

 span { border-color: rgb(169,88,126); }

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