Shades of Royal Heath #AF507B
Tints of Royal Heath #AF507B
RGB
CMYK
RGB Variations
Color information
#AF507B (or 0xAF507B) is known color: Royal Heath. HEX triplet: AF, 50 and 7B. RGB value is (175,80,123). Sum of RGB (Red+Green+Blue) = 175+80+123=378 (50% of max value = 765). Red value is 175 (68.75% from 255 or 46.30% from 378); Green value is 80 (31.64% from 255 or 21.16% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 175 - color contains mainly: red. Hex color #AF507B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF507B is #50AF84. Grayscale: #717171. Windows color (decimal): -5287813 or 8081583. OLE color: 8081583.
HSL color Cylindrical-coordinate representation of color #AF507B: hue angle of 332.84º degrees, saturation: 0.37, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF507B is Cyan = 0, Magento = 0.54, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 80 | 123 | - |
| CMYK | 0 | 0.54 | 0.30 | 0.31 |
| HSL | 332.84º | 0.37% | 0.5% | - |
| HSV(B) | 332.84º | 0.54% | 0.69% | - |
| XYZ | 24.12 | 16.28 | 20.61 | - |
| YUV | 113.31 | 133.47 | 172 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 123 | 0 | 0.54 | 0.30 | 0.31 | 332.84 | 0.37 | 0.5 |
| Hex | AF | 50 | 7B | 0 | 36 | 1E | 1F | 14D | 25 | 32 |
| Octal | 257 | 120 | 173 | 0 | 66 | 36 | 37 | 515 | 45 | 62 |
| Binary | 10101111 | 1010000 | 1111011 | 0 | 110110 | 11110 | 11111 | 101001101 | 100101 | 110010 |
Color Harmonies of #AF507B
Complementary color
Monochromatic Colors of #AF507B
Black with #AF507B
Text Example
Text Example
White with #AF507B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF507B; }
p { color: rgb(175,80,123); }
H1.HeaderClassName
{
color: #AF507B;
}
.AnyTagClassName
{
color: #AF507B;
}
</style>
background-color css
<style>
a { background-color: #AF507B; }
a { background-color: rgb(175,80,123); }
div.DivClassName
{
background-color: #AF507B;
}
.BgClassName
{
background-color: #AF507B;
}
</style>
border-color css
<style>
span { border-color: #AF507B; }
span { border-color: rgb(175,80,123); }
td.TdClassName
{
border-color: #AF507B;
}
.TagClassName
{
border-color: #AF507B;
}
</style>