#A14E74

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

Shades of Royal Heath #A14E74

Tints of Royal Heath #A14E74

Color information

#A14E74 (or 0xA14E74) is unknown color: approx Royal Heath. HEX triplet: A1, 4E and 74. RGB value is (161,78,116). Sum of RGB (Red+Green+Blue) = 161+78+116=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 78 (30.86% from 255 or 21.97% from 355); Blue value is 116 (45.70% from 255 or 32.68% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E74 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E74 is #5EB18B. Grayscale: #6B6B6B. Windows color (decimal): -6205836 or 7622305. OLE color: 7622305.

HSL color Cylindrical-coordinate representation of color #A14E74: hue angle of 332.53º degrees, saturation: 0.35, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A14E74 is Cyan = 0, Magento = 0.52, Yellow = 0.28 and Black (K on CMYK) = 0.37.

Color convert

RGB16178116-
CMYK00.520.280.37
HSL332.53º34.73%46.86%-
HSV(B)332.53º51.55%63.14%-
XYZ20.5714.2918.2-
YUV107.15133166.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 78 (30.86% from 255) = 21.97%
BLUE value IS 116 (45.70% from 255) = 32.68%
R=45.35%
G=21.97%
B=32.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.28
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617811600.520.280.37332.5334.7346.86
HexA14E740341C2514d232f
Octal24111616406434455154357
Binary1010000110011101110100011010011100100101101001101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E74; }

 p { color: rgb(161,78,116); }

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

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

 a { background-color: rgb(161,78,116); }

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

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

 span { border-color: rgb(161,78,116); }

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