Shades of Royal Heath #A4417A
Tints of Royal Heath #A4417A
RGB
CMYK
RGB Variations
Color information
#A4417A (or 0xA4417A) is known color: Royal Heath. HEX triplet: A4, 41 and 7A. RGB value is (164,65,122). Sum of RGB (Red+Green+Blue) = 164+65+122=351 (46% of max value = 765). Red value is 164 (64.45% from 255 or 46.72% from 351); Green value is 65 (25.78% from 255 or 18.52% from 351); Blue value is 122 (48.05% from 255 or 34.76% from 351); Max value from RGB is 164 - color contains mainly: red. Hex color #A4417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4417A is #5BBE85. Grayscale: #646464. Windows color (decimal): -6012550 or 8012196. OLE color: 8012196.
HSL color Cylindrical-coordinate representation of color #A4417A: hue angle of 325.45º degrees, saturation: 0.43, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A4417A is Cyan = 0, Magento = 0.60, Yellow = 0.26 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 65 | 122 | - |
| CMYK | 0 | 0.60 | 0.26 | 0.36 |
| HSL | 325.45º | 0.43% | 0.45% | - |
| HSV(B) | 325.45º | 0.6% | 0.64% | - |
| XYZ | 20.71 | 13.08 | 19.85 | - |
| YUV | 101.1 | 139.8 | 172.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 65 | 122 | 0 | 0.60 | 0.26 | 0.36 | 325.45 | 0.43 | 0.45 |
| Hex | A4 | 41 | 7A | 0 | 3C | 1A | 24 | 145 | 2B | 2D |
| Octal | 244 | 101 | 172 | 0 | 74 | 32 | 44 | 505 | 53 | 55 |
| Binary | 10100100 | 1000001 | 1111010 | 0 | 111100 | 11010 | 100100 | 101000101 | 101011 | 101101 |
Color Harmonies of #A4417A
Complementary color
Monochromatic Colors of #A4417A
Black with #A4417A
Text Example
Text Example
White with #A4417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4417A; }
p { color: rgb(164,65,122); }
H1.HeaderClassName
{
color: #A4417A;
}
.AnyTagClassName
{
color: #A4417A;
}
</style>
background-color css
<style>
a { background-color: #A4417A; }
a { background-color: rgb(164,65,122); }
div.DivClassName
{
background-color: #A4417A;
}
.BgClassName
{
background-color: #A4417A;
}
</style>
border-color css
<style>
span { border-color: #A4417A; }
span { border-color: rgb(164,65,122); }
td.TdClassName
{
border-color: #A4417A;
}
.TagClassName
{
border-color: #A4417A;
}
</style>