Shades of Royal Heath #A8507E
Tints of Royal Heath #A8507E
RGB
CMYK
RGB Variations
Color information
#A8507E (or 0xA8507E) is known color: Royal Heath. HEX triplet: A8, 50 and 7E. RGB value is (168,80,126). Sum of RGB (Red+Green+Blue) = 168+80+126=374 (49% of max value = 765). Red value is 168 (66.02% from 255 or 44.92% from 374); Green value is 80 (31.64% from 255 or 21.39% from 374); Blue value is 126 (49.61% from 255 or 33.69% from 374); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507E is #57AF81. Grayscale: #6F6F6F. Windows color (decimal): -5746562 or 8278184. OLE color: 8278184.
HSL color Cylindrical-coordinate representation of color #A8507E: hue angle of 328.64º degrees, saturation: 0.35, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A8507E is Cyan = 0, Magento = 0.52, Yellow = 0.25 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 126 | - |
| CMYK | 0 | 0.52 | 0.25 | 0.34 |
| HSL | 328.64º | 0.35% | 0.49% | - |
| HSV(B) | 328.64º | 0.52% | 0.66% | - |
| XYZ | 22.78 | 15.57 | 21.54 | - |
| YUV | 111.56 | 136.15 | 168.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 126 | 0 | 0.52 | 0.25 | 0.34 | 328.64 | 0.35 | 0.49 |
| Hex | A8 | 50 | 7E | 0 | 34 | 19 | 22 | 149 | 23 | 31 |
| Octal | 250 | 120 | 176 | 0 | 64 | 31 | 42 | 511 | 43 | 61 |
| Binary | 10101000 | 1010000 | 1111110 | 0 | 110100 | 11001 | 100010 | 101001001 | 100011 | 110001 |
Color Harmonies of #A8507E
Complementary color
Monochromatic Colors of #A8507E
Black with #A8507E
Text Example
Text Example
White with #A8507E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8507E; }
p { color: rgb(168,80,126); }
H1.HeaderClassName
{
color: #A8507E;
}
.AnyTagClassName
{
color: #A8507E;
}
</style>
background-color css
<style>
a { background-color: #A8507E; }
a { background-color: rgb(168,80,126); }
div.DivClassName
{
background-color: #A8507E;
}
.BgClassName
{
background-color: #A8507E;
}
</style>
border-color css
<style>
span { border-color: #A8507E; }
span { border-color: rgb(168,80,126); }
td.TdClassName
{
border-color: #A8507E;
}
.TagClassName
{
border-color: #A8507E;
}
</style>