Shades of Royal Heath #A1507B
Tints of Royal Heath #A1507B
RGB
CMYK
RGB Variations
Color information
#A1507B (or 0xA1507B) is known color: Royal Heath. HEX triplet: A1, 50 and 7B. RGB value is (161,80,123). Sum of RGB (Red+Green+Blue) = 161+80+123=364 (48% of max value = 765). Red value is 161 (63.28% from 255 or 44.23% from 364); Green value is 80 (31.64% from 255 or 21.98% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507B is #5EAF84. Grayscale: #6D6D6D. Windows color (decimal): -6205317 or 8081569. OLE color: 8081569.
HSL color Cylindrical-coordinate representation of color #A1507B: hue angle of 328.15º degrees, saturation: 0.34, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A1507B is Cyan = 0, Magento = 0.50, Yellow = 0.24 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 123 | - |
| CMYK | 0 | 0.50 | 0.24 | 0.37 |
| HSL | 328.15º | 0.34% | 0.47% | - |
| HSV(B) | 328.15º | 0.5% | 0.63% | - |
| XYZ | 21.14 | 14.74 | 20.47 | - |
| YUV | 109.12 | 135.84 | 165 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 123 | 0 | 0.50 | 0.24 | 0.37 | 328.15 | 0.34 | 0.47 |
| Hex | A1 | 50 | 7B | 0 | 32 | 18 | 25 | 148 | 22 | 2F |
| Octal | 241 | 120 | 173 | 0 | 62 | 30 | 45 | 510 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1111011 | 0 | 110010 | 11000 | 100101 | 101001000 | 100010 | 101111 |
Color Harmonies of #A1507B
Complementary color
Monochromatic Colors of #A1507B
Black with #A1507B
Text Example
Text Example
White with #A1507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1507B; }
p { color: rgb(161,80,123); }
H1.HeaderClassName
{
color: #A1507B;
}
.AnyTagClassName
{
color: #A1507B;
}
</style>
background-color css
<style>
a { background-color: #A1507B; }
a { background-color: rgb(161,80,123); }
div.DivClassName
{
background-color: #A1507B;
}
.BgClassName
{
background-color: #A1507B;
}
</style>
border-color css
<style>
span { border-color: #A1507B; }
span { border-color: rgb(161,80,123); }
td.TdClassName
{
border-color: #A1507B;
}
.TagClassName
{
border-color: #A1507B;
}
</style>