#A94479

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

Shades of Royal Heath #A94479

Tints of Royal Heath #A94479

Color information

#A94479 (or 0xA94479) is unknown color: approx Royal Heath. HEX triplet: A9, 44 and 79. RGB value is (169,68,121). Sum of RGB (Red+Green+Blue) = 169+68+121=358 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.21% from 358); Green value is 68 (26.95% from 255 or 18.99% from 358); Blue value is 121 (47.66% from 255 or 33.80% from 358); Max value from RGB is 169 - color contains mainly: red. Hex color #A94479 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94479 is #56BB86. Grayscale: #686868. Windows color (decimal): -5684103 or 7947433. OLE color: 7947433.

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

Color convert

RGB16968121-
CMYK00.600.280.34
HSL328.51º42.62%46.47%-
HSV(B)328.51º59.76%66.27%-
XYZ21.8813.9519.63-
YUV104.24137.46174.19-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.21%
GREEN value IS 68 (26.95% from 255) = 18.99%
BLUE value IS 121 (47.66% from 255) = 33.80%
R=47.21%
G=18.99%
B=33.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.28
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696812100.600.280.34328.5142.6246.47
HexA9447903C1C221492b2e
Octal25110417107434425115356
Binary1010100110001001111001011110011100100010101001001101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94479

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94479; }

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

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

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

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

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

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

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

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