#A94579

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

Shades of Royal Heath #A94579

Tints of Royal Heath #A94579

Color information

#A94579 (or 0xA94579) is unknown color: approx Royal Heath. HEX triplet: A9, 45 and 79. RGB value is (169,69,121). Sum of RGB (Red+Green+Blue) = 169+69+121=359 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.08% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 121 (47.66% from 255 or 33.70% from 359); Max value from RGB is 169 - color contains mainly: red. Hex color #A94579 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94579 is #56BA86. Grayscale: #686868. Windows color (decimal): -5683847 or 7947689. OLE color: 7947689.

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

Color convert

RGB16969121-
CMYK00.590.280.34
HSL328.8º42.02%46.67%-
HSV(B)328.8º59.17%66.27%-
XYZ21.9414.0719.65-
YUV104.83137.13173.77-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.08%
GREEN value IS 69 (27.34% from 255) = 19.22%
BLUE value IS 121 (47.66% from 255) = 33.70%
R=47.08%
G=19.22%
B=33.70%

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
Decimal1696912100.590.280.34328.842.0246.67
HexA9457903B1C221492a2f
Octal25110517107334425115257
Binary1010100110001011111001011101111100100010101001001101010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94579; }

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

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

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

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

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

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

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

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