#A94279

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

Shades of Royal Heath #A94279

Tints of Royal Heath #A94279

Color information

#A94279 (or 0xA94279) is unknown color: approx Royal Heath. HEX triplet: A9, 42 and 79. RGB value is (169,66,121). Sum of RGB (Red+Green+Blue) = 169+66+121=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 66 (26.17% from 255 or 18.54% from 356); Blue value is 121 (47.66% from 255 or 33.99% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A94279 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94279 is #56BD86. Grayscale: #666666. Windows color (decimal): -5684615 or 7946921. OLE color: 7946921.

HSL color Cylindrical-coordinate representation of color #A94279: hue angle of 327.96º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A94279 is Cyan = 0, Magento = 0.61, Yellow = 0.28 and Black (K on CMYK) = 0.34.

Color convert

RGB16966121-
CMYK00.610.280.34
HSL327.96º43.83%46.08%-
HSV(B)327.96º60.95%66.27%-
XYZ21.7613.7119.59-
YUV103.07138.12175.03-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 66 (26.17% from 255) = 18.54%
BLUE value IS 121 (47.66% from 255) = 33.99%
R=47.47%
G=18.54%
B=33.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696612100.610.280.34327.9643.8346.08
HexA9427903D1C221482c2e
Octal25110217107534425105456
Binary1010100110000101111001011110111100100010101001000101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94279

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94279; }

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

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

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

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

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

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

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

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