Shades of Royal Heath #AF4A7F
Tints of Royal Heath #AF4A7F
RGB
CMYK
RGB Variations
Color information
#AF4A7F (or 0xAF4A7F) is known color: Royal Heath. HEX triplet: AF, 4A and 7F. RGB value is (175,74,127). Sum of RGB (Red+Green+Blue) = 175+74+127=376 (49% of max value = 765). Red value is 175 (68.75% from 255 or 46.54% from 376); Green value is 74 (29.30% from 255 or 19.68% from 376); Blue value is 127 (50% from 255 or 33.78% from 376); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4A7F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4A7F is #50B580. Grayscale: #6E6E6E. Windows color (decimal): -5289345 or 8342191. OLE color: 8342191.
HSL color Cylindrical-coordinate representation of color #AF4A7F: hue angle of 328.51º degrees, saturation: 0.41, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #AF4A7F is Cyan = 0, Magento = 0.58, Yellow = 0.27 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 74 | 127 | - |
| CMYK | 0 | 0.58 | 0.27 | 0.31 |
| HSL | 328.51º | 0.41% | 0.49% | - |
| HSV(B) | 328.51º | 0.58% | 0.69% | - |
| XYZ | 23.96 | 15.54 | 21.82 | - |
| YUV | 110.24 | 137.46 | 174.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 74 | 127 | 0 | 0.58 | 0.27 | 0.31 | 328.51 | 0.41 | 0.49 |
| Hex | AF | 4A | 7F | 0 | 3A | 1B | 1F | 149 | 29 | 31 |
| Octal | 257 | 112 | 177 | 0 | 72 | 33 | 37 | 511 | 51 | 61 |
| Binary | 10101111 | 1001010 | 1111111 | 0 | 111010 | 11011 | 11111 | 101001001 | 101001 | 110001 |
Color Harmonies of #AF4A7F
Complementary color
Monochromatic Colors of #AF4A7F
Black with #AF4A7F
Text Example
Text Example
White with #AF4A7F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4A7F; }
p { color: rgb(175,74,127); }
H1.HeaderClassName
{
color: #AF4A7F;
}
.AnyTagClassName
{
color: #AF4A7F;
}
</style>
background-color css
<style>
a { background-color: #AF4A7F; }
a { background-color: rgb(175,74,127); }
div.DivClassName
{
background-color: #AF4A7F;
}
.BgClassName
{
background-color: #AF4A7F;
}
</style>
border-color css
<style>
span { border-color: #AF4A7F; }
span { border-color: rgb(175,74,127); }
td.TdClassName
{
border-color: #AF4A7F;
}
.TagClassName
{
border-color: #AF4A7F;
}
</style>