#A9487E

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

Shades of Royal Heath #A9487E

Tints of Royal Heath #A9487E

Color information

#A9487E (or 0xA9487E) is unknown color: approx Royal Heath. HEX triplet: A9, 48 and 7E. RGB value is (169,72,126). Sum of RGB (Red+Green+Blue) = 169+72+126=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 72 (28.52% from 255 or 19.62% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9487E is #56B781. Grayscale: #6B6B6B. Windows color (decimal): -5683074 or 8276137. OLE color: 8276137.

HSL color Cylindrical-coordinate representation of color #A9487E: hue angle of 326.6º degrees, saturation: 0.4, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A9487E is Cyan = 0, Magento = 0.57, Yellow = 0.25 and Black (K on CMYK) = 0.34.

Color convert

RGB16972126-
CMYK00.570.250.34
HSL326.6º40.25%47.25%-
HSV(B)326.6º57.4%66.27%-
XYZ22.4514.5821.37-
YUV107.16138.64172.11-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 72 (28.52% from 255) = 19.62%
BLUE value IS 126 (49.61% from 255) = 34.33%
R=46.05%
G=19.62%
B=34.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697212600.570.250.34326.640.2547.25
HexA9487E0391922147282f
Octal25111017607131425075057
Binary1010100110010001111110011100111001100010101000111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9487E; }

 p { color: rgb(169,72,126); }

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

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

 a { background-color: rgb(169,72,126); }

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

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

 span { border-color: rgb(169,72,126); }

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