#A94A78

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

Shades of Royal Heath #A94A78

Tints of Royal Heath #A94A78

Color information

#A94A78 (or 0xA94A78) is unknown color: approx Royal Heath. HEX triplet: A9, 4A and 78. RGB value is (169,74,120). Sum of RGB (Red+Green+Blue) = 169+74+120=363 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.56% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 120 (47.27% from 255 or 33.06% from 363); Max value from RGB is 169 - color contains mainly: red. Hex color #A94A78 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94A78 is #56B587. Grayscale: #6B6B6B. Windows color (decimal): -5682568 or 7883433. OLE color: 7883433.

HSL color Cylindrical-coordinate representation of color #A94A78: hue angle of 330.95º degrees, saturation: 0.39, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A94A78 is Cyan = 0, Magento = 0.56, Yellow = 0.29 and Black (K on CMYK) = 0.34.

Color convert

RGB16974120-
CMYK00.560.290.34
HSL330.95º39.09%47.65%-
HSV(B)330.95º56.21%66.27%-
XYZ22.214.6919.43-
YUV107.65134.97171.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.56%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 120 (47.27% from 255) = 33.06%
R=46.56%
G=20.39%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.29
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697412000.560.290.34330.9539.0947.65
HexA94A780381D2214b2730
Octal25111217007035425134760
Binary1010100110010101111000011100011101100010101001011100111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94A78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94A78; }

 p { color: rgb(169,74,120); }

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

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

 a { background-color: rgb(169,74,120); }

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

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

 span { border-color: rgb(169,74,120); }

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