#A14B82

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

Shades of Royal Heath #A14B82

Tints of Royal Heath #A14B82

Color information

#A14B82 (or 0xA14B82) is unknown color: approx Royal Heath. HEX triplet: A1, 4B and 82. RGB value is (161,75,130). Sum of RGB (Red+Green+Blue) = 161+75+130=366 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.99% from 366); Green value is 75 (29.69% from 255 or 20.49% from 366); Blue value is 130 (51.17% from 255 or 35.52% from 366); Max value from RGB is 161 - color contains mainly: red. Hex color #A14B82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14B82 is #5EB47D. Grayscale: #6A6A6A. Windows color (decimal): -6206590 or 8539041. OLE color: 8539041.

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

Color convert

RGB16175130-
CMYK00.530.190.37
HSL321.63º36.44%46.27%-
HSV(B)321.63º53.42%63.14%-
XYZ21.2414.2222.74-
YUV106.98140.99166.53-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.99%
GREEN value IS 75 (29.69% from 255) = 20.49%
BLUE value IS 130 (51.17% from 255) = 35.52%
R=43.99%
G=20.49%
B=35.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.19
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617513000.530.190.37321.6336.4446.27
HexA14B820351325142242e
Octal24111320206523455024456
Binary10100001100101110000010011010110011100101101000010100100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14B82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14B82; }

 p { color: rgb(161,75,130); }

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

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

 a { background-color: rgb(161,75,130); }

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

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

 span { border-color: rgb(161,75,130); }

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