Shades of Royal Heath #AF447A
Tints of Royal Heath #AF447A
RGB
CMYK
RGB Variations
Color information
#AF447A (or 0xAF447A) is known color: Royal Heath. HEX triplet: AF, 44 and 7A. RGB value is (175,68,122). Sum of RGB (Red+Green+Blue) = 175+68+122=365 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.95% from 365); Green value is 68 (26.95% from 255 or 18.63% from 365); Blue value is 122 (48.05% from 255 or 33.42% from 365); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447A is #50BB85. Grayscale: #6A6A6A. Windows color (decimal): -5290886 or 8012975. OLE color: 8012975.
HSL color Cylindrical-coordinate representation of color #AF447A: hue angle of 329.72º 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 #AF447A is Cyan = 0, Magento = 0.61, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 122 | - |
| CMYK | 0 | 0.61 | 0.30 | 0.31 |
| HSL | 329.72º | 0.44% | 0.48% | - |
| HSV(B) | 329.72º | 0.61% | 0.69% | - |
| XYZ | 23.26 | 14.65 | 20.01 | - |
| YUV | 106.15 | 136.95 | 177.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 122 | 0 | 0.61 | 0.30 | 0.31 | 329.72 | 0.44 | 0.48 |
| Hex | AF | 44 | 7A | 0 | 3D | 1E | 1F | 14A | 2C | 30 |
| Octal | 257 | 104 | 172 | 0 | 75 | 36 | 37 | 512 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1111010 | 0 | 111101 | 11110 | 11111 | 101001010 | 101100 | 110000 |
Color Harmonies of #AF447A
Complementary color
Monochromatic Colors of #AF447A
Black with #AF447A
Text Example
Text Example
White with #AF447A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF447A; }
p { color: rgb(175,68,122); }
H1.HeaderClassName
{
color: #AF447A;
}
.AnyTagClassName
{
color: #AF447A;
}
</style>
background-color css
<style>
a { background-color: #AF447A; }
a { background-color: rgb(175,68,122); }
div.DivClassName
{
background-color: #AF447A;
}
.BgClassName
{
background-color: #AF447A;
}
</style>
border-color css
<style>
span { border-color: #AF447A; }
span { border-color: rgb(175,68,122); }
td.TdClassName
{
border-color: #AF447A;
}
.TagClassName
{
border-color: #AF447A;
}
</style>