#A14780

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

Shades of Royal Heath #A14780

Tints of Royal Heath #A14780

Color information

#A14780 (or 0xA14780) is unknown color: approx Royal Heath. HEX triplet: A1, 47 and 80. RGB value is (161,71,128). Sum of RGB (Red+Green+Blue) = 161+71+128=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 71 (28.12% from 255 or 19.72% from 360); Blue value is 128 (50.39% from 255 or 35.56% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A14780 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A14780 is #5EB87F. Grayscale: #686868. Windows color (decimal): -6207616 or 8406945. OLE color: 8406945.

HSL color Cylindrical-coordinate representation of color #A14780: hue angle of 322º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A14780 is Cyan = 0, Magento = 0.56, Yellow = 0.20 and Black (K on CMYK) = 0.37.

Color convert

RGB16171128-
CMYK00.560.200.37
HSL322º38.79%45.49%-
HSV(B)322º55.9%63.14%-
XYZ20.8513.6421.96-
YUV104.41141.32168.37-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 71 (28.12% from 255) = 19.72%
BLUE value IS 128 (50.39% from 255) = 35.56%
R=44.72%
G=19.72%
B=35.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.20
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617112800.560.200.3732238.7945.49
HexA147800381425142272d
Octal24110720007024455024755
Binary10100001100011110000000011100010100100101101000010100111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A14780

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A14780; }

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

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

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

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

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

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

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

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