#A9547E

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

Shades of Royal Heath #A9547E

Tints of Royal Heath #A9547E

Color information

#A9547E (or 0xA9547E) is unknown color: approx Royal Heath. HEX triplet: A9, 54 and 7E. RGB value is (169,84,126). Sum of RGB (Red+Green+Blue) = 169+84+126=379 (50% of max value = 765). Red value is 169 (66.41% from 255 or 44.59% from 379); Green value is 84 (33.20% from 255 or 22.16% from 379); Blue value is 126 (49.61% from 255 or 33.25% from 379); Max value from RGB is 169 - color contains mainly: red. Hex color #A9547E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A9547E is #56AB81. Grayscale: #727272. Windows color (decimal): -5680002 or 8279209. OLE color: 8279209.

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

Color convert

RGB16984126-
CMYK00.500.250.34
HSL330.35º33.6%49.61%-
HSV(B)330.35º50.3%66.27%-
XYZ23.316.2821.65-
YUV114.2134.66167.08-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 44.59%
GREEN value IS 84 (33.20% from 255) = 22.16%
BLUE value IS 126 (49.61% from 255) = 33.25%
R=44.59%
G=22.16%
B=33.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1698412600.500.250.34330.3533.649.61
HexA9547E032192214a2232
Octal25112417606231425124262
Binary1010100110101001111110011001011001100010101001010100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9547E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9547E; }

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

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

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

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

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

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

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

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