Shades of Royal Heath #A3457E
Tints of Royal Heath #A3457E
RGB
CMYK
RGB Variations
Color information
#A3457E (or 0xA3457E) is known color: Royal Heath. HEX triplet: A3, 45 and 7E. RGB value is (163,69,126). Sum of RGB (Red+Green+Blue) = 163+69+126=358 (47% of max value = 765). Red value is 163 (64.06% from 255 or 45.53% from 358); Green value is 69 (27.34% from 255 or 19.27% from 358); Blue value is 126 (49.61% from 255 or 35.20% from 358); Max value from RGB is 163 - color contains mainly: red. Hex color #A3457E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #A3457E is #5CBA81. Grayscale: #676767. Windows color (decimal): -6077058 or 8275363. OLE color: 8275363.
HSL color Cylindrical-coordinate representation of color #A3457E: hue angle of 323.62º degrees, saturation: 0.41, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A3457E is Cyan = 0, Magento = 0.58, Yellow = 0.23 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 69 | 126 | - |
| CMYK | 0 | 0.58 | 0.23 | 0.36 |
| HSL | 323.62º | 0.41% | 0.45% | - |
| HSV(B) | 323.62º | 0.58% | 0.64% | - |
| XYZ | 21 | 13.55 | 21.25 | - |
| YUV | 103.6 | 140.64 | 170.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 69 | 126 | 0 | 0.58 | 0.23 | 0.36 | 323.62 | 0.41 | 0.45 |
| Hex | A3 | 45 | 7E | 0 | 3A | 17 | 24 | 144 | 29 | 2D |
| Octal | 243 | 105 | 176 | 0 | 72 | 27 | 44 | 504 | 51 | 55 |
| Binary | 10100011 | 1000101 | 1111110 | 0 | 111010 | 10111 | 100100 | 101000100 | 101001 | 101101 |
Color Harmonies of #A3457E
Complementary color
Monochromatic Colors of #A3457E
Black with #A3457E
Text Example
Text Example
White with #A3457E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A3457E; }
p { color: rgb(163,69,126); }
H1.HeaderClassName
{
color: #A3457E;
}
.AnyTagClassName
{
color: #A3457E;
}
</style>
background-color css
<style>
a { background-color: #A3457E; }
a { background-color: rgb(163,69,126); }
div.DivClassName
{
background-color: #A3457E;
}
.BgClassName
{
background-color: #A3457E;
}
</style>
border-color css
<style>
span { border-color: #A3457E; }
span { border-color: rgb(163,69,126); }
td.TdClassName
{
border-color: #A3457E;
}
.TagClassName
{
border-color: #A3457E;
}
</style>