Shades of Royal Heath #A5527B
Tints of Royal Heath #A5527B
RGB
CMYK
RGB Variations
Color information
#A5527B (or 0xA5527B) is known color: Royal Heath. HEX triplet: A5, 52 and 7B. RGB value is (165,82,123). Sum of RGB (Red+Green+Blue) = 165+82+123=370 (49% of max value = 765). Red value is 165 (64.84% from 255 or 44.59% from 370); Green value is 82 (32.42% from 255 or 22.16% from 370); Blue value is 123 (48.44% from 255 or 33.24% from 370); Max value from RGB is 165 - color contains mainly: red. Hex color #A5527B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A5527B is #5AAD84. Grayscale: #6F6F6F. Windows color (decimal): -5942661 or 8082085. OLE color: 8082085.
HSL color Cylindrical-coordinate representation of color #A5527B: hue angle of 330.36º degrees, saturation: 0.34, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A5527B is Cyan = 0, Magento = 0.50, Yellow = 0.25 and Black (K on CMYK) = 0.35.
Color convert
| RGB | 165 | 82 | 123 | - |
| CMYK | 0 | 0.50 | 0.25 | 0.35 |
| HSL | 330.36º | 0.34% | 0.48% | - |
| HSV(B) | 330.36º | 0.5% | 0.65% | - |
| XYZ | 22.11 | 15.46 | 20.56 | - |
| YUV | 111.49 | 134.5 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 82 | 123 | 0 | 0.50 | 0.25 | 0.35 | 330.36 | 0.34 | 0.48 |
| Hex | A5 | 52 | 7B | 0 | 32 | 19 | 23 | 14A | 22 | 30 |
| Octal | 245 | 122 | 173 | 0 | 62 | 31 | 43 | 512 | 42 | 60 |
| Binary | 10100101 | 1010010 | 1111011 | 0 | 110010 | 11001 | 100011 | 101001010 | 100010 | 110000 |
Color Harmonies of #A5527B
Complementary color
Monochromatic Colors of #A5527B
Black with #A5527B
Text Example
Text Example
White with #A5527B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A5527B; }
p { color: rgb(165,82,123); }
H1.HeaderClassName
{
color: #A5527B;
}
.AnyTagClassName
{
color: #A5527B;
}
</style>
background-color css
<style>
a { background-color: #A5527B; }
a { background-color: rgb(165,82,123); }
div.DivClassName
{
background-color: #A5527B;
}
.BgClassName
{
background-color: #A5527B;
}
</style>
border-color css
<style>
span { border-color: #A5527B; }
span { border-color: rgb(165,82,123); }
td.TdClassName
{
border-color: #A5527B;
}
.TagClassName
{
border-color: #A5527B;
}
</style>