Shades of Medium Orchid #AF3BEF
Tints of Medium Orchid #AF3BEF
RGB
CMYK
RGB Variations
Color information
#AF3BEF (or 0xAF3BEF) is known color: Medium Orchid. HEX triplet: AF, 3B and EF. RGB value is (175,59,239). Sum of RGB (Red+Green+Blue) = 175+59+239=473 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.00% from 473); Green value is 59 (23.44% from 255 or 12.47% from 473); Blue value is 239 (93.75% from 255 or 50.53% from 473); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF3BEF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BEF is #50C410. Grayscale: #717171. Windows color (decimal): -5293073 or 15678383. OLE color: 15678383.
HSL color Cylindrical-coordinate representation of color #AF3BEF: hue angle of 278.67º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3BEF is Cyan = 0.27, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 59 | 239 | - |
| CMYK | 0.27 | 0.75 | 0 | 0.06 |
| HSL | 278.67º | 0.85% | 0.58% | - |
| HSV(B) | 278.67º | 0.75% | 0.94% | - |
| XYZ | 34.82 | 18.47 | 83.39 | - |
| YUV | 114.2 | 198.43 | 171.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 239 | 0.27 | 0.75 | 0 | 0.06 | 278.67 | 0.85 | 0.58 |
| Hex | AF | 3B | EF | 1B | 4B | 0 | 6 | 117 | 55 | 3A |
| Octal | 257 | 73 | 357 | 33 | 113 | 0 | 6 | 427 | 125 | 72 |
| Binary | 10101111 | 111011 | 11101111 | 11011 | 1001011 | 0 | 110 | 100010111 | 1010101 | 111010 |
Color Harmonies of #AF3BEF
Complementary color
Monochromatic Colors of #AF3BEF
Black with #AF3BEF
Text Example
Text Example
White with #AF3BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BEF; }
p { color: rgb(175,59,239); }
H1.HeaderClassName
{
color: #AF3BEF;
}
.AnyTagClassName
{
color: #AF3BEF;
}
</style>
background-color css
<style>
a { background-color: #AF3BEF; }
a { background-color: rgb(175,59,239); }
div.DivClassName
{
background-color: #AF3BEF;
}
.BgClassName
{
background-color: #AF3BEF;
}
</style>
border-color css
<style>
span { border-color: #AF3BEF; }
span { border-color: rgb(175,59,239); }
td.TdClassName
{
border-color: #AF3BEF;
}
.TagClassName
{
border-color: #AF3BEF;
}
</style>