Shades of Medium Orchid #AF4FEF
Tints of Medium Orchid #AF4FEF
RGB
CMYK
RGB Variations
Color information
#AF4FEF (or 0xAF4FEF) is known color: Medium Orchid. HEX triplet: AF, 4F and EF. RGB value is (175,79,239). Sum of RGB (Red+Green+Blue) = 175+79+239=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 79 (31.25% from 255 or 16.02% from 493); Blue value is 239 (93.75% from 255 or 48.48% from 493); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF4FEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4FEF is #50B010. Grayscale: #7D7D7D. Windows color (decimal): -5287953 or 15683503. OLE color: 15683503.
HSL color Cylindrical-coordinate representation of color #AF4FEF: hue angle of 276º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF4FEF is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 79 | 239 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.06 |
| HSL | 276º | 0.83% | 0.62% | - |
| HSV(B) | 276º | 0.67% | 0.94% | - |
| XYZ | 36.06 | 20.94 | 83.8 | - |
| YUV | 125.94 | 191.8 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 79 | 239 | 0.27 | 0.67 | 0 | 0.06 | 276 | 0.83 | 0.62 |
| Hex | AF | 4F | EF | 1B | 43 | 0 | 6 | 114 | 53 | 3E |
| Octal | 257 | 117 | 357 | 33 | 103 | 0 | 6 | 424 | 123 | 76 |
| Binary | 10101111 | 1001111 | 11101111 | 11011 | 1000011 | 0 | 110 | 100010100 | 1010011 | 111110 |
Color Harmonies of #AF4FEF
Complementary color
Monochromatic Colors of #AF4FEF
Black with #AF4FEF
Text Example
Text Example
White with #AF4FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4FEF; }
p { color: rgb(175,79,239); }
H1.HeaderClassName
{
color: #AF4FEF;
}
.AnyTagClassName
{
color: #AF4FEF;
}
</style>
background-color css
<style>
a { background-color: #AF4FEF; }
a { background-color: rgb(175,79,239); }
div.DivClassName
{
background-color: #AF4FEF;
}
.BgClassName
{
background-color: #AF4FEF;
}
</style>
border-color css
<style>
span { border-color: #AF4FEF; }
span { border-color: rgb(175,79,239); }
td.TdClassName
{
border-color: #AF4FEF;
}
.TagClassName
{
border-color: #AF4FEF;
}
</style>