#A94E77

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

Shades of Royal Heath #A94E77

Tints of Royal Heath #A94E77

Color information

#A94E77 (or 0xA94E77) is unknown color: approx Royal Heath. HEX triplet: A9, 4E and 77. RGB value is (169,78,119). Sum of RGB (Red+Green+Blue) = 169+78+119=366 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.17% from 366); Green value is 78 (30.86% from 255 or 21.31% from 366); Blue value is 119 (46.88% from 255 or 32.51% from 366); Max value from RGB is 169 - color contains mainly: red. Hex color #A94E77 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94E77 is #56B188. Grayscale: #6D6D6D. Windows color (decimal): -5681545 or 7818921. OLE color: 7818921.

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

Color convert

RGB16978119-
CMYK00.540.300.34
HSL332.97º36.84%48.43%-
HSV(B)332.97º53.85%66.27%-
XYZ22.4215.2219.21-
YUV109.88133.15170.17-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.17%
GREEN value IS 78 (30.86% from 255) = 21.31%
BLUE value IS 119 (46.88% from 255) = 32.51%
R=46.17%
G=21.31%
B=32.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.30
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697811900.540.300.34332.9736.8448.43
HexA94E770361E2214d2530
Octal25111616706636425154560
Binary1010100110011101110111011011011110100010101001101100101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94E77

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94E77; }

 p { color: rgb(169,78,119); }

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

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

 a { background-color: rgb(169,78,119); }

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

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

 span { border-color: rgb(169,78,119); }

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