#A1497E

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

Shades of Royal Heath #A1497E

Tints of Royal Heath #A1497E

Color information

#A1497E (or 0xA1497E) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 7E. RGB value is (161,73,126). Sum of RGB (Red+Green+Blue) = 161+73+126=360 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.72% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 126 (49.61% from 255 or 35% from 360); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497E is #5EB681. Grayscale: #696969. Windows color (decimal): -6207106 or 8276385. OLE color: 8276385.

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

Color convert

RGB16173126-
CMYK00.550.220.37
HSL323.86º37.61%45.88%-
HSV(B)323.86º54.66%63.14%-
XYZ20.8513.8521.31-
YUV105.35139.65167.69-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.72%
GREEN value IS 73 (28.91% from 255) = 20.28%
BLUE value IS 126 (49.61% from 255) = 35%
R=44.72%
G=20.28%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.22
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617312600.550.220.37323.8637.6145.88
HexA1497E0371625144262e
Octal24111117606726455044656
Binary1010000110010011111110011011110110100101101000100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1497E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1497E; }

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

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

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

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

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

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

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

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