#A8587D

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

Shades of Royal Heath #A8587D

Tints of Royal Heath #A8587D

Color information

#A8587D (or 0xA8587D) is unknown color: approx Royal Heath. HEX triplet: A8, 58 and 7D. RGB value is (168,88,125). Sum of RGB (Red+Green+Blue) = 168+88+125=381 (50% of max value = 765). Red value is 168 (66.02% from 255 or 44.09% from 381); Green value is 88 (34.77% from 255 or 23.10% from 381); Blue value is 125 (49.22% from 255 or 32.81% from 381); Max value from RGB is 168 - color contains mainly: red. Hex color #A8587D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8587D is #57A782. Grayscale: #747474. Windows color (decimal): -5744515 or 8214696. OLE color: 8214696.

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

Color convert

RGB16888125-
CMYK00.480.260.34
HSL332.25º31.5%50.2%-
HSV(B)332.25º47.62%65.88%-
XYZ23.3416.7821.41-
YUV116.14133164.99-

RGB Variations

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

RGB

RED value IS 168 (66.02% from 255) = 44.09%
GREEN value IS 88 (34.77% from 255) = 23.10%
BLUE value IS 125 (49.22% from 255) = 32.81%
R=44.09%
G=23.10%
B=32.81%

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
Decimal1688812500.480.260.34332.2531.550.2
HexA8587D0301A2214c1f32
Octal25013017506032425143762
Binary101010001011000111110101100001101010001010100110011111110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A8587D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A8587D; }

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

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

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

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

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

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

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

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