#A9587B

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

Shades of Royal Heath #A9587B

Tints of Royal Heath #A9587B

Color information

#A9587B (or 0xA9587B) is unknown color: approx Royal Heath. HEX triplet: A9, 58 and 7B. RGB value is (169,88,123). Sum of RGB (Red+Green+Blue) = 169+88+123=380 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.47% from 380); Green value is 88 (34.77% from 255 or 23.16% from 380); Blue value is 123 (48.44% from 255 or 32.37% from 380); Max value from RGB is 169 - color contains mainly: red. Hex color #A9587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9587B is #56A784. Grayscale: #747474. Windows color (decimal): -5678981 or 8083625. OLE color: 8083625.

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

Color convert

RGB16988123-
CMYK00.480.270.34
HSL334.07º32.02%50.39%-
HSV(B)334.07º47.93%66.27%-
XYZ23.4316.8420.76-
YUV116.21131.84165.65-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.47%
GREEN value IS 88 (34.77% from 255) = 23.16%
BLUE value IS 123 (48.44% from 255) = 32.37%
R=44.47%
G=23.16%
B=32.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.27
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698812300.480.270.34334.0732.0250.39
HexA9587B0301B2214e2032
Octal25113017306033425164062
Binary1010100110110001111011011000011011100010101001110100000110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9587B; }

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

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

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

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

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

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

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

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