#A14F7F

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

Shades of Royal Heath #A14F7F

Tints of Royal Heath #A14F7F

Color information

#A14F7F (or 0xA14F7F) is unknown color: approx Royal Heath. HEX triplet: A1, 4F and 7F. RGB value is (161,79,127). Sum of RGB (Red+Green+Blue) = 161+79+127=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 79 (31.25% from 255 or 21.53% from 367); Blue value is 127 (50% from 255 or 34.60% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F7F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F7F is #5EB080. Grayscale: #6C6C6C. Windows color (decimal): -6205569 or 8343457. OLE color: 8343457.

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

Color convert

RGB16179127-
CMYK00.510.210.37
HSL324.88º34.17%47.06%-
HSV(B)324.88º50.93%63.14%-
XYZ21.3214.721.79-
YUV108.99138.17165.1-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 79 (31.25% from 255) = 21.53%
BLUE value IS 127 (50% from 255) = 34.60%
R=43.87%
G=21.53%
B=34.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617912700.510.210.37324.8834.1747.06
HexA14F7F0331525145222f
Octal24111717706325455054257
Binary1010000110011111111111011001110101100101101000101100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F7F; }

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

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

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

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

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

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

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

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