Shades of Royal Heath #A1477D
Tints of Royal Heath #A1477D
RGB
CMYK
RGB Variations
Color information
#A1477D (or 0xA1477D) is known color: Royal Heath. HEX triplet: A1, 47 and 7D. RGB value is (161,71,125). Sum of RGB (Red+Green+Blue) = 161+71+125=357 (47% of max value = 765). Red value is 161 (63.28% from 255 or 45.10% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 125 (49.22% from 255 or 35.01% from 357); Max value from RGB is 161 - color contains mainly: red. Hex color #A1477D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A1477D is #5EB882. Grayscale: #676767. Windows color (decimal): -6207619 or 8210337. OLE color: 8210337.
HSL color Cylindrical-coordinate representation of color #A1477D: hue angle of 324º degrees, saturation: 0.39, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A1477D is Cyan = 0, Magento = 0.56, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 71 | 125 | - |
| CMYK | 0 | 0.56 | 0.22 | 0.37 |
| HSL | 324º | 0.39% | 0.45% | - |
| HSV(B) | 324º | 0.56% | 0.63% | - |
| XYZ | 20.65 | 13.56 | 20.93 | - |
| YUV | 104.07 | 139.82 | 168.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 71 | 125 | 0 | 0.56 | 0.22 | 0.37 | 324 | 0.39 | 0.45 |
| Hex | A1 | 47 | 7D | 0 | 38 | 16 | 25 | 144 | 27 | 2D |
| Octal | 241 | 107 | 175 | 0 | 70 | 26 | 45 | 504 | 47 | 55 |
| Binary | 10100001 | 1000111 | 1111101 | 0 | 111000 | 10110 | 100101 | 101000100 | 100111 | 101101 |
Color Harmonies of #A1477D
Complementary color
Monochromatic Colors of #A1477D
Black with #A1477D
Text Example
Text Example
White with #A1477D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1477D; }
p { color: rgb(161,71,125); }
H1.HeaderClassName
{
color: #A1477D;
}
.AnyTagClassName
{
color: #A1477D;
}
</style>
background-color css
<style>
a { background-color: #A1477D; }
a { background-color: rgb(161,71,125); }
div.DivClassName
{
background-color: #A1477D;
}
.BgClassName
{
background-color: #A1477D;
}
</style>
border-color css
<style>
span { border-color: #A1477D; }
span { border-color: rgb(161,71,125); }
td.TdClassName
{
border-color: #A1477D;
}
.TagClassName
{
border-color: #A1477D;
}
</style>