#A5587B

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

Shades of Royal Heath #A5587B

Tints of Royal Heath #A5587B

Color information

#A5587B (or 0xA5587B) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 7B. RGB value is (165,88,123). Sum of RGB (Red+Green+Blue) = 165+88+123=376 (49% of max value = 765). Red value is 165 (64.84% from 255 or 43.88% from 376); Green value is 88 (34.77% from 255 or 23.40% from 376); Blue value is 123 (48.44% from 255 or 32.71% from 376); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587B is #5AA784. Grayscale: #727272. Windows color (decimal): -5941125 or 8083621. OLE color: 8083621.

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

Color convert

RGB16588123-
CMYK00.470.250.35
HSL332.73º30.43%49.61%-
HSV(B)332.73º46.67%64.71%-
XYZ22.5816.4120.72-
YUV115.01132.51163.65-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 43.88%
GREEN value IS 88 (34.77% from 255) = 23.40%
BLUE value IS 123 (48.44% from 255) = 32.71%
R=43.88%
G=23.40%
B=32.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658812300.470.250.35332.7330.4349.61
HexA5587B02F192314d1e32
Octal24513017305731435153662
Binary101001011011000111101101011111100110001110100110111110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5587B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5587B; }

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

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

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

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

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

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

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

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