#A14A7E

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

Shades of Royal Heath #A14A7E

Tints of Royal Heath #A14A7E

Color information

#A14A7E (or 0xA14A7E) is unknown color: approx Royal Heath. HEX triplet: A1, 4A and 7E. RGB value is (161,74,126). Sum of RGB (Red+Green+Blue) = 161+74+126=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 74 (29.30% from 255 or 20.50% from 361); Blue value is 126 (49.61% from 255 or 34.90% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A7E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A14A7E is #5EB581. Grayscale: #696969. Windows color (decimal): -6206850 or 8276641. OLE color: 8276641.

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

Color convert

RGB16174126-
CMYK00.540.220.37
HSL324.14º37.02%46.08%-
HSV(B)324.14º54.04%63.14%-
XYZ20.9113.9821.34-
YUV105.94139.32167.27-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 74 (29.30% from 255) = 20.50%
BLUE value IS 126 (49.61% from 255) = 34.90%
R=44.60%
G=20.50%
B=34.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617412600.540.220.37324.1437.0246.08
HexA14A7E0361625144252e
Octal24111217606626455044556
Binary1010000110010101111110011011010110100101101000100100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A7E; }

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

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

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

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

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

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

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

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