#A1547A

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

Shades of Royal Heath #A1547A

Tints of Royal Heath #A1547A

Color information

#A1547A (or 0xA1547A) is unknown color: approx Royal Heath. HEX triplet: A1, 54 and 7A. RGB value is (161,84,122). Sum of RGB (Red+Green+Blue) = 161+84+122=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 84 (33.20% from 255 or 22.89% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1547A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1547A is #5EAB85. Grayscale: #6F6F6F. Windows color (decimal): -6204294 or 8017057. OLE color: 8017057.

HSL color Cylindrical-coordinate representation of color #A1547A: hue angle of 330.39º degrees, saturation: 0.31, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A1547A is Cyan = 0, Magento = 0.48, Yellow = 0.24 and Black (K on CMYK) = 0.37.

Color convert

RGB16184122-
CMYK00.480.240.37
HSL330.39º31.43%48.04%-
HSV(B)330.39º47.83%63.14%-
XYZ21.3815.3220.24-
YUV111.36134.01163.41-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.87%
GREEN value IS 84 (33.20% from 255) = 22.89%
BLUE value IS 122 (48.05% from 255) = 33.24%
R=43.87%
G=22.89%
B=33.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.24
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal1618412200.480.240.37330.3931.4348.04
HexA1547A030182514a1f30
Octal24112417206030455123760
Binary101000011010100111101001100001100010010110100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1547A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1547A; }

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

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

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

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

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

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

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

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