#A1547B

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

Shades of Royal Heath #A1547B

Tints of Royal Heath #A1547B

Color information

#A1547B (or 0xA1547B) is unknown color: approx Royal Heath. HEX triplet: A1, 54 and 7B. RGB value is (161,84,123). Sum of RGB (Red+Green+Blue) = 161+84+123=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 84 (33.20% from 255 or 22.83% from 368); Blue value is 123 (48.44% from 255 or 33.42% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1547B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1547B is #5EAB84. Grayscale: #6F6F6F. Windows color (decimal): -6204293 or 8082593. OLE color: 8082593.

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

Color convert

RGB16184123-
CMYK00.480.240.37
HSL329.61º31.43%48.04%-
HSV(B)329.61º47.83%63.14%-
XYZ21.4415.3520.57-
YUV111.47134.51163.33-

RGB Variations

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

RGB

RED value IS 161 (63.28% from 255) = 43.75%
GREEN value IS 84 (33.20% from 255) = 22.83%
BLUE value IS 123 (48.44% from 255) = 33.42%
R=43.75%
G=22.83%
B=33.42%

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
Decimal1618412300.480.240.37329.6131.4348.04
HexA1547B030182514a1f30
Octal24112417306030455123760
Binary101000011010100111101101100001100010010110100101011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #A1547B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #A1547B; }

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

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

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

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

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

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

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

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