Shades of Royal Heath #AF417A
Tints of Royal Heath #AF417A
RGB
CMYK
RGB Variations
Color information
#AF417A (or 0xAF417A) is known color: Royal Heath. HEX triplet: AF, 41 and 7A. RGB value is (175,65,122). Sum of RGB (Red+Green+Blue) = 175+65+122=362 (47% of max value = 765). Red value is 175 (68.75% from 255 or 48.34% from 362); Green value is 65 (25.78% from 255 or 17.96% from 362); Blue value is 122 (48.05% from 255 or 33.70% from 362); Max value from RGB is 175 - color contains mainly: red. Hex color #AF417A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF417A is #50BE85. Grayscale: #686868. Windows color (decimal): -5291654 or 8012207. OLE color: 8012207.
HSL color Cylindrical-coordinate representation of color #AF417A: hue angle of 328.91º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF417A is Cyan = 0, Magento = 0.63, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 65 | 122 | - |
| CMYK | 0 | 0.63 | 0.30 | 0.31 |
| HSL | 328.91º | 0.46% | 0.47% | - |
| HSV(B) | 328.91º | 0.63% | 0.69% | - |
| XYZ | 23.08 | 14.3 | 19.96 | - |
| YUV | 104.39 | 137.94 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 122 | 0 | 0.63 | 0.30 | 0.31 | 328.91 | 0.46 | 0.47 |
| Hex | AF | 41 | 7A | 0 | 3F | 1E | 1F | 149 | 2E | 2F |
| Octal | 257 | 101 | 172 | 0 | 77 | 36 | 37 | 511 | 56 | 57 |
| Binary | 10101111 | 1000001 | 1111010 | 0 | 111111 | 11110 | 11111 | 101001001 | 101110 | 101111 |
Color Harmonies of #AF417A
Complementary color
Monochromatic Colors of #AF417A
Black with #AF417A
Text Example
Text Example
White with #AF417A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF417A; }
p { color: rgb(175,65,122); }
H1.HeaderClassName
{
color: #AF417A;
}
.AnyTagClassName
{
color: #AF417A;
}
</style>
background-color css
<style>
a { background-color: #AF417A; }
a { background-color: rgb(175,65,122); }
div.DivClassName
{
background-color: #AF417A;
}
.BgClassName
{
background-color: #AF417A;
}
</style>
border-color css
<style>
span { border-color: #AF417A; }
span { border-color: rgb(175,65,122); }
td.TdClassName
{
border-color: #AF417A;
}
.TagClassName
{
border-color: #AF417A;
}
</style>