Shades of Medium Orchid #AF50FC
Tints of Medium Orchid #AF50FC
RGB
CMYK
RGB Variations
Color information
#AF50FC (or 0xAF50FC) is known color: Medium Orchid. HEX triplet: AF, 50 and FC. RGB value is (175,80,252). Sum of RGB (Red+Green+Blue) = 175+80+252=507 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.52% from 507); Green value is 80 (31.64% from 255 or 15.78% from 507); Blue value is 252 (98.83% from 255 or 49.70% from 507); Max value from RGB is 252 - color contains mainly: blue. Hex color #AF50FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF50FC is #50AF03. Grayscale: #7F7F7F. Windows color (decimal): -5287684 or 16535727. OLE color: 16535727.
HSL color Cylindrical-coordinate representation of color #AF50FC: hue angle of 273.14º degrees, saturation: 0.97, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF50FC is Cyan = 0.31, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 175 | 80 | 252 | - |
| CMYK | 0.31 | 0.68 | 0 | 0.01 |
| HSL | 273.14º | 0.97% | 0.65% | - |
| HSV(B) | 273.14º | 0.68% | 0.99% | - |
| XYZ | 38.12 | 21.88 | 94.31 | - |
| YUV | 128.01 | 197.97 | 161.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 252 | 0.31 | 0.68 | 0 | 0.01 | 273.14 | 0.97 | 0.65 |
| Hex | AF | 50 | FC | 1F | 44 | 0 | 1 | 111 | 61 | 41 |
| Octal | 257 | 120 | 374 | 37 | 104 | 0 | 1 | 421 | 141 | 101 |
| Binary | 10101111 | 1010000 | 11111100 | 11111 | 1000100 | 0 | 1 | 100010001 | 1100001 | 1000001 |
Color Harmonies of #AF50FC
Complementary color
Monochromatic Colors of #AF50FC
Black with #AF50FC
Text Example
Text Example
White with #AF50FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50FC; }
p { color: rgb(175,80,252); }
H1.HeaderClassName
{
color: #AF50FC;
}
.AnyTagClassName
{
color: #AF50FC;
}
</style>
background-color css
<style>
a { background-color: #AF50FC; }
a { background-color: rgb(175,80,252); }
div.DivClassName
{
background-color: #AF50FC;
}
.BgClassName
{
background-color: #AF50FC;
}
</style>
border-color css
<style>
span { border-color: #AF50FC; }
span { border-color: rgb(175,80,252); }
td.TdClassName
{
border-color: #AF50FC;
}
.TagClassName
{
border-color: #AF50FC;
}
</style>