#A94971

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

Shades of Royal Heath #A94971

Tints of Royal Heath #A94971

Color information

#A94971 (or 0xA94971) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 71. RGB value is (169,73,113). Sum of RGB (Red+Green+Blue) = 169+73+113=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 113 (44.53% from 255 or 31.83% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94971 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94971 is #56B68E. Grayscale: #6A6A6A. Windows color (decimal): -5682831 or 7424425. OLE color: 7424425.

HSL color Cylindrical-coordinate representation of color #A94971: hue angle of 335º 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 #A94971 is Cyan = 0, Magento = 0.57, Yellow = 0.33 and Black (K on CMYK) = 0.34.

Color convert

RGB16973113-
CMYK00.570.330.34
HSL335º39.67%47.45%-
HSV(B)335º56.8%66.27%-
XYZ21.7314.3917.26-
YUV106.26131.8172.75-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 113 (44.53% from 255) = 31.83%
R=47.61%
G=20.56%
B=31.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.33
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697311300.570.330.3433539.6747.45
HexA94971039212214f282f
Octal25111116107141425175057
Binary10101001100100111100010111001100001100010101001111101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94971; }

 p { color: rgb(169,73,113); }

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

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

 a { background-color: rgb(169,73,113); }

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

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

 span { border-color: rgb(169,73,113); }

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