#A9477F

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

Shades of Royal Heath #A9477F

Tints of Royal Heath #A9477F

Color information

#A9477F (or 0xA9477F) is unknown color: approx Royal Heath. HEX triplet: A9, 47 and 7F. RGB value is (169,71,127). Sum of RGB (Red+Green+Blue) = 169+71+127=367 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.05% from 367); Green value is 71 (28.12% from 255 or 19.35% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 169 - color contains mainly: red. Hex color #A9477F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A9477F is #56B880. Grayscale: #6A6A6A. Windows color (decimal): -5683329 or 8341417. OLE color: 8341417.

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

Color convert

RGB16971127-
CMYK00.580.250.34
HSL325.71º40.83%47.06%-
HSV(B)325.71º57.99%66.27%-
XYZ22.4514.4721.69-
YUV106.69139.47172.45-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.05%
GREEN value IS 71 (28.12% from 255) = 19.35%
BLUE value IS 127 (50% from 255) = 34.60%
R=46.05%
G=19.35%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697112700.580.250.34325.7140.8347.06
HexA9477F03A1922146292f
Octal25110717707231425065157
Binary1010100110001111111111011101011001100010101000110101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A9477F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A9477F; }

 p { color: rgb(169,71,127); }

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

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

 a { background-color: rgb(169,71,127); }

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

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

 span { border-color: rgb(169,71,127); }

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