Shades of Royal Heath #AF4A83
Tints of Royal Heath #AF4A83
RGB
CMYK
RGB Variations
Color information
#AF4A83 (or 0xAF4A83) is known color: Royal Heath. HEX triplet: AF, 4A and 83. RGB value is (175,74,131). Sum of RGB (Red+Green+Blue) = 175+74+131=380 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.05% from 380); Green value is 74 (29.30% from 255 or 19.47% from 380); Blue value is 131 (51.56% from 255 or 34.47% from 380); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #AF4A83 is #50B57C. Grayscale: #6E6E6E. Windows color (decimal): -5289341 or 8604335. OLE color: 8604335.
HSL color Cylindrical-coordinate representation of color #AF4A83: hue angle of 326.14º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A83 is Cyan = 0, Magento = 0.58, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 131 | - |
| CMYK | 0 | 0.58 | 0.25 | 0.31 |
| HSL | 326.14º | 0.41% | 0.49% | - |
| HSV(B) | 326.14º | 0.58% | 0.69% | - |
| XYZ | 24.22 | 15.65 | 23.22 | - |
| YUV | 110.7 | 139.46 | 173.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 131 | 0 | 0.58 | 0.25 | 0.31 | 326.14 | 0.41 | 0.49 |
| Hex | AF | 4A | 83 | 0 | 3A | 19 | 1F | 146 | 29 | 31 |
| Octal | 257 | 112 | 203 | 0 | 72 | 31 | 37 | 506 | 51 | 61 |
| Binary | 10101111 | 1001010 | 10000011 | 0 | 111010 | 11001 | 11111 | 101000110 | 101001 | 110001 |
Color Harmonies of #AF4A83
Complementary color
Monochromatic Colors of #AF4A83
Black with #AF4A83
Text Example
Text Example
White with #AF4A83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A83; }
p { color: rgb(175,74,131); }
H1.HeaderClassName
{
color: #AF4A83;
}
.AnyTagClassName
{
color: #AF4A83;
}
</style>
background-color css
<style>
a { background-color: #AF4A83; }
a { background-color: rgb(175,74,131); }
div.DivClassName
{
background-color: #AF4A83;
}
.BgClassName
{
background-color: #AF4A83;
}
</style>
border-color css
<style>
span { border-color: #AF4A83; }
span { border-color: rgb(175,74,131); }
td.TdClassName
{
border-color: #AF4A83;
}
.TagClassName
{
border-color: #AF4A83;
}
</style>