#A94473

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

Shades of Royal Heath #A94473

Tints of Royal Heath #A94473

Color information

#A94473 (or 0xA94473) is unknown color: approx Royal Heath. HEX triplet: A9, 44 and 73. RGB value is (169,68,115). Sum of RGB (Red+Green+Blue) = 169+68+115=352 (46% of max value = 765). Red value is 169 (66.41% from 255 or 48.01% from 352); Green value is 68 (26.95% from 255 or 19.32% from 352); Blue value is 115 (45.31% from 255 or 32.67% from 352); Max value from RGB is 169 - color contains mainly: red. Hex color #A94473 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A94473 is #56BB8C. Grayscale: #676767. Windows color (decimal): -5684109 or 7554217. OLE color: 7554217.

HSL color Cylindrical-coordinate representation of color #A94473: hue angle of 332.08º 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 #A94473 is Cyan = 0, Magento = 0.60, Yellow = 0.32 and Black (K on CMYK) = 0.34.

Color convert

RGB16968115-
CMYK00.600.320.34
HSL332.08º42.62%46.47%-
HSV(B)332.08º59.76%66.27%-
XYZ21.5213.8117.75-
YUV103.56134.46174.68-

RGB Variations

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

RGB

RED value IS 169 (66.41% from 255) = 48.01%
GREEN value IS 68 (26.95% from 255) = 19.32%
BLUE value IS 115 (45.31% from 255) = 32.67%
R=48.01%
G=19.32%
B=32.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.32
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal1696811500.600.320.34332.0842.6246.47
HexA9447303C202214c2b2e
Octal25110416307440425145356
Binary10101001100010011100110111100100000100010101001100101011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A94473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A94473; }

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

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

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

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

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

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

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

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