Shades of Royal Heath #A1507E
Tints of Royal Heath #A1507E
RGB
CMYK
RGB Variations
Color information
#A1507E (or 0xA1507E) is known color: Royal Heath. HEX triplet: A1, 50 and 7E. RGB value is (161,80,126). Sum of RGB (Red+Green+Blue) = 161+80+126=367 (48% of max value = 765). Red value is 161 (63.28% from 255 or 43.87% from 367); Green value is 80 (31.64% from 255 or 21.80% from 367); Blue value is 126 (49.61% from 255 or 34.33% from 367); Max value from RGB is 161 - color contains mainly: red. Hex color #A1507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A1507E is #5EAF81. Grayscale: #6D6D6D. Windows color (decimal): -6205314 or 8278177. OLE color: 8278177.
HSL color Cylindrical-coordinate representation of color #A1507E: hue angle of 325.93º 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 #A1507E is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 80 | 126 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.37 |
| HSL | 325.93º | 0.34% | 0.47% | - |
| HSV(B) | 325.93º | 0.5% | 0.63% | - |
| XYZ | 21.33 | 14.82 | 21.48 | - |
| YUV | 109.46 | 137.34 | 164.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 80 | 126 | 0 | 0.50 | 0.22 | 0.37 | 325.93 | 0.34 | 0.47 |
| Hex | A1 | 50 | 7E | 0 | 32 | 16 | 25 | 146 | 22 | 2F |
| Octal | 241 | 120 | 176 | 0 | 62 | 26 | 45 | 506 | 42 | 57 |
| Binary | 10100001 | 1010000 | 1111110 | 0 | 110010 | 10110 | 100101 | 101000110 | 100010 | 101111 |
Color Harmonies of #A1507E
Complementary color
Monochromatic Colors of #A1507E
Black with #A1507E
Text Example
Text Example
White with #A1507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A1507E; }
p { color: rgb(161,80,126); }
H1.HeaderClassName
{
color: #A1507E;
}
.AnyTagClassName
{
color: #A1507E;
}
</style>
background-color css
<style>
a { background-color: #A1507E; }
a { background-color: rgb(161,80,126); }
div.DivClassName
{
background-color: #A1507E;
}
.BgClassName
{
background-color: #A1507E;
}
</style>
border-color css
<style>
span { border-color: #A1507E; }
span { border-color: rgb(161,80,126); }
td.TdClassName
{
border-color: #A1507E;
}
.TagClassName
{
border-color: #A1507E;
}
</style>