Shades of Medium Orchid #AF51E5
Tints of Medium Orchid #AF51E5
RGB
CMYK
RGB Variations
Color information
#AF51E5 (or 0xAF51E5) is known color: Medium Orchid. HEX triplet: AF, 51 and E5. RGB value is (175,81,229). Sum of RGB (Red+Green+Blue) = 175+81+229=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 81 (32.03% from 255 or 16.70% from 485); Blue value is 229 (89.84% from 255 or 47.22% from 485); Max value from RGB is 229 - color contains mainly: blue. Hex color #AF51E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51E5 is #50AE1A. Grayscale: #7D7D7D. Windows color (decimal): -5287451 or 15028655. OLE color: 15028655.
HSL color Cylindrical-coordinate representation of color #AF51E5: hue angle of 278.11º degrees, saturation: 0.74, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF51E5 is Cyan = 0.24, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 81 | 229 | - |
| CMYK | 0.24 | 0.65 | 0 | 0.10 |
| HSL | 278.11º | 0.74% | 0.61% | - |
| HSV(B) | 278.11º | 0.65% | 0.9% | - |
| XYZ | 34.76 | 20.66 | 76.28 | - |
| YUV | 125.98 | 186.14 | 162.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 229 | 0.24 | 0.65 | 0 | 0.10 | 278.11 | 0.74 | 0.61 |
| Hex | AF | 51 | E5 | 18 | 41 | 0 | A | 116 | 4A | 3D |
| Octal | 257 | 121 | 345 | 30 | 101 | 0 | 12 | 426 | 112 | 75 |
| Binary | 10101111 | 1010001 | 11100101 | 11000 | 1000001 | 0 | 1010 | 100010110 | 1001010 | 111101 |
Color Harmonies of #AF51E5
Complementary color
Monochromatic Colors of #AF51E5
Black with #AF51E5
Text Example
Text Example
White with #AF51E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51E5; }
p { color: rgb(175,81,229); }
H1.HeaderClassName
{
color: #AF51E5;
}
.AnyTagClassName
{
color: #AF51E5;
}
</style>
background-color css
<style>
a { background-color: #AF51E5; }
a { background-color: rgb(175,81,229); }
div.DivClassName
{
background-color: #AF51E5;
}
.BgClassName
{
background-color: #AF51E5;
}
</style>
border-color css
<style>
span { border-color: #AF51E5; }
span { border-color: rgb(175,81,229); }
td.TdClassName
{
border-color: #AF51E5;
}
.TagClassName
{
border-color: #AF51E5;
}
</style>