Shades of Medium Orchid #AF42EF
Tints of Medium Orchid #AF42EF
RGB
CMYK
RGB Variations
Color information
#AF42EF (or 0xAF42EF) is known color: Medium Orchid. HEX triplet: AF, 42 and EF. RGB value is (175,66,239). Sum of RGB (Red+Green+Blue) = 175+66+239=480 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.46% from 480); Green value is 66 (26.17% from 255 or 13.75% from 480); Blue value is 239 (93.75% from 255 or 49.79% from 480); Max value from RGB is 239 - color contains mainly: blue. Hex color #AF42EF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF42EF is #50BD10. Grayscale: #757575. Windows color (decimal): -5291281 or 15680175. OLE color: 15680175.
HSL color Cylindrical-coordinate representation of color #AF42EF: hue angle of 277.8º degrees, saturation: 0.84, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #AF42EF is Cyan = 0.27, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 175 | 66 | 239 | - |
| CMYK | 0.27 | 0.72 | 0 | 0.06 |
| HSL | 277.8º | 0.84% | 0.6% | - |
| HSV(B) | 277.8º | 0.72% | 0.94% | - |
| XYZ | 35.21 | 19.24 | 83.52 | - |
| YUV | 118.31 | 196.11 | 168.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 239 | 0.27 | 0.72 | 0 | 0.06 | 277.8 | 0.84 | 0.6 |
| Hex | AF | 42 | EF | 1B | 48 | 0 | 6 | 116 | 54 | 3C |
| Octal | 257 | 102 | 357 | 33 | 110 | 0 | 6 | 426 | 124 | 74 |
| Binary | 10101111 | 1000010 | 11101111 | 11011 | 1001000 | 0 | 110 | 100010110 | 1010100 | 111100 |
Color Harmonies of #AF42EF
Complementary color
Monochromatic Colors of #AF42EF
Black with #AF42EF
Text Example
Text Example
White with #AF42EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42EF; }
p { color: rgb(175,66,239); }
H1.HeaderClassName
{
color: #AF42EF;
}
.AnyTagClassName
{
color: #AF42EF;
}
</style>
background-color css
<style>
a { background-color: #AF42EF; }
a { background-color: rgb(175,66,239); }
div.DivClassName
{
background-color: #AF42EF;
}
.BgClassName
{
background-color: #AF42EF;
}
</style>
border-color css
<style>
span { border-color: #AF42EF; }
span { border-color: rgb(175,66,239); }
td.TdClassName
{
border-color: #AF42EF;
}
.TagClassName
{
border-color: #AF42EF;
}
</style>