#A5487D

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

Shades of Royal Heath #A5487D

Tints of Royal Heath #A5487D

Color information

#A5487D (or 0xA5487D) is unknown color: approx Royal Heath. HEX triplet: A5, 48 and 7D. RGB value is (165,72,125). Sum of RGB (Red+Green+Blue) = 165+72+125=362 (47% of max value = 765). Red value is 165 (64.84% from 255 or 45.58% from 362); Green value is 72 (28.52% from 255 or 19.89% from 362); Blue value is 125 (49.22% from 255 or 34.53% from 362); Max value from RGB is 165 - color contains mainly: red. Hex color #A5487D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A5487D is #5AB782. Grayscale: #696969. Windows color (decimal): -5945219 or 8210597. OLE color: 8210597.

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

Color convert

RGB16572125-
CMYK00.560.240.35
HSL325.81º39.24%46.47%-
HSV(B)325.81º56.36%64.71%-
XYZ21.5414.1120.99-
YUV105.85138.81170.19-

RGB Variations

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

RGB

RED value IS 165 (64.84% from 255) = 45.58%
GREEN value IS 72 (28.52% from 255) = 19.89%
BLUE value IS 125 (49.22% from 255) = 34.53%
R=45.58%
G=19.89%
B=34.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.24
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal1657212500.560.240.35325.8139.2446.47
HexA5487D0381823146272e
Octal24511017507030435064756
Binary1010010110010001111101011100011000100011101000110100111101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A5487D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A5487D; }

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

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

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

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

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

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

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

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