Shades of Royal Heath #A15277
Tints of Royal Heath #A15277
RGB
CMYK
RGB Variations
Color information
#A15277 (or 0xA15277) is known color: Royal Heath. HEX triplet: A1, 52 and 77. RGB value is (161,82,119). Sum of RGB (Red+Green+Blue) = 161+82+119=362 (47% of max value = 765). Red value is 161 (63.28% from 255 or 44.48% from 362); Green value is 82 (32.42% from 255 or 22.65% from 362); Blue value is 119 (46.88% from 255 or 32.87% from 362); Max value from RGB is 161 - color contains mainly: red. Hex color #A15277 is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A15277 is #5EAD88. Grayscale: #6D6D6D. Windows color (decimal): -6204809 or 7819937. OLE color: 7819937.
HSL color Cylindrical-coordinate representation of color #A15277: hue angle of 331.9º degrees, saturation: 0.33, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A15277 is Cyan = 0, Magento = 0.49, Yellow = 0.26 and Black (K on CMYK) = 0.37.
Color convert
| RGB | 161 | 82 | 119 | - |
| CMYK | 0 | 0.49 | 0.26 | 0.37 |
| HSL | 331.9º | 0.33% | 0.48% | - |
| HSV(B) | 331.9º | 0.49% | 0.63% | - |
| XYZ | 21.05 | 14.94 | 19.23 | - |
| YUV | 109.84 | 133.17 | 164.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 82 | 119 | 0 | 0.49 | 0.26 | 0.37 | 331.9 | 0.33 | 0.48 |
| Hex | A1 | 52 | 77 | 0 | 31 | 1A | 25 | 14C | 21 | 30 |
| Octal | 241 | 122 | 167 | 0 | 61 | 32 | 45 | 514 | 41 | 60 |
| Binary | 10100001 | 1010010 | 1110111 | 0 | 110001 | 11010 | 100101 | 101001100 | 100001 | 110000 |
Color Harmonies of #A15277
Complementary color
Monochromatic Colors of #A15277
Black with #A15277
Text Example
Text Example
White with #A15277
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A15277; }
p { color: rgb(161,82,119); }
H1.HeaderClassName
{
color: #A15277;
}
.AnyTagClassName
{
color: #A15277;
}
</style>
background-color css
<style>
a { background-color: #A15277; }
a { background-color: rgb(161,82,119); }
div.DivClassName
{
background-color: #A15277;
}
.BgClassName
{
background-color: #A15277;
}
</style>
border-color css
<style>
span { border-color: #A15277; }
span { border-color: rgb(161,82,119); }
td.TdClassName
{
border-color: #A15277;
}
.TagClassName
{
border-color: #A15277;
}
</style>