Shades of Royal Heath #A65381
Tints of Royal Heath #A65381
RGB
CMYK
RGB Variations
Color information
#A65381 (or 0xA65381) is known color: Royal Heath. HEX triplet: A6, 53 and 81. RGB value is (166,83,129). Sum of RGB (Red+Green+Blue) = 166+83+129=378 (50% of max value = 765). Red value is 166 (65.23% from 255 or 43.92% from 378); Green value is 83 (32.81% from 255 or 21.96% from 378); Blue value is 129 (50.78% from 255 or 34.13% from 378); Max value from RGB is 166 - color contains mainly: red. Hex color #A65381 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #A65381 is #59AC7E. Grayscale: #707070. Windows color (decimal): -5876863 or 8475558. OLE color: 8475558.
HSL color Cylindrical-coordinate representation of color #A65381: hue angle of 326.75º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A65381 is Cyan = 0, Magento = 0.50, Yellow = 0.22 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 166 | 83 | 129 | - |
| CMYK | 0 | 0.50 | 0.22 | 0.35 |
| HSL | 326.75º | 0.33% | 0.49% | - |
| HSV(B) | 326.75º | 0.5% | 0.65% | - |
| XYZ | 22.78 | 15.88 | 22.63 | - |
| YUV | 113.06 | 137 | 165.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 83 | 129 | 0 | 0.50 | 0.22 | 0.35 | 326.75 | 0.33 | 0.49 |
| Hex | A6 | 53 | 81 | 0 | 32 | 16 | 23 | 147 | 21 | 31 |
| Octal | 246 | 123 | 201 | 0 | 62 | 26 | 43 | 507 | 41 | 61 |
| Binary | 10100110 | 1010011 | 10000001 | 0 | 110010 | 10110 | 100011 | 101000111 | 100001 | 110001 |
Color Harmonies of #A65381
Complementary color
Monochromatic Colors of #A65381
Black with #A65381
Text Example
Text Example
White with #A65381
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A65381; }
p { color: rgb(166,83,129); }
H1.HeaderClassName
{
color: #A65381;
}
.AnyTagClassName
{
color: #A65381;
}
</style>
background-color css
<style>
a { background-color: #A65381; }
a { background-color: rgb(166,83,129); }
div.DivClassName
{
background-color: #A65381;
}
.BgClassName
{
background-color: #A65381;
}
</style>
border-color css
<style>
span { border-color: #A65381; }
span { border-color: rgb(166,83,129); }
td.TdClassName
{
border-color: #A65381;
}
.TagClassName
{
border-color: #A65381;
}
</style>