#A0497F

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

Shades of Royal Heath #A0497F

Tints of Royal Heath #A0497F

Color information

#A0497F (or 0xA0497F) is unknown color: approx Royal Heath. HEX triplet: A0, 49 and 7F. RGB value is (160,73,127). Sum of RGB (Red+Green+Blue) = 160+73+127=360 (47% of max value = 765). Red value is 160 (62.89% from 255 or 44.44% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 160 - color contains mainly: red. Hex color #A0497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A0497F is #5FB680. Grayscale: #696969. Windows color (decimal): -6272641 or 8341920. OLE color: 8341920.

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

Color convert

RGB16073127-
CMYK00.540.210.37
HSL322.76º37.34%45.69%-
HSV(B)322.76º54.37%62.75%-
XYZ20.7113.7721.65-
YUV105.17140.32167.11-

RGB Variations

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

RGB

RED value IS 160 (62.89% from 255) = 44.44%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 127 (50% from 255) = 35.28%
R=44.44%
G=20.28%
B=35.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1607312700.540.210.37322.7637.3445.69
HexA0497F0361525143252e
Octal24011117706625455034556
Binary1010000010010011111111011011010101100101101000011100101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A0497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A0497F; }

 p { color: rgb(160,73,127); }

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

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

 a { background-color: rgb(160,73,127); }

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

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

 span { border-color: rgb(160,73,127); }

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