#A5487C

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

Shades of Royal Heath #A5487C

Tints of Royal Heath #A5487C

Color information

#A5487C (or 0xA5487C) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 7C. RGB value is (165,72,124). Sum of RGB (Red+Green+Blue) = 165+72+124=361 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.71% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 124 (48.83% from 255 or 34.35% from 361); Max value from RGB is 165 - color contains mainly: red. Hex color #A5487C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5487C is #5AB783. Grayscale: #696969. Windows color (decimal): -5945220 or 8145061. OLE color: 8145061.

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

Color convert

RGB16572124-
CMYK00.560.250.35
HSL326.45º39.24%46.47%-
HSV(B)326.45º56.36%64.71%-
XYZ21.4714.0920.66-
YUV105.73138.31170.27-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.71%
GREEN value IS 72 (28.52% from 255) = 19.94%
BLUE value IS 124 (48.83% from 255) = 34.35%
R=45.71%
G=19.94%
B=34.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657212400.560.250.35326.4539.2446.47
HexA5487C0381923146272e
Octal24511017407031435064756
Binary1010010110010001111100011100011001100011101000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5487C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5487C; }

 p { color: rgb(165,72,124); }

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

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

 a { background-color: rgb(165,72,124); }

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

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

 span { border-color: rgb(165,72,124); }

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