#a14c7f

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

Shades of Royal Heath #A14C7F

Tints of Royal Heath #A14C7F

Color information

#A14C7F (or 0xA14C7F) is unknown color: approx Royal Heath. HEX triplet: A1, 4C and 7F. RGB value is (161,76,127). Sum of RGB (Red+Green+Blue) = 161+76+127=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 76 (30.08% from 255 or 20.88% from 364); Blue value is 127 (50% from 255 or 34.89% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A14C7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14C7F is #5EB380. Grayscale: #6B6B6B. Windows color (decimal): -6206337 or 8342689. OLE color: 8342689.

HSL color Cylindrical-coordinate representation of color #A14C7F: hue angle of 324º degrees, saturation: 0.36, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A14C7F is Cyan = 0, Magento = 0.53, Yellow = 0.21 and Black (K on CMYK) = 0.37.

Color convert

RGB16176127-
CMYK00.530.210.37
HSL324º35.86%46.47%-
HSV(B)324º52.8%63.14%-
XYZ21.1114.2821.72-
YUV107.23139.16166.35-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.23%
GREEN value IS 76 (30.08% from 255) = 20.88%
BLUE value IS 127 (50% from 255) = 34.89%
R=44.23%
G=20.88%
B=34.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617612700.530.210.3732435.8646.47
HexA14C7F0351525144242e
Octal24111417706525455044456
Binary1010000110011001111111011010110101100101101000100100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #a14c7f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #a14c7f; }

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

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

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

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

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

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

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

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