#A14E80

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

Shades of Royal Heath #A14E80

Tints of Royal Heath #A14E80

Color information

#A14E80 (or 0xA14E80) is unknown color: approx Royal Heath. HEX triplet: A1, 4E and 80. RGB value is (161,78,128). Sum of RGB (Red+Green+Blue) = 161+78+128=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 78 (30.86% from 255 or 21.25% from 367); Blue value is 128 (50.39% from 255 or 34.88% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E80 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A14E80 is #5EB17F. Grayscale: #6C6C6C. Windows color (decimal): -6205824 or 8408737. OLE color: 8408737.

HSL color Cylindrical-coordinate representation of color #A14E80: hue angle of 323.86º 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 #A14E80 is Cyan = 0, Magento = 0.52, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16178128-
CMYK00.520.200.37
HSL323.86º34.73%46.86%-
HSV(B)323.86º51.55%63.14%-
XYZ21.3214.5822.11-
YUV108.52139165.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 78 (30.86% from 255) = 21.25%
BLUE value IS 128 (50.39% from 255) = 34.88%
R=43.87%
G=21.25%
B=34.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617812800.520.200.37323.8634.7346.86
HexA14E800341425144232f
Octal24111620006424455044357
Binary10100001100111010000000011010010100100101101000100100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E80; }

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

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

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

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

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

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

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

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