Shades of Royal Heath #A34880
Tints of Royal Heath #A34880
RGB
CMYK
RGB Variations
Color information
#A34880 (or 0xA34880) is known color: Royal Heath. HEX triplet: A3, 48 and 80. RGB value is (163,72,128). Sum of RGB (Red+Green+Blue) = 163+72+128=363 (48% of max value = 765). Red value is 163 (64.06% from 255 or 44.90% from 363); Green value is 72 (28.52% from 255 or 19.83% from 363); Blue value is 128 (50.39% from 255 or 35.26% from 363); Max value from RGB is 163 - color contains mainly: red. Hex color #A34880 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #A34880 is #5CB77F. Grayscale: #696969. Windows color (decimal): -6076288 or 8407203. OLE color: 8407203.
HSL color Cylindrical-coordinate representation of color #A34880: hue angle of 323.08º degrees, saturation: 0.39, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A34880 is Cyan = 0, Magento = 0.56, Yellow = 0.21 and Black (K on CMYK) = 0.36.
Color convert
| RGB | 163 | 72 | 128 | - |
| CMYK | 0 | 0.56 | 0.21 | 0.36 |
| HSL | 323.08º | 0.39% | 0.46% | - |
| HSV(B) | 323.08º | 0.56% | 0.64% | - |
| XYZ | 21.32 | 13.98 | 22 | - |
| YUV | 105.59 | 140.65 | 168.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 72 | 128 | 0 | 0.56 | 0.21 | 0.36 | 323.08 | 0.39 | 0.46 |
| Hex | A3 | 48 | 80 | 0 | 38 | 15 | 24 | 143 | 27 | 2E |
| Octal | 243 | 110 | 200 | 0 | 70 | 25 | 44 | 503 | 47 | 56 |
| Binary | 10100011 | 1001000 | 10000000 | 0 | 111000 | 10101 | 100100 | 101000011 | 100111 | 101110 |
Color Harmonies of #A34880
Complementary color
Monochromatic Colors of #A34880
Black with #A34880
Text Example
Text Example
White with #A34880
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A34880; }
p { color: rgb(163,72,128); }
H1.HeaderClassName
{
color: #A34880;
}
.AnyTagClassName
{
color: #A34880;
}
</style>
background-color css
<style>
a { background-color: #A34880; }
a { background-color: rgb(163,72,128); }
div.DivClassName
{
background-color: #A34880;
}
.BgClassName
{
background-color: #A34880;
}
</style>
border-color css
<style>
span { border-color: #A34880; }
span { border-color: rgb(163,72,128); }
td.TdClassName
{
border-color: #A34880;
}
.TagClassName
{
border-color: #A34880;
}
</style>