Shades of Medium Orchid #AF42DE
Tints of Medium Orchid #AF42DE
RGB
CMYK
RGB Variations
Color information
#AF42DE (or 0xAF42DE) is known color: Medium Orchid. HEX triplet: AF, 42 and DE. RGB value is (175,66,222). Sum of RGB (Red+Green+Blue) = 175+66+222=463 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.80% from 463); Green value is 66 (26.17% from 255 or 14.25% from 463); Blue value is 222 (87.11% from 255 or 47.95% from 463); Max value from RGB is 222 - color contains mainly: blue. Hex color #AF42DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF42DE is #50BD21. Grayscale: #737373. Windows color (decimal): -5291298 or 14566063. OLE color: 14566063.
HSL color Cylindrical-coordinate representation of color #AF42DE: hue angle of 281.92º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF42DE is Cyan = 0.21, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 66 | 222 | - |
| CMYK | 0.21 | 0.70 | 0 | 0.13 |
| HSL | 281.92º | 0.7% | 0.56% | - |
| HSV(B) | 281.92º | 0.7% | 0.87% | - |
| XYZ | 32.81 | 18.28 | 70.91 | - |
| YUV | 116.38 | 187.61 | 169.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 66 | 222 | 0.21 | 0.70 | 0 | 0.13 | 281.92 | 0.7 | 0.56 |
| Hex | AF | 42 | DE | 15 | 46 | 0 | D | 11A | 46 | 38 |
| Octal | 257 | 102 | 336 | 25 | 106 | 0 | 15 | 432 | 106 | 70 |
| Binary | 10101111 | 1000010 | 11011110 | 10101 | 1000110 | 0 | 1101 | 100011010 | 1000110 | 111000 |
Color Harmonies of #AF42DE
Complementary color
Monochromatic Colors of #AF42DE
Black with #AF42DE
Text Example
Text Example
White with #AF42DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF42DE; }
p { color: rgb(175,66,222); }
H1.HeaderClassName
{
color: #AF42DE;
}
.AnyTagClassName
{
color: #AF42DE;
}
</style>
background-color css
<style>
a { background-color: #AF42DE; }
a { background-color: rgb(175,66,222); }
div.DivClassName
{
background-color: #AF42DE;
}
.BgClassName
{
background-color: #AF42DE;
}
</style>
border-color css
<style>
span { border-color: #AF42DE; }
span { border-color: rgb(175,66,222); }
td.TdClassName
{
border-color: #AF42DE;
}
.TagClassName
{
border-color: #AF42DE;
}
</style>