#A94976

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

Shades of Royal Heath #A94976

Tints of Royal Heath #A94976

Color information

#A94976 (or 0xA94976) is unknown color: approx Royal Heath. HEX triplet: A9, 49 and 76. RGB value is (169,73,118). Sum of RGB (Red+Green+Blue) = 169+73+118=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 118 (46.48% from 255 or 32.78% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A94976 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94976 is #56B689. Grayscale: #6A6A6A. Windows color (decimal): -5682826 or 7752105. OLE color: 7752105.

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

Color convert

RGB16973118-
CMYK00.570.300.34
HSL331.88º39.67%47.45%-
HSV(B)331.88º56.8%66.27%-
XYZ22.0114.5118.78-
YUV106.83134.3172.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 118 (46.48% from 255) = 32.78%
R=46.94%
G=20.28%
B=32.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697311800.570.300.34331.8839.6747.45
HexA949760391E2214c282f
Octal25111116607136425145057
Binary1010100110010011110110011100111110100010101001100101000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94976

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94976; }

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

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

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

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

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

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

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

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