#A14F7E

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

Shades of Royal Heath #A14F7E

Tints of Royal Heath #A14F7E

Color information

#A14F7E (or 0xA14F7E) is unknown color: approx Royal Heath. HEX triplet: A1, 4F and 7E. RGB value is (161,79,126). Sum of RGB (Red+Green+Blue) = 161+79+126=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 79 (31.25% from 255 or 21.58% from 366); Blue value is 126 (49.61% from 255 or 34.43% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F7E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F7E is #5EB081. Grayscale: #6C6C6C. Windows color (decimal): -6205570 or 8277921. OLE color: 8277921.

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

Color convert

RGB16179126-
CMYK00.510.220.37
HSL325.61º34.17%47.06%-
HSV(B)325.61º50.93%63.14%-
XYZ21.2614.6821.45-
YUV108.88137.67165.18-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 79 (31.25% from 255) = 21.58%
BLUE value IS 126 (49.61% from 255) = 34.43%
R=43.99%
G=21.58%
B=34.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617912600.510.220.37325.6134.1747.06
HexA14F7E0331625146222f
Octal24111717606326455064257
Binary1010000110011111111110011001110110100101101000110100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F7E; }

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

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

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

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

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

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

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

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