Shades of Royal Heath #A65B7A
Tints of Royal Heath #A65B7A
RGB
CMYK
RGB Variations
Color information
#A65B7A (or 0xA65B7A) is known color: Royal Heath. HEX triplet: A6, 5B and 7A. RGB value is (166,91,122). Sum of RGB (Red+Green+Blue) = 166+91+122=379 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.80% from 379); Green value is 91 (35.94% from 255 or 24.01% from 379); Blue value is 122 (48.05% from 255 or 32.19% from 379); Max value from RGB is 166 - color contains mainly: red. Hex color #A65B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A65B7A is #59A485. Grayscale: #747474. Windows color (decimal): -5874822 or 8018854. OLE color: 8018854.
HSL color Cylindrical-coordinate representation of color #A65B7A: hue angle of 335.2º degrees, saturation: 0.3, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A65B7A is Cyan = 0, Magento = 0.45, Yellow = 0.27 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 91 | 122 | - |
| CMYK | 0 | 0.45 | 0.27 | 0.35 |
| HSL | 335.2º | 0.3% | 0.5% | - |
| HSV(B) | 335.2º | 0.45% | 0.65% | - |
| XYZ | 22.98 | 16.99 | 20.48 | - |
| YUV | 116.96 | 130.85 | 162.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 91 | 122 | 0 | 0.45 | 0.27 | 0.35 | 335.2 | 0.3 | 0.5 |
| Hex | A6 | 5B | 7A | 0 | 2D | 1B | 23 | 14F | 1E | 32 |
| Octal | 246 | 133 | 172 | 0 | 55 | 33 | 43 | 517 | 36 | 62 |
| Binary | 10100110 | 1011011 | 1111010 | 0 | 101101 | 11011 | 100011 | 101001111 | 11110 | 110010 |
Color Harmonies of #A65B7A
Complementary color
Monochromatic Colors of #A65B7A
Black with #A65B7A
Text Example
Text Example
White with #A65B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65B7A; }
p { color: rgb(166,91,122); }
H1.HeaderClassName
{
color: #A65B7A;
}
.AnyTagClassName
{
color: #A65B7A;
}
</style>
background-color css
<style>
a { background-color: #A65B7A; }
a { background-color: rgb(166,91,122); }
div.DivClassName
{
background-color: #A65B7A;
}
.BgClassName
{
background-color: #A65B7A;
}
</style>
border-color css
<style>
span { border-color: #A65B7A; }
span { border-color: rgb(166,91,122); }
td.TdClassName
{
border-color: #A65B7A;
}
.TagClassName
{
border-color: #A65B7A;
}
</style>