#A14973

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

Shades of Royal Heath #A14973

Tints of Royal Heath #A14973

Color information

#A14973 (or 0xA14973) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 73. RGB value is (161,73,115). Sum of RGB (Red+Green+Blue) = 161+73+115=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 73 (28.91% from 255 or 20.92% from 349); Blue value is 115 (45.31% from 255 or 32.95% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14973 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14973 is #5EB68C. Grayscale: #686868. Windows color (decimal): -6207117 or 7555489. OLE color: 7555489.

HSL color Cylindrical-coordinate representation of color #A14973: hue angle of 331.36º degrees, saturation: 0.38, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A14973 is Cyan = 0, Magento = 0.55, Yellow = 0.29 and Black (K on CMYK) = 0.37.

Color convert

RGB16173115-
CMYK00.550.290.37
HSL331.36º37.61%45.88%-
HSV(B)331.36º54.66%63.14%-
XYZ20.1713.5817.78-
YUV104.1134.15168.58-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 73 (28.91% from 255) = 20.92%
BLUE value IS 115 (45.31% from 255) = 32.95%
R=46.13%
G=20.92%
B=32.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.29
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617311500.550.290.37331.3637.6145.88
HexA149730371D2514b262e
Octal24111116306735455134656
Binary1010000110010011110011011011111101100101101001011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14973; }

 p { color: rgb(161,73,115); }

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

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

 a { background-color: rgb(161,73,115); }

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

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

 span { border-color: rgb(161,73,115); }

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