Shades of Medium Orchid #AF3FEF
Tints of Medium Orchid #AF3FEF
RGB
CMYK
RGB Variations
Color information
#AF3FEF (or 0xAF3FEF) is known color: Medium Orchid. HEX triplet: AF, 3F and EF. RGB value is (175,63,239). Sum of RGB (Red+Green+Blue) = 175+63+239=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 63 (25% from 255 or 13.21% from 477); Blue value is 239 (93.75% from 255 or 50.10% from 477); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF3FEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3FEF is #50C010. Grayscale: #737373. Windows color (decimal): -5292049 or 15679407. OLE color: 15679407.
HSL color Cylindrical-coordinate representation of color #AF3FEF: hue angle of 278.18º degrees, saturation: 0.85, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #AF3FEF is Cyan = 0.27, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 63 | 239 | - |
| CMYK | 0.27 | 0.74 | 0 | 0.06 |
| HSL | 278.18º | 0.85% | 0.59% | - |
| HSV(B) | 278.18º | 0.74% | 0.94% | - |
| XYZ | 35.04 | 18.9 | 83.46 | - |
| YUV | 116.55 | 197.11 | 169.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 63 | 239 | 0.27 | 0.74 | 0 | 0.06 | 278.18 | 0.85 | 0.59 |
| Hex | AF | 3F | EF | 1B | 4A | 0 | 6 | 116 | 55 | 3B |
| Octal | 257 | 77 | 357 | 33 | 112 | 0 | 6 | 426 | 125 | 73 |
| Binary | 10101111 | 111111 | 11101111 | 11011 | 1001010 | 0 | 110 | 100010110 | 1010101 | 111011 |
Color Harmonies of #AF3FEF
Complementary color
Monochromatic Colors of #AF3FEF
Black with #AF3FEF
Text Example
Text Example
White with #AF3FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3FEF; }
p { color: rgb(175,63,239); }
H1.HeaderClassName
{
color: #AF3FEF;
}
.AnyTagClassName
{
color: #AF3FEF;
}
</style>
background-color css
<style>
a { background-color: #AF3FEF; }
a { background-color: rgb(175,63,239); }
div.DivClassName
{
background-color: #AF3FEF;
}
.BgClassName
{
background-color: #AF3FEF;
}
</style>
border-color css
<style>
span { border-color: #AF3FEF; }
span { border-color: rgb(175,63,239); }
td.TdClassName
{
border-color: #AF3FEF;
}
.TagClassName
{
border-color: #AF3FEF;
}
</style>