#A14379

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

Shades of Royal Heath #A14379

Tints of Royal Heath #A14379

Color information

#A14379 (or 0xA14379) is unknown color: approx Royal Heath. HEX triplet: A1, 43 and 79. RGB value is (161,67,121). Sum of RGB (Red+Green+Blue) = 161+67+121=349 (46% of max value = 765). Red value is 161 (63.28% from 255 or 46.13% from 349); Green value is 67 (26.56% from 255 or 19.20% from 349); Blue value is 121 (47.66% from 255 or 34.67% from 349); Max value from RGB is 161 - color contains mainly: red. Hex color #A14379 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14379 is #5EBC86. Grayscale: #656565. Windows color (decimal): -6208647 or 7947169. OLE color: 7947169.

HSL color Cylindrical-coordinate representation of color #A14379: hue angle of 325.53º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A14379 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16167121-
CMYK00.580.250.37
HSL325.53º41.23%44.71%-
HSV(B)325.53º58.39%63.14%-
XYZ20.1612.9719.53-
YUV101.26139.14170.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.13%
GREEN value IS 67 (26.56% from 255) = 19.20%
BLUE value IS 121 (47.66% from 255) = 34.67%
R=46.13%
G=19.20%
B=34.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616712100.580.250.37325.5341.2344.71
HexA1437903A1925146292d
Octal24110317107231455065155
Binary1010000110000111111001011101011001100101101000110101001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14379

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14379; }

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

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

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

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

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

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

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

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