Shades of Royal Heath #A65D7B
Tints of Royal Heath #A65D7B
RGB
CMYK
RGB Variations
Color information
#A65D7B (or 0xA65D7B) is known color: Royal Heath. HEX triplet: A6, 5D and 7B. RGB value is (166,93,123). Sum of RGB (Red+Green+Blue) = 166+93+123=382 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.46% from 382); Green value is 93 (36.72% from 255 or 24.35% from 382); Blue value is 123 (48.44% from 255 or 32.20% from 382); Max value from RGB is 166 - color contains mainly: red. Hex color #A65D7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65D7B is #59A284. Grayscale: #767676. Windows color (decimal): -5874309 or 8084902. OLE color: 8084902.
HSL color Cylindrical-coordinate representation of color #A65D7B: hue angle of 335.34º degrees, saturation: 0.29, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A65D7B is Cyan = 0, Magento = 0.44, Yellow = 0.26 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 93 | 123 | - |
| CMYK | 0 | 0.44 | 0.26 | 0.35 |
| HSL | 335.34º | 0.29% | 0.51% | - |
| HSV(B) | 335.34º | 0.44% | 0.65% | - |
| XYZ | 23.22 | 17.37 | 20.87 | - |
| YUV | 118.25 | 130.68 | 162.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 93 | 123 | 0 | 0.44 | 0.26 | 0.35 | 335.34 | 0.29 | 0.51 |
| Hex | A6 | 5D | 7B | 0 | 2C | 1A | 23 | 14F | 1D | 33 |
| Octal | 246 | 135 | 173 | 0 | 54 | 32 | 43 | 517 | 35 | 63 |
| Binary | 10100110 | 1011101 | 1111011 | 0 | 101100 | 11010 | 100011 | 101001111 | 11101 | 110011 |
Color Harmonies of #A65D7B
Complementary color
Monochromatic Colors of #A65D7B
Black with #A65D7B
Text Example
Text Example
White with #A65D7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65D7B; }
p { color: rgb(166,93,123); }
H1.HeaderClassName
{
color: #A65D7B;
}
.AnyTagClassName
{
color: #A65D7B;
}
</style>
background-color css
<style>
a { background-color: #A65D7B; }
a { background-color: rgb(166,93,123); }
div.DivClassName
{
background-color: #A65D7B;
}
.BgClassName
{
background-color: #A65D7B;
}
</style>
border-color css
<style>
span { border-color: #A65D7B; }
span { border-color: rgb(166,93,123); }
td.TdClassName
{
border-color: #A65D7B;
}
.TagClassName
{
border-color: #A65D7B;
}
</style>