#A94173

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

Shades of Royal Heath #A94173

Tints of Royal Heath #A94173

Color information

#A94173 (or 0xA94173) is unknown color: approx Royal Heath. HEX triplet: A9, 41 and 73. RGB value is (169,65,115). Sum of RGB (Red+Green+Blue) = 169+65+115=349 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.42% from 349); Green value is 65 (25.78% from 255 or 18.62% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 169 - color contains mainly: red. Hex color #A94173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94173 is #56BE8C. Grayscale: #656565. Windows color (decimal): -5684877 or 7553449. OLE color: 7553449.

HSL color Cylindrical-coordinate representation of color #A94173: hue angle of 331.15º degrees, saturation: 0.44, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A94173 is Cyan = 0, Magento = 0.62, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16965115-
CMYK00.620.320.34
HSL331.15º44.44%45.88%-
HSV(B)331.15º61.54%66.27%-
XYZ21.3513.4517.69-
YUV101.8135.46175.93-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.42%
GREEN value IS 65 (25.78% from 255) = 18.62%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=48.42%
G=18.62%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696511500.620.320.34331.1544.4445.88
HexA9417303E202214b2c2e
Octal25110116307640425135456
Binary10101001100000111100110111110100000100010101001011101100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94173; }

 p { color: rgb(169,65,115); }

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

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

 a { background-color: rgb(169,65,115); }

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

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

 span { border-color: rgb(169,65,115); }

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