#A1487E

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

Shades of Royal Heath #A1487E

Tints of Royal Heath #A1487E

Color information

#A1487E (or 0xA1487E) is unknown color: approx Royal Heath. HEX triplet: A1, 48 and 7E. RGB value is (161,72,126). Sum of RGB (Red+Green+Blue) = 161+72+126=359 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.85% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 126 (49.61% from 255 or 35.10% from 359); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487E is #5EB781. Grayscale: #686868. Windows color (decimal): -6207362 or 8276129. OLE color: 8276129.

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

Color convert

RGB16172126-
CMYK00.550.220.37
HSL323.6º38.2%45.69%-
HSV(B)323.6º55.28%63.14%-
XYZ20.7813.7221.29-
YUV104.77139.99168.11-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 44.85%
GREEN value IS 72 (28.52% from 255) = 20.06%
BLUE value IS 126 (49.61% from 255) = 35.10%
R=44.85%
G=20.06%
B=35.10%

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
Decimal1617212600.550.220.37323.638.245.69
HexA1487E0371625144262e
Octal24111017606726455044656
Binary1010000110010001111110011011110110100101101000100100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1487E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1487E; }

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

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

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

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

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

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

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

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