Shades of Royal Heath #AF447B
Tints of Royal Heath #AF447B
RGB
CMYK
RGB Variations
Color information
#AF447B (or 0xAF447B) is known color: Royal Heath. HEX triplet: AF, 44 and 7B. RGB value is (175,68,123). Sum of RGB (Red+Green+Blue) = 175+68+123=366 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.81% from 366); Green value is 68 (26.95% from 255 or 18.58% from 366); Blue value is 123 (48.44% from 255 or 33.61% from 366); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447B is #50BB84. Grayscale: #6A6A6A. Windows color (decimal): -5290885 or 8078511. OLE color: 8078511.
HSL color Cylindrical-coordinate representation of color #AF447B: hue angle of 329.16º degrees, saturation: 0.44, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF447B is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 123 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.31 |
| HSL | 329.16º | 0.44% | 0.48% | - |
| HSV(B) | 329.16º | 0.61% | 0.69% | - |
| XYZ | 23.32 | 14.68 | 20.34 | - |
| YUV | 106.26 | 137.45 | 177.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 123 | 0 | 0.61 | 0.30 | 0.31 | 329.16 | 0.44 | 0.48 |
| Hex | AF | 44 | 7B | 0 | 3D | 1E | 1F | 149 | 2C | 30 |
| Octal | 257 | 104 | 173 | 0 | 75 | 36 | 37 | 511 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1111011 | 0 | 111101 | 11110 | 11111 | 101001001 | 101100 | 110000 |
Color Harmonies of #AF447B
Complementary color
Monochromatic Colors of #AF447B
Black with #AF447B
Text Example
Text Example
White with #AF447B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF447B; }
p { color: rgb(175,68,123); }
H1.HeaderClassName
{
color: #AF447B;
}
.AnyTagClassName
{
color: #AF447B;
}
</style>
background-color css
<style>
a { background-color: #AF447B; }
a { background-color: rgb(175,68,123); }
div.DivClassName
{
background-color: #AF447B;
}
.BgClassName
{
background-color: #AF447B;
}
</style>
border-color css
<style>
span { border-color: #AF447B; }
span { border-color: rgb(175,68,123); }
td.TdClassName
{
border-color: #AF447B;
}
.TagClassName
{
border-color: #AF447B;
}
</style>