#A94679

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

Shades of Royal Heath #A94679

Tints of Royal Heath #A94679

Color information

#A94679 (or 0xA94679) is unknown color: approx Royal Heath. HEX triplet: A9, 46 and 79. RGB value is (169,70,121). Sum of RGB (Red+Green+Blue) = 169+70+121=360 (47% of max value = 765). Red value is 169 (66.41% from 255 or 46.94% from 360); Green value is 70 (27.73% from 255 or 19.44% from 360); Blue value is 121 (47.66% from 255 or 33.61% from 360); Max value from RGB is 169 - color contains mainly: red. Hex color #A94679 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94679 is #56B986. Grayscale: #696969. Windows color (decimal): -5683591 or 7947945. OLE color: 7947945.

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

Color convert

RGB16970121-
CMYK00.590.280.34
HSL329.09º41.42%46.86%-
HSV(B)329.09º58.58%66.27%-
XYZ2214.219.67-
YUV105.42136.8173.35-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.94%
GREEN value IS 70 (27.73% from 255) = 19.44%
BLUE value IS 121 (47.66% from 255) = 33.61%
R=46.94%
G=19.44%
B=33.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697012100.590.280.34329.0941.4246.86
HexA9467903B1C22149292f
Octal25110617107334425115157
Binary1010100110001101111001011101111100100010101001001101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94679

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94679; }

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

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

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

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

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

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

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

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