#A94F74

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

Shades of Royal Heath #A94F74

Tints of Royal Heath #A94F74

Color information

#A94F74 (or 0xA94F74) is unknown color: approx Royal Heath. HEX triplet: A9, 4F and 74. RGB value is (169,79,116). Sum of RGB (Red+Green+Blue) = 169+79+116=364 (48% of max value = 765). Red value is 169 (66.41% from 255 or 46.43% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 116 (45.70% from 255 or 31.87% from 364); Max value from RGB is 169 - color contains mainly: red. Hex color #A94F74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A94F74 is #56B08B. Grayscale: #6E6E6E. Windows color (decimal): -5681292 or 7622569. OLE color: 7622569.

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

Color convert

RGB16979116-
CMYK00.530.310.34
HSL335.33º36.29%48.63%-
HSV(B)335.33º53.25%66.27%-
XYZ22.3115.2918.3-
YUV110.13131.32169.99-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 46.43%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 116 (45.70% from 255) = 31.87%
R=46.43%
G=21.70%
B=31.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1697911600.530.310.34335.3336.2948.63
HexA94F740351F2214f2431
Octal25111716406537425174461
Binary1010100110011111110100011010111111100010101001111100100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94F74; }

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

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

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

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

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

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

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

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