Shades of Royal Heath #AF427B
Tints of Royal Heath #AF427B
RGB
CMYK
RGB Variations
Color information
#AF427B (or 0xAF427B) is known color: Royal Heath. HEX triplet: AF, 42 and 7B. RGB value is (175,66,123). Sum of RGB (Red+Green+Blue) = 175+66+123=364 (48% of max value = 765). Red value is 175 (68.75% from 255 or 48.08% from 364); Green value is 66 (26.17% from 255 or 18.13% from 364); Blue value is 123 (48.44% from 255 or 33.79% from 364); Max value from RGB is 175 - color contains mainly: red. Hex color #AF427B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF427B is #50BD84. Grayscale: #686868. Windows color (decimal): -5291397 or 8077999. OLE color: 8077999.
HSL color Cylindrical-coordinate representation of color #AF427B: hue angle of 328.62º degrees, saturation: 0.45, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF427B is Cyan = 0, Magento = 0.62, Yellow = 0.30 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 123 | - |
| CMYK | 0 | 0.62 | 0.30 | 0.31 |
| HSL | 328.62º | 0.45% | 0.47% | - |
| HSV(B) | 328.62º | 0.62% | 0.69% | - |
| XYZ | 23.2 | 14.44 | 20.3 | - |
| YUV | 105.09 | 138.11 | 177.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 123 | 0 | 0.62 | 0.30 | 0.31 | 328.62 | 0.45 | 0.47 |
| Hex | AF | 42 | 7B | 0 | 3E | 1E | 1F | 149 | 2D | 2F |
| Octal | 257 | 102 | 173 | 0 | 76 | 36 | 37 | 511 | 55 | 57 |
| Binary | 10101111 | 1000010 | 1111011 | 0 | 111110 | 11110 | 11111 | 101001001 | 101101 | 101111 |
Color Harmonies of #AF427B
Complementary color
Monochromatic Colors of #AF427B
Black with #AF427B
Text Example
Text Example
White with #AF427B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF427B; }
p { color: rgb(175,66,123); }
H1.HeaderClassName
{
color: #AF427B;
}
.AnyTagClassName
{
color: #AF427B;
}
</style>
background-color css
<style>
a { background-color: #AF427B; }
a { background-color: rgb(175,66,123); }
div.DivClassName
{
background-color: #AF427B;
}
.BgClassName
{
background-color: #AF427B;
}
</style>
border-color css
<style>
span { border-color: #AF427B; }
span { border-color: rgb(175,66,123); }
td.TdClassName
{
border-color: #AF427B;
}
.TagClassName
{
border-color: #AF427B;
}
</style>