Shades of Royal Heath #AF447D
Tints of Royal Heath #AF447D
RGB
CMYK
RGB Variations
Color information
#AF447D (or 0xAF447D) is known color: Royal Heath. HEX triplet: AF, 44 and 7D. RGB value is (175,68,125). Sum of RGB (Red+Green+Blue) = 175+68+125=368 (48% of max value = 765). Red value is 175 (68.75% from 255 or 47.55% from 368); Green value is 68 (26.95% from 255 or 18.48% from 368); Blue value is 125 (49.22% from 255 or 33.97% from 368); Max value from RGB is 175 - color contains mainly: red. Hex color #AF447D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF447D is #50BB82. Grayscale: #6A6A6A. Windows color (decimal): -5290883 or 8209583. OLE color: 8209583.
HSL color Cylindrical-coordinate representation of color #AF447D: hue angle of 328.04º 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 #AF447D is Cyan = 0, Magento = 0.61, Yellow = 0.29 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 68 | 125 | - |
| CMYK | 0 | 0.61 | 0.29 | 0.31 |
| HSL | 328.04º | 0.44% | 0.48% | - |
| HSV(B) | 328.04º | 0.61% | 0.69% | - |
| XYZ | 23.45 | 14.73 | 21.01 | - |
| YUV | 106.49 | 138.45 | 176.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 125 | 0 | 0.61 | 0.29 | 0.31 | 328.04 | 0.44 | 0.48 |
| Hex | AF | 44 | 7D | 0 | 3D | 1D | 1F | 148 | 2C | 30 |
| Octal | 257 | 104 | 175 | 0 | 75 | 35 | 37 | 510 | 54 | 60 |
| Binary | 10101111 | 1000100 | 1111101 | 0 | 111101 | 11101 | 11111 | 101001000 | 101100 | 110000 |
Color Harmonies of #AF447D
Complementary color
Monochromatic Colors of #AF447D
Black with #AF447D
Text Example
Text Example
White with #AF447D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF447D; }
p { color: rgb(175,68,125); }
H1.HeaderClassName
{
color: #AF447D;
}
.AnyTagClassName
{
color: #AF447D;
}
</style>
background-color css
<style>
a { background-color: #AF447D; }
a { background-color: rgb(175,68,125); }
div.DivClassName
{
background-color: #AF447D;
}
.BgClassName
{
background-color: #AF447D;
}
</style>
border-color css
<style>
span { border-color: #AF447D; }
span { border-color: rgb(175,68,125); }
td.TdClassName
{
border-color: #AF447D;
}
.TagClassName
{
border-color: #AF447D;
}
</style>