#A14A80

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

Shades of Royal Heath #A14A80

Tints of Royal Heath #A14A80

Color information

#A14A80 (or 0xA14A80) is unknown color: approx Royal Heath. HEX triplet: A1, 4A and 80. RGB value is (161,74,128). Sum of RGB (Red+Green+Blue) = 161+74+128=363 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.35% from 363); Green value is 74 (29.30% from 255 or 20.39% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 161 - color contains mainly: red. Hex color #A14A80 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14A80 is #5EB57F. Grayscale: #6A6A6A. Windows color (decimal): -6206848 or 8407713. OLE color: 8407713.

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

Color convert

RGB16174128-
CMYK00.540.200.37
HSL322.76º37.02%46.08%-
HSV(B)322.76º54.04%63.14%-
XYZ21.0414.0322.02-
YUV106.17140.32167.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.35%
GREEN value IS 74 (29.30% from 255) = 20.39%
BLUE value IS 128 (50.39% from 255) = 35.26%
R=44.35%
G=20.39%
B=35.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617412800.540.200.37322.7637.0246.08
HexA14A800361425143252e
Octal24111220006624455034556
Binary10100001100101010000000011011010100100101101000011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14A80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14A80; }

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

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

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

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

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

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

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

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