Shades of Medium Orchid #AF51ED
Tints of Medium Orchid #AF51ED
RGB
CMYK
RGB Variations
Color information
#AF51ED (or 0xAF51ED) is known color: Medium Orchid. HEX triplet: AF, 51 and ED. RGB value is (175,81,237). Sum of RGB (Red+Green+Blue) = 175+81+237=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 81 (32.03% from 255 or 16.43% from 493); Blue value is 237 (92.97% from 255 or 48.07% from 493); Max value from RGB is 237 - color contains mainly: blue. Hex color #AF51ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF51ED is #50AE12. Grayscale: #7E7E7E. Windows color (decimal): -5287443 or 15552943. OLE color: 15552943.
HSL color Cylindrical-coordinate representation of color #AF51ED: hue angle of 276.15º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF51ED is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 175 | 81 | 237 | - |
| CMYK | 0.26 | 0.66 | 0 | 0.07 |
| HSL | 276.15º | 0.81% | 0.62% | - |
| HSV(B) | 276.15º | 0.66% | 0.93% | - |
| XYZ | 35.91 | 21.11 | 82.3 | - |
| YUV | 126.89 | 190.14 | 162.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 237 | 0.26 | 0.66 | 0 | 0.07 | 276.15 | 0.81 | 0.62 |
| Hex | AF | 51 | ED | 1A | 42 | 0 | 7 | 114 | 51 | 3E |
| Octal | 257 | 121 | 355 | 32 | 102 | 0 | 7 | 424 | 121 | 76 |
| Binary | 10101111 | 1010001 | 11101101 | 11010 | 1000010 | 0 | 111 | 100010100 | 1010001 | 111110 |
Color Harmonies of #AF51ED
Complementary color
Monochromatic Colors of #AF51ED
Black with #AF51ED
Text Example
Text Example
White with #AF51ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51ED; }
p { color: rgb(175,81,237); }
H1.HeaderClassName
{
color: #AF51ED;
}
.AnyTagClassName
{
color: #AF51ED;
}
</style>
background-color css
<style>
a { background-color: #AF51ED; }
a { background-color: rgb(175,81,237); }
div.DivClassName
{
background-color: #AF51ED;
}
.BgClassName
{
background-color: #AF51ED;
}
</style>
border-color css
<style>
span { border-color: #AF51ED; }
span { border-color: rgb(175,81,237); }
td.TdClassName
{
border-color: #AF51ED;
}
.TagClassName
{
border-color: #AF51ED;
}
</style>