#A8587C

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

Shades of Royal Heath #A8587C

Tints of Royal Heath #A8587C

Color information

#A8587C (or 0xA8587C) is unknown color: approx Royal Heath. HEX triplet: A8, 58 and 7C. RGB value is (168,88,124). Sum of RGB (Red+Green+Blue) = 168+88+124=380 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.21% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 124 (48.83% from 255 or 32.63% from 380); Max value from RGB is 168 - color contains mainly: red. Hex color #A8587C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8587C is #57A783. Grayscale: #737373. Windows color (decimal): -5744516 or 8149160. OLE color: 8149160.

HSL color Cylindrical-coordinate representation of color #A8587C: hue angle of 333º degrees, saturation: 0.31, 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 #A8587C is Cyan = 0, Magento = 0.48, Yellow = 0.26 and Black (K on CMYK) = 0.34.

Color convert

RGB16888124-
CMYK00.480.260.34
HSL333º31.5%50.2%-
HSV(B)333º47.62%65.88%-
XYZ23.2816.7621.08-
YUV116.02132.5165.07-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.21%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 124 (48.83% from 255) = 32.63%
R=44.21%
G=23.16%
B=32.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.26
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1688812400.480.260.3433331.550.2
HexA8587C0301A2214d1f32
Octal25013017406032425153762
Binary101010001011000111110001100001101010001010100110111111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8587C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8587C; }

 p { color: rgb(168,88,124); }

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

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

 a { background-color: rgb(168,88,124); }

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

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

 span { border-color: rgb(168,88,124); }

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