#A14878

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

Shades of Royal Heath #A14878

Tints of Royal Heath #A14878

Color information

#A14878 (or 0xA14878) is unknown color: approx Royal Heath. HEX triplet: A1, 48 and 78. RGB value is (161,72,120). Sum of RGB (Red+Green+Blue) = 161+72+120=353 (46% of max value = 765). Red value is 161 (63.28% from 255 or 45.61% from 353); Green value is 72 (28.52% from 255 or 20.40% from 353); Blue value is 120 (47.27% from 255 or 33.99% from 353); Max value from RGB is 161 - color contains mainly: red. Hex color #A14878 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14878 is #5EB787. Grayscale: #676767. Windows color (decimal): -6207368 or 7882913. OLE color: 7882913.

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

Color convert

RGB16172120-
CMYK00.550.250.37
HSL327.64º38.2%45.69%-
HSV(B)327.64º55.28%63.14%-
XYZ20.4113.5719.31-
YUV104.08136.99168.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.61%
GREEN value IS 72 (28.52% from 255) = 20.40%
BLUE value IS 120 (47.27% from 255) = 33.99%
R=45.61%
G=20.40%
B=33.99%

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
Decimal1617212000.550.250.37327.6438.245.69
HexA148780371925148262e
Octal24111017006731455104656
Binary1010000110010001111000011011111001100101101001000100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14878

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14878; }

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

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

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

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

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

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

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

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