#A94676

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

Shades of Royal Heath #A94676

Tints of Royal Heath #A94676

Color information

#A94676 (or 0xA94676) is unknown color: approx Royal Heath. HEX triplet: A9, 46 and 76. RGB value is (169,70,118). Sum of RGB (Red+Green+Blue) = 169+70+118=357 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.34% from 357); Green value is 70 (27.73% from 255 or 19.61% from 357); Blue value is 118 (46.48% from 255 or 33.05% from 357); Max value from RGB is 169 - color contains mainly: red. Hex color #A94676 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94676 is #56B989. Grayscale: #686868. Windows color (decimal): -5683594 or 7751337. OLE color: 7751337.

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

Color convert

RGB16970118-
CMYK00.590.300.34
HSL330.91º41.42%46.86%-
HSV(B)330.91º58.58%66.27%-
XYZ21.8214.1218.72-
YUV105.07135.3173.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.34%
GREEN value IS 70 (27.73% from 255) = 19.61%
BLUE value IS 118 (46.48% from 255) = 33.05%
R=47.34%
G=19.61%
B=33.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697011800.590.300.34330.9141.4246.86
HexA9467603B1E2214b292f
Octal25110616607336425135157
Binary1010100110001101110110011101111110100010101001011101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94676; }

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

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

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

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

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

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

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

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