#A94674

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

Shades of Royal Heath #A94674

Tints of Royal Heath #A94674

Color information

#A94674 (or 0xA94674) is unknown color: approx Royal Heath. HEX triplet: A9, 46 and 74. RGB value is (169,70,116). Sum of RGB (Red+Green+Blue) = 169+70+116=355 (47% of max value = 765). Red value is 169 (66.41% from 255 or 47.61% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 169 - color contains mainly: red. Hex color #A94674 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94674 is #56B98B. Grayscale: #686868. Windows color (decimal): -5683596 or 7620265. OLE color: 7620265.

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

Color convert

RGB16970116-
CMYK00.590.310.34
HSL332.12º41.42%46.86%-
HSV(B)332.12º58.58%66.27%-
XYZ21.714.0818.1-
YUV104.84134.3173.76-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.61%
GREEN value IS 70 (27.73% from 255) = 19.72%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=47.61%
G=19.72%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697011600.590.310.34332.1241.4246.86
HexA9467403B1F2214c292f
Octal25110616407337425145157
Binary1010100110001101110100011101111111100010101001100101001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94674

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94674; }

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

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

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

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

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

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

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

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