Shades of Royal Heath #A1527D
Tints of Royal Heath #A1527D
RGB
CMYK
RGB Variations
Color information
#A1527D (or 0xA1527D) is known color: Royal Heath. HEX triplet: A1, 52 and 7D. RGB value is (161,82,125). Sum of RGB (Red+Green+Blue) = 161+82+125=368 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.75% from 368); Green value is 82 (32.42% from 255 or 22.28% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 161 - color contains mainly: red. Hex color #A1527D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1527D is #5EAD82. Grayscale: #6E6E6E. Windows color (decimal): -6204803 or 8213153. OLE color: 8213153.
HSL color Cylindrical-coordinate representation of color #A1527D: hue angle of 327.34º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A1527D is Cyan = 0, Magento = 0.49, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 125 | - |
| CMYK | 0 | 0.49 | 0.22 | 0.37 |
| HSL | 327.34º | 0.33% | 0.48% | - |
| HSV(B) | 327.34º | 0.49% | 0.63% | - |
| XYZ | 21.42 | 15.09 | 21.19 | - |
| YUV | 110.52 | 136.17 | 164 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 125 | 0 | 0.49 | 0.22 | 0.37 | 327.34 | 0.33 | 0.48 |
| Hex | A1 | 52 | 7D | 0 | 31 | 16 | 25 | 147 | 21 | 30 |
| Octal | 241 | 122 | 175 | 0 | 61 | 26 | 45 | 507 | 41 | 60 |
| Binary | 10100001 | 1010010 | 1111101 | 0 | 110001 | 10110 | 100101 | 101000111 | 100001 | 110000 |
Color Harmonies of #A1527D
Complementary color
Monochromatic Colors of #A1527D
Black with #A1527D
Text Example
Text Example
White with #A1527D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1527D; }
p { color: rgb(161,82,125); }
H1.HeaderClassName
{
color: #A1527D;
}
.AnyTagClassName
{
color: #A1527D;
}
</style>
background-color css
<style>
a { background-color: #A1527D; }
a { background-color: rgb(161,82,125); }
div.DivClassName
{
background-color: #A1527D;
}
.BgClassName
{
background-color: #A1527D;
}
</style>
border-color css
<style>
span { border-color: #A1527D; }
span { border-color: rgb(161,82,125); }
td.TdClassName
{
border-color: #A1527D;
}
.TagClassName
{
border-color: #A1527D;
}
</style>