#A1487A

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

Shades of Royal Heath #A1487A

Tints of Royal Heath #A1487A

Color information

#A1487A (or 0xA1487A) is unknown color: approx Royal Heath. HEX triplet: A1, 48 and 7A. RGB value is (161,72,122). Sum of RGB (Red+Green+Blue) = 161+72+122=355 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.35% from 355); Green value is 72 (28.52% from 255 or 20.28% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 161 - color contains mainly: red. Hex color #A1487A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1487A is #5EB785. Grayscale: #686868. Windows color (decimal): -6207366 or 8013985. OLE color: 8013985.

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

Color convert

RGB16172122-
CMYK00.550.240.37
HSL326.29º38.2%45.69%-
HSV(B)326.29º55.28%63.14%-
XYZ20.5313.6219.96-
YUV104.31137.99168.43-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 45.35%
GREEN value IS 72 (28.52% from 255) = 20.28%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=45.35%
G=20.28%
B=34.37%

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
Decimal1617212200.550.240.37326.2938.245.69
HexA1487A0371825146262e
Octal24111017206730455064656
Binary1010000110010001111010011011111000100101101000110100110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1487A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1487A; }

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

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

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

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

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

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

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

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