#A1497B

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

Shades of Royal Heath #A1497B

Tints of Royal Heath #A1497B

Color information

#A1497B (or 0xA1497B) is unknown color: approx Royal Heath. HEX triplet: A1, 49 and 7B. RGB value is (161,73,123). Sum of RGB (Red+Green+Blue) = 161+73+123=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 73 (28.91% from 255 or 20.45% from 357); Blue value is 123 (48.44% from 255 or 34.45% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1497B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1497B is #5EB684. Grayscale: #686868. Windows color (decimal): -6207109 or 8079777. OLE color: 8079777.

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

Color convert

RGB16173123-
CMYK00.550.240.37
HSL325.91º37.61%45.88%-
HSV(B)325.91º54.66%63.14%-
XYZ20.6613.7720.31-
YUV105.01138.15167.93-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.10%
GREEN value IS 73 (28.91% from 255) = 20.45%
BLUE value IS 123 (48.44% from 255) = 34.45%
R=45.10%
G=20.45%
B=34.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1617312300.550.240.37325.9137.6145.88
HexA1497B0371825146262e
Octal24111117306730455064656
Binary1010000110010011111011011011111000100101101000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1497B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1497B; }

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

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

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

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

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

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

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

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