Shades of Royal Heath #AF4271
Tints of Royal Heath #AF4271
RGB
CMYK
RGB Variations
Color information
#AF4271 (or 0xAF4271) is known color: Royal Heath. HEX triplet: AF, 42 and 71. RGB value is (175,66,113). Sum of RGB (Red+Green+Blue) = 175+66+113=354 (46% of max value = 765). Red value is 175 (68.75% from 255 or 49.44% from 354); Green value is 66 (26.17% from 255 or 18.64% from 354); Blue value is 113 (44.53% from 255 or 31.92% from 354); Max value from RGB is 175 - color contains mainly: red. Hex color #AF4271 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #AF4271 is #50BD8E. Grayscale: #676767. Windows color (decimal): -5291407 or 7422639. OLE color: 7422639.
HSL color Cylindrical-coordinate representation of color #AF4271: hue angle of 334.13º 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 #AF4271 is Cyan = 0, Magento = 0.62, Yellow = 0.35 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 175 | 66 | 113 | - |
| CMYK | 0 | 0.62 | 0.35 | 0.31 |
| HSL | 334.13º | 0.45% | 0.47% | - |
| HSV(B) | 334.13º | 0.62% | 0.69% | - |
| XYZ | 22.61 | 14.2 | 17.17 | - |
| YUV | 103.95 | 133.11 | 178.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 113 | 0 | 0.62 | 0.35 | 0.31 | 334.13 | 0.45 | 0.47 |
| Hex | AF | 42 | 71 | 0 | 3E | 23 | 1F | 14E | 2D | 2F |
| Octal | 257 | 102 | 161 | 0 | 76 | 43 | 37 | 516 | 55 | 57 |
| Binary | 10101111 | 1000010 | 1110001 | 0 | 111110 | 100011 | 11111 | 101001110 | 101101 | 101111 |
Color Harmonies of #AF4271
Complementary color
Monochromatic Colors of #AF4271
Black with #AF4271
Text Example
Text Example
White with #AF4271
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4271; }
p { color: rgb(175,66,113); }
H1.HeaderClassName
{
color: #AF4271;
}
.AnyTagClassName
{
color: #AF4271;
}
</style>
background-color css
<style>
a { background-color: #AF4271; }
a { background-color: rgb(175,66,113); }
div.DivClassName
{
background-color: #AF4271;
}
.BgClassName
{
background-color: #AF4271;
}
</style>
border-color css
<style>
span { border-color: #AF4271; }
span { border-color: rgb(175,66,113); }
td.TdClassName
{
border-color: #AF4271;
}
.TagClassName
{
border-color: #AF4271;
}
</style>