#A14778

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

Shades of Royal Heath #A14778

Tints of Royal Heath #A14778

Color information

#A14778 (or 0xA14778) is unknown color: approx Royal Heath. HEX triplet: A1, 47 and 78. RGB value is (161,71,120). Sum of RGB (Red+Green+Blue) = 161+71+120=352 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.74% from 352); Green value is 71 (28.12% from 255 or 20.17% from 352); Blue value is 120 (47.27% from 255 or 34.09% from 352); Max value from RGB is 161 - color contains mainly: red. Hex color #A14778 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14778 is #5EB887. Grayscale: #676767. Windows color (decimal): -6207624 or 7882657. OLE color: 7882657.

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

Color convert

RGB16171120-
CMYK00.560.250.37
HSL327.33º38.79%45.49%-
HSV(B)327.33º55.9%63.14%-
XYZ20.3413.4419.29-
YUV103.5137.32169.02-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.74%
GREEN value IS 71 (28.12% from 255) = 20.17%
BLUE value IS 120 (47.27% from 255) = 34.09%
R=45.74%
G=20.17%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617112000.560.250.37327.3338.7945.49
HexA147780381925147272d
Octal24110717007031455074755
Binary1010000110001111111000011100011001100101101000111100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14778; }

 p { color: rgb(161,71,120); }

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

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

 a { background-color: rgb(161,71,120); }

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

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

 span { border-color: rgb(161,71,120); }

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