#A5587A

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

Shades of Royal Heath #A5587A

Tints of Royal Heath #A5587A

Color information

#A5587A (or 0xA5587A) is unknown color: approx Royal Heath. HEX triplet: A5, 58 and 7A. RGB value is (165,88,122). Sum of RGB (Red+Green+Blue) = 165+88+122=375 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44% from 375); Green value is 88 (34.77% from 255 or 23.47% from 375); Blue value is 122 (48.05% from 255 or 32.53% from 375); Max value from RGB is 165 - color contains mainly: red. Hex color #A5587A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5587A is #5AA785. Grayscale: #727272. Windows color (decimal): -5941126 or 8018085. OLE color: 8018085.

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

Color convert

RGB16588122-
CMYK00.470.260.35
HSL333.51º30.43%49.61%-
HSV(B)333.51º46.67%64.71%-
XYZ22.5216.3820.39-
YUV114.9132.01163.74-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 44%
GREEN value IS 88 (34.77% from 255) = 23.47%
BLUE value IS 122 (48.05% from 255) = 32.53%
R=44%
G=23.47%
B=32.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.26
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1658812200.470.260.35333.5130.4349.61
HexA5587A02F1A2314e1e32
Octal24513017205732435163662
Binary101001011011000111101001011111101010001110100111011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5587A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5587A; }

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

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

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

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

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

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

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

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