#A14178

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

Shades of Royal Heath #A14178

Tints of Royal Heath #A14178

Color information

#A14178 (or 0xA14178) is unknown color: approx Royal Heath. HEX triplet: A1, 41 and 78. RGB value is (161,65,120). Sum of RGB (Red+Green+Blue) = 161+65+120=346 (45% of max value = 765). Red value is 161 (63.28% from 255 or 46.53% from 346); Green value is 65 (25.78% from 255 or 18.79% from 346); Blue value is 120 (47.27% from 255 or 34.68% from 346); Max value from RGB is 161 - color contains mainly: red. Hex color #A14178 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14178 is #5EBE87. Grayscale: #636363. Windows color (decimal): -6209160 or 7881121. OLE color: 7881121.

HSL color Cylindrical-coordinate representation of color #A14178: hue angle of 325.62º degrees, saturation: 0.42, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A14178 is Cyan = 0, Magento = 0.60, Yellow = 0.25 and Black (K on CMYK) = 0.37.

Color convert

RGB16165120-
CMYK00.600.250.37
HSL325.62º42.48%44.31%-
HSV(B)325.62º59.63%63.14%-
XYZ19.9812.7119.17-
YUV99.97139.3171.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 46.53%
GREEN value IS 65 (25.78% from 255) = 18.79%
BLUE value IS 120 (47.27% from 255) = 34.68%
R=46.53%
G=18.79%
B=34.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.25
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1616512000.600.250.37325.6242.4844.31
HexA1417803C19251462a2c
Octal24110117007431455065254
Binary1010000110000011111000011110011001100101101000110101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14178; }

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

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

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

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

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

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

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

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