#A14F7C

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

Shades of Royal Heath #A14F7C

Tints of Royal Heath #A14F7C

Color information

#A14F7C (or 0xA14F7C) is unknown color: approx Royal Heath. HEX triplet: A1, 4F and 7C. RGB value is (161,79,124). Sum of RGB (Red+Green+Blue) = 161+79+124=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 79 (31.25% from 255 or 21.70% from 364); Blue value is 124 (48.83% from 255 or 34.07% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A14F7C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A14F7C is #5EB083. Grayscale: #6C6C6C. Windows color (decimal): -6205572 or 8146849. OLE color: 8146849.

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

Color convert

RGB16179124-
CMYK00.510.230.37
HSL327.07º34.17%47.06%-
HSV(B)327.07º50.93%63.14%-
XYZ21.1314.6220.78-
YUV108.65136.67165.34-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 79 (31.25% from 255) = 21.70%
BLUE value IS 124 (48.83% from 255) = 34.07%
R=44.23%
G=21.70%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.23
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617912400.510.230.37327.0734.1747.06
HexA14F7C0331725147222f
Octal24111717406327455074257
Binary1010000110011111111100011001110111100101101000111100010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14F7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14F7C; }

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

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

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

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

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

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

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

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