Shades of Royal Heath #AF5383
Tints of Royal Heath #AF5383
RGB
CMYK
RGB Variations
Color information
#AF5383 (or 0xAF5383) is known color: Royal Heath. HEX triplet: AF, 53 and 83. RGB value is (175,83,131). Sum of RGB (Red+Green+Blue) = 175+83+131=389 (51% of max value = 765). Red value is 175 (68.75% from 255 or 44.99% from 389); Green value is 83 (32.81% from 255 or 21.34% from 389); Blue value is 131 (51.56% from 255 or 33.68% from 389); Max value from RGB is 175 - color contains mainly: red. Hex color #AF5383 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF5383 is #50AC7C. Grayscale: #737373. Windows color (decimal): -5287037 or 8606639. OLE color: 8606639.
HSL color Cylindrical-coordinate representation of color #AF5383: hue angle of 328.7º degrees, saturation: 0.37, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF5383 is Cyan = 0, Magento = 0.53, Yellow = 0.25 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 83 | 131 | - |
| CMYK | 0 | 0.53 | 0.25 | 0.31 |
| HSL | 328.7º | 0.37% | 0.51% | - |
| HSV(B) | 328.7º | 0.53% | 0.69% | - |
| XYZ | 24.87 | 16.94 | 23.43 | - |
| YUV | 115.98 | 136.48 | 170.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 83 | 131 | 0 | 0.53 | 0.25 | 0.31 | 328.7 | 0.37 | 0.51 |
| Hex | AF | 53 | 83 | 0 | 35 | 19 | 1F | 149 | 25 | 33 |
| Octal | 257 | 123 | 203 | 0 | 65 | 31 | 37 | 511 | 45 | 63 |
| Binary | 10101111 | 1010011 | 10000011 | 0 | 110101 | 11001 | 11111 | 101001001 | 100101 | 110011 |
Color Harmonies of #AF5383
Complementary color
Monochromatic Colors of #AF5383
Black with #AF5383
Text Example
Text Example
White with #AF5383
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5383; }
p { color: rgb(175,83,131); }
H1.HeaderClassName
{
color: #AF5383;
}
.AnyTagClassName
{
color: #AF5383;
}
</style>
background-color css
<style>
a { background-color: #AF5383; }
a { background-color: rgb(175,83,131); }
div.DivClassName
{
background-color: #AF5383;
}
.BgClassName
{
background-color: #AF5383;
}
</style>
border-color css
<style>
span { border-color: #AF5383; }
span { border-color: rgb(175,83,131); }
td.TdClassName
{
border-color: #AF5383;
}
.TagClassName
{
border-color: #AF5383;
}
</style>