Shades of Medium Orchid #AF50FA
Tints of Medium Orchid #AF50FA
RGB
CMYK
RGB Variations
Color information
#AF50FA (or 0xAF50FA) is known color: Medium Orchid. HEX triplet: AF, 50 and FA. RGB value is (175,80,250). Sum of RGB (Red+Green+Blue) = 175+80+250=505 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.65% from 505); Green value is 80 (31.64% from 255 or 15.84% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF50FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50FA is #50AF05. Grayscale: #7F7F7F. Windows color (decimal): -5287686 or 16404655. OLE color: 16404655.
HSL color Cylindrical-coordinate representation of color #AF50FA: hue angle of 273.53º degrees, saturation: 0.94, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF50FA is Cyan = 0.3, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 80 | 250 | - |
| CMYK | 0.3 | 0.68 | 0 | 0.02 |
| HSL | 273.53º | 0.94% | 0.65% | - |
| HSV(B) | 273.53º | 0.68% | 0.98% | - |
| XYZ | 37.8 | 21.75 | 92.65 | - |
| YUV | 127.79 | 196.97 | 161.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 250 | 0.3 | 0.68 | 0 | 0.02 | 273.53 | 0.94 | 0.65 |
| Hex | AF | 50 | FA | 1E | 44 | 0 | 2 | 112 | 5E | 41 |
| Octal | 257 | 120 | 372 | 36 | 104 | 0 | 2 | 422 | 136 | 101 |
| Binary | 10101111 | 1010000 | 11111010 | 11110 | 1000100 | 0 | 10 | 100010010 | 1011110 | 1000001 |
Color Harmonies of #AF50FA
Complementary color
Monochromatic Colors of #AF50FA
Black with #AF50FA
Text Example
Text Example
White with #AF50FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50FA; }
p { color: rgb(175,80,250); }
H1.HeaderClassName
{
color: #AF50FA;
}
.AnyTagClassName
{
color: #AF50FA;
}
</style>
background-color css
<style>
a { background-color: #AF50FA; }
a { background-color: rgb(175,80,250); }
div.DivClassName
{
background-color: #AF50FA;
}
.BgClassName
{
background-color: #AF50FA;
}
</style>
border-color css
<style>
span { border-color: #AF50FA; }
span { border-color: rgb(175,80,250); }
td.TdClassName
{
border-color: #AF50FA;
}
.TagClassName
{
border-color: #AF50FA;
}
</style>