Shades of Royal Heath #A4457F
Tints of Royal Heath #A4457F
RGB
CMYK
RGB Variations
Color information
#A4457F (or 0xA4457F) is known color: Royal Heath. HEX triplet: A4, 45 and 7F. RGB value is (164,69,127). Sum of RGB (Red+Green+Blue) = 164+69+127=360 (47% of max value = 765). Red value is 164 (64.45% from 255 or 45.56% from 360); Green value is 69 (27.34% from 255 or 19.17% from 360); Blue value is 127 (50% from 255 or 35.28% from 360); Max value from RGB is 164 - color contains mainly: red. Hex color #A4457F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A4457F is #5BBA80. Grayscale: #676767. Windows color (decimal): -6011521 or 8340900. OLE color: 8340900.
HSL color Cylindrical-coordinate representation of color #A4457F: hue angle of 323.37º degrees, saturation: 0.41, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A4457F is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 164 | 69 | 127 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.36 |
| HSL | 323.37º | 0.41% | 0.46% | - |
| HSV(B) | 323.37º | 0.58% | 0.64% | - |
| XYZ | 21.27 | 13.68 | 21.6 | - |
| YUV | 104.02 | 140.97 | 170.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 69 | 127 | 0 | 0.58 | 0.23 | 0.36 | 323.37 | 0.41 | 0.46 |
| Hex | A4 | 45 | 7F | 0 | 3A | 17 | 24 | 143 | 29 | 2E |
| Octal | 244 | 105 | 177 | 0 | 72 | 27 | 44 | 503 | 51 | 56 |
| Binary | 10100100 | 1000101 | 1111111 | 0 | 111010 | 10111 | 100100 | 101000011 | 101001 | 101110 |
Color Harmonies of #A4457F
Complementary color
Monochromatic Colors of #A4457F
Black with #A4457F
Text Example
Text Example
White with #A4457F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A4457F; }
p { color: rgb(164,69,127); }
H1.HeaderClassName
{
color: #A4457F;
}
.AnyTagClassName
{
color: #A4457F;
}
</style>
background-color css
<style>
a { background-color: #A4457F; }
a { background-color: rgb(164,69,127); }
div.DivClassName
{
background-color: #A4457F;
}
.BgClassName
{
background-color: #A4457F;
}
</style>
border-color css
<style>
span { border-color: #A4457F; }
span { border-color: rgb(164,69,127); }
td.TdClassName
{
border-color: #A4457F;
}
.TagClassName
{
border-color: #A4457F;
}
</style>