#A14E7E

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

Shades of Royal Heath #A14E7E

Tints of Royal Heath #A14E7E

Color information

#A14E7E (or 0xA14E7E) is unknown color: approx Royal Heath. HEX triplet: A1, 4E and 7E. RGB value is (161,78,126). Sum of RGB (Red+Green+Blue) = 161+78+126=365 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.11% from 365); Green value is 78 (30.86% from 255 or 21.37% from 365); Blue value is 126 (49.61% from 255 or 34.52% from 365); Max value from RGB is 161 - color contains mainly: red. Hex color #A14E7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14E7E is #5EB181. Grayscale: #6C6C6C. Windows color (decimal): -6205826 or 8277665. OLE color: 8277665.

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

Color convert

RGB16178126-
CMYK00.520.220.37
HSL325.3º34.73%46.86%-
HSV(B)325.3º51.55%63.14%-
XYZ21.1914.5321.43-
YUV108.29138165.6-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.11%
GREEN value IS 78 (30.86% from 255) = 21.37%
BLUE value IS 126 (49.61% from 255) = 34.52%
R=44.11%
G=21.37%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617812600.520.220.37325.334.7346.86
HexA14E7E0341625145232f
Octal24111617606426455054357
Binary1010000110011101111110011010010110100101101000101100011101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14E7E; }

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

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

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

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

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

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

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

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