#A1497F

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

Shades of Royal Heath #A1497F

Tints of Royal Heath #A1497F

Color information

#A1497F (or 0xA1497F) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 7F. RGB value is (161,73,127). Sum of RGB (Red+Green+Blue) = 161+73+127=361 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.60% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 127 (50% from 255 or 35.18% from 361); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497F is #5EB680. Grayscale: #696969. Windows color (decimal): -6207105 or 8341921. OLE color: 8341921.

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

Color convert

RGB16173127-
CMYK00.550.210.37
HSL323.18º37.61%45.88%-
HSV(B)323.18º54.66%63.14%-
XYZ20.9113.8721.65-
YUV105.47140.15167.61-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.60%
GREEN value IS 73 (28.91% from 255) = 20.22%
BLUE value IS 127 (50% from 255) = 35.18%
R=44.60%
G=20.22%
B=35.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.21
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617312700.550.210.37323.1837.6145.88
HexA1497F0371525143262e
Octal24111117706725455034656
Binary1010000110010011111111011011110101100101101000011100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1497F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1497F; }

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

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

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

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

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

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

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

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