#A14977

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

Shades of Royal Heath #A14977

Tints of Royal Heath #A14977

Color information

#A14977 (or 0xA14977) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 77. RGB value is (161,73,119). Sum of RGB (Red+Green+Blue) = 161+73+119=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 73 (28.91% from 255 or 20.68% from 353); Blue value is 119 (46.88% from 255 or 33.71% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A14977 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14977 is #5EB688. Grayscale: #686868. Windows color (decimal): -6207113 or 7817633. OLE color: 7817633.

HSL color Cylindrical-coordinate representation of color #A14977: hue angle of 328.64º 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 #A14977 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.37.

Color convert

RGB16173119-
CMYK00.550.260.37
HSL328.64º37.61%45.88%-
HSV(B)328.64º54.66%63.14%-
XYZ20.4113.6719.02-
YUV104.56136.15168.26-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 73 (28.91% from 255) = 20.68%
BLUE value IS 119 (46.88% from 255) = 33.71%
R=45.61%
G=20.68%
B=33.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.26
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617311900.550.260.37328.6437.6145.88
HexA149770371A25149262e
Octal24111116706732455114656
Binary1010000110010011110111011011111010100101101001001100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14977; }

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

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

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

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

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

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

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

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