Shades of Royal Heath #AF4F81
Tints of Royal Heath #AF4F81
RGB
CMYK
RGB Variations
Color information
#AF4F81 (or 0xAF4F81) is known color: Royal Heath. HEX triplet: AF, 4F and 81. RGB value is (175,79,129). Sum of RGB (Red+Green+Blue) = 175+79+129=383 (50% of max value = 765). Red value is 175 (68.75% from 255 or 45.69% from 383); Green value is 79 (31.25% from 255 or 20.63% from 383); Blue value is 129 (50.78% from 255 or 33.68% from 383); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F81 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #AF4F81 is #50B07E. Grayscale: #717171. Windows color (decimal): -5288063 or 8474543. OLE color: 8474543.
HSL color Cylindrical-coordinate representation of color #AF4F81: hue angle of 328.75º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #AF4F81 is Cyan = 0, Magento = 0.55, Yellow = 0.26 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 129 | - |
| CMYK | 0 | 0.55 | 0.26 | 0.31 |
| HSL | 328.75º | 0.38% | 0.5% | - |
| HSV(B) | 328.75º | 0.55% | 0.69% | - |
| XYZ | 24.44 | 16.29 | 22.63 | - |
| YUV | 113.4 | 136.8 | 171.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 129 | 0 | 0.55 | 0.26 | 0.31 | 328.75 | 0.38 | 0.5 |
| Hex | AF | 4F | 81 | 0 | 37 | 1A | 1F | 149 | 26 | 32 |
| Octal | 257 | 117 | 201 | 0 | 67 | 32 | 37 | 511 | 46 | 62 |
| Binary | 10101111 | 1001111 | 10000001 | 0 | 110111 | 11010 | 11111 | 101001001 | 100110 | 110010 |
Color Harmonies of #AF4F81
Complementary color
Monochromatic Colors of #AF4F81
Black with #AF4F81
Text Example
Text Example
White with #AF4F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F81; }
p { color: rgb(175,79,129); }
H1.HeaderClassName
{
color: #AF4F81;
}
.AnyTagClassName
{
color: #AF4F81;
}
</style>
background-color css
<style>
a { background-color: #AF4F81; }
a { background-color: rgb(175,79,129); }
div.DivClassName
{
background-color: #AF4F81;
}
.BgClassName
{
background-color: #AF4F81;
}
</style>
border-color css
<style>
span { border-color: #AF4F81; }
span { border-color: rgb(175,79,129); }
td.TdClassName
{
border-color: #AF4F81;
}
.TagClassName
{
border-color: #AF4F81;
}
</style>