Shades of Royal Heath #AF4F7B
Tints of Royal Heath #AF4F7B
RGB
CMYK
RGB Variations
Color information
#AF4F7B (or 0xAF4F7B) is known color: Royal Heath. HEX triplet: AF, 4F and 7B. RGB value is (175,79,123). Sum of RGB (Red+Green+Blue) = 175+79+123=377 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.42% from 377); Green value is 79 (31.25% from 255 or 20.95% from 377); Blue value is 123 (48.44% from 255 or 32.63% from 377); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4F7B is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #AF4F7B is #50B084. Grayscale: #707070. Windows color (decimal): -5288069 or 8081327. OLE color: 8081327.
HSL color Cylindrical-coordinate representation of color #AF4F7B: hue angle of 332.5º 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 #AF4F7B is Cyan = 0, Magento = 0.55, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 79 | 123 | - |
| CMYK | 0 | 0.55 | 0.30 | 0.31 |
| HSL | 332.5º | 0.38% | 0.5% | - |
| HSV(B) | 332.5º | 0.55% | 0.69% | - |
| XYZ | 24.05 | 16.14 | 20.59 | - |
| YUV | 112.72 | 133.8 | 172.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 123 | 0 | 0.55 | 0.30 | 0.31 | 332.5 | 0.38 | 0.5 |
| Hex | AF | 4F | 7B | 0 | 37 | 1E | 1F | 14C | 26 | 32 |
| Octal | 257 | 117 | 173 | 0 | 67 | 36 | 37 | 514 | 46 | 62 |
| Binary | 10101111 | 1001111 | 1111011 | 0 | 110111 | 11110 | 11111 | 101001100 | 100110 | 110010 |
Color Harmonies of #AF4F7B
Complementary color
Monochromatic Colors of #AF4F7B
Black with #AF4F7B
Text Example
Text Example
White with #AF4F7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4F7B; }
p { color: rgb(175,79,123); }
H1.HeaderClassName
{
color: #AF4F7B;
}
.AnyTagClassName
{
color: #AF4F7B;
}
</style>
background-color css
<style>
a { background-color: #AF4F7B; }
a { background-color: rgb(175,79,123); }
div.DivClassName
{
background-color: #AF4F7B;
}
.BgClassName
{
background-color: #AF4F7B;
}
</style>
border-color css
<style>
span { border-color: #AF4F7B; }
span { border-color: rgb(175,79,123); }
td.TdClassName
{
border-color: #AF4F7B;
}
.TagClassName
{
border-color: #AF4F7B;
}
</style>