#A14979

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

Shades of Royal Heath #A14979

Tints of Royal Heath #A14979

Color information

#A14979 (or 0xA14979) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 79. RGB value is (161,73,121). Sum of RGB (Red+Green+Blue) = 161+73+121=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 73 (28.91% from 255 or 20.56% from 355); Blue value is 121 (47.66% from 255 or 34.08% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14979 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14979 is #5EB686. Grayscale: #686868. Windows color (decimal): -6207111 or 7948705. OLE color: 7948705.

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

Color convert

RGB16173121-
CMYK00.550.250.37
HSL327.27º37.61%45.88%-
HSV(B)327.27º54.66%63.14%-
XYZ20.5313.7219.66-
YUV104.78137.15168.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 73 (28.91% from 255) = 20.56%
BLUE value IS 121 (47.66% from 255) = 34.08%
R=45.35%
G=20.56%
B=34.08%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617312100.550.250.37327.2737.6145.88
HexA149790371925147262e
Octal24111117106731455074656
Binary1010000110010011111001011011111001100101101000111100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14979

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14979; }

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

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

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

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

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

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

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

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