Shades of Royal Heath #A45B7A
Tints of Royal Heath #A45B7A
RGB
CMYK
RGB Variations
Color information
#A45B7A (or 0xA45B7A) is known color: Royal Heath. HEX triplet: A4, 5B and 7A. RGB value is (164,91,122). Sum of RGB (Red+Green+Blue) = 164+91+122=377 (49% of max value = 765). Red value is 164 (64.45% from 255 or 43.50% from 377); Green value is 91 (35.94% from 255 or 24.14% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 164 - color contains mainly: red. Hex color #A45B7A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #A45B7A is #5BA485. Grayscale: #747474. Windows color (decimal): -6005894 or 8018852. OLE color: 8018852.
HSL color Cylindrical-coordinate representation of color #A45B7A: hue angle of 334.52º degrees, saturation: 0.29, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A45B7A is Cyan = 0, Magento = 0.45, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 91 | 122 | - |
| CMYK | 0 | 0.45 | 0.26 | 0.36 |
| HSL | 334.52º | 0.29% | 0.5% | - |
| HSV(B) | 334.52º | 0.45% | 0.64% | - |
| XYZ | 22.56 | 16.78 | 20.46 | - |
| YUV | 116.36 | 131.18 | 161.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 122 | 0 | 0.45 | 0.26 | 0.36 | 334.52 | 0.29 | 0.5 |
| Hex | A4 | 5B | 7A | 0 | 2D | 1A | 24 | 14F | 1D | 32 |
| Octal | 244 | 133 | 172 | 0 | 55 | 32 | 44 | 517 | 35 | 62 |
| Binary | 10100100 | 1011011 | 1111010 | 0 | 101101 | 11010 | 100100 | 101001111 | 11101 | 110010 |
Color Harmonies of #A45B7A
Complementary color
Monochromatic Colors of #A45B7A
Black with #A45B7A
Text Example
Text Example
White with #A45B7A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45B7A; }
p { color: rgb(164,91,122); }
H1.HeaderClassName
{
color: #A45B7A;
}
.AnyTagClassName
{
color: #A45B7A;
}
</style>
background-color css
<style>
a { background-color: #A45B7A; }
a { background-color: rgb(164,91,122); }
div.DivClassName
{
background-color: #A45B7A;
}
.BgClassName
{
background-color: #A45B7A;
}
</style>
border-color css
<style>
span { border-color: #A45B7A; }
span { border-color: rgb(164,91,122); }
td.TdClassName
{
border-color: #A45B7A;
}
.TagClassName
{
border-color: #A45B7A;
}
</style>