#A94474

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

Shades of Royal Heath #A94474

Tints of Royal Heath #A94474

Color information

#A94474 (or 0xA94474) is unknown color: approx Royal Heath. HEX triplet: A9, 44 and 74. RGB value is (169,68,116). Sum of RGB (Red+Green+Blue) = 169+68+116=353 (46% of max value = 765). Red value is 169 (66.41% from 255 or 47.88% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 116 (45.70% from 255 or 32.86% from 353); Max value from RGB is 169 - color contains mainly: red. Hex color #A94474 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94474 is #56BB8B. Grayscale: #676767. Windows color (decimal): -5684108 or 7619753. OLE color: 7619753.

HSL color Cylindrical-coordinate representation of color #A94474: hue angle of 331.49º degrees, saturation: 0.43, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A94474 is Cyan = 0, Magento = 0.60, Yellow = 0.31 and Black (K on CMYK) = 0.34.

Color convert

RGB16968116-
CMYK00.600.310.34
HSL331.49º42.62%46.47%-
HSV(B)331.49º59.76%66.27%-
XYZ21.5813.8318.06-
YUV103.67134.96174.6-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 47.88%
GREEN value IS 68 (26.95% from 255) = 19.26%
BLUE value IS 116 (45.70% from 255) = 32.86%
R=47.88%
G=19.26%
B=32.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.31
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696811600.600.310.34331.4942.6246.47
HexA9447403C1F2214b2b2e
Octal25110416407437425135356
Binary1010100110001001110100011110011111100010101001011101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94474

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94474; }

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

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

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

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

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

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

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

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