#A94774

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

Shades of Royal Heath #A94774

Tints of Royal Heath #A94774

Color information

#A94774 (or 0xA94774) is unknown color: approx Royal Heath. HEX triplet: A9, 47 and 74. RGB value is (169,71,116). Sum of RGB (Red+Green+Blue) = 169+71+116=356 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.47% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 116 (45.70% from 255 or 32.58% from 356); Max value from RGB is 169 - color contains mainly: red. Hex color #A94774 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94774 is #56B88B. Grayscale: #696969. Windows color (decimal): -5683340 or 7620521. OLE color: 7620521.

HSL color Cylindrical-coordinate representation of color #A94774: hue angle of 332.45º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A94774 is Cyan = 0, Magento = 0.58, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16971116-
CMYK00.580.310.34
HSL332.45º40.83%47.06%-
HSV(B)332.45º57.99%66.27%-
XYZ21.7714.218.12-
YUV105.43133.97173.34-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.47%
GREEN value IS 71 (28.12% from 255) = 19.94%
BLUE value IS 116 (45.70% from 255) = 32.58%
R=47.47%
G=19.94%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697111600.580.310.34332.4540.8347.06
HexA9477403A1F2214c292f
Octal25110716407237425145157
Binary1010100110001111110100011101011111100010101001100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94774

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94774; }

 p { color: rgb(169,71,116); }

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

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

 a { background-color: rgb(169,71,116); }

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

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

 span { border-color: rgb(169,71,116); }

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