Shades of Royal Heath #A8507D
Tints of Royal Heath #A8507D
RGB
CMYK
RGB Variations
Color information
#A8507D (or 0xA8507D) is known color: Royal Heath. HEX triplet: A8, 50 and 7D. RGB value is (168,80,125). Sum of RGB (Red+Green+Blue) = 168+80+125=373 (49% of max value = 765). Red value is 168 (66.02% from 255 or 45.04% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 125 (49.22% from 255 or 33.51% from 373); Max value from RGB is 168 - color contains mainly: red. Hex color #A8507D is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A8507D is #57AF82. Grayscale: #6F6F6F. Windows color (decimal): -5746563 or 8212648. OLE color: 8212648.
HSL color Cylindrical-coordinate representation of color #A8507D: hue angle of 329.32º 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 #A8507D is Cyan = 0, Magento = 0.52, Yellow = 0.26 and Black (K on CMYK) = 0.34.
Color convert
| RGB | 168 | 80 | 125 | - |
| CMYK | 0 | 0.52 | 0.26 | 0.34 |
| HSL | 329.32º | 0.35% | 0.49% | - |
| HSV(B) | 329.32º | 0.52% | 0.66% | - |
| XYZ | 22.72 | 15.54 | 21.2 | - |
| YUV | 111.44 | 135.65 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 80 | 125 | 0 | 0.52 | 0.26 | 0.34 | 329.32 | 0.35 | 0.49 |
| Hex | A8 | 50 | 7D | 0 | 34 | 1A | 22 | 149 | 23 | 31 |
| Octal | 250 | 120 | 175 | 0 | 64 | 32 | 42 | 511 | 43 | 61 |
| Binary | 10101000 | 1010000 | 1111101 | 0 | 110100 | 11010 | 100010 | 101001001 | 100011 | 110001 |
Color Harmonies of #A8507D
Complementary color
Monochromatic Colors of #A8507D
Black with #A8507D
Text Example
Text Example
White with #A8507D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A8507D; }
p { color: rgb(168,80,125); }
H1.HeaderClassName
{
color: #A8507D;
}
.AnyTagClassName
{
color: #A8507D;
}
</style>
background-color css
<style>
a { background-color: #A8507D; }
a { background-color: rgb(168,80,125); }
div.DivClassName
{
background-color: #A8507D;
}
.BgClassName
{
background-color: #A8507D;
}
</style>
border-color css
<style>
span { border-color: #A8507D; }
span { border-color: rgb(168,80,125); }
td.TdClassName
{
border-color: #A8507D;
}
.TagClassName
{
border-color: #A8507D;
}
</style>