Shades of Medium Orchid #AF68C0
Tints of Medium Orchid #AF68C0
RGB
CMYK
RGB Variations
Color information
#AF68C0 (or 0xAF68C0) is known color: Medium Orchid. HEX triplet: AF, 68 and C0. RGB value is (175,104,192). Sum of RGB (Red+Green+Blue) = 175+104+192=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 104 (41.02% from 255 or 22.08% from 471); Blue value is 192 (75.39% from 255 or 40.76% from 471); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF68C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68C0 is #50973F. Grayscale: #868686. Windows color (decimal): -5281600 or 12609711. OLE color: 12609711.
HSL color Cylindrical-coordinate representation of color #AF68C0: hue angle of 288.41º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF68C0 is Cyan = 0.09, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 104 | 192 | - |
| CMYK | 0.09 | 0.46 | 0 | 0.25 |
| HSL | 288.41º | 0.41% | 0.58% | - |
| HSV(B) | 288.41º | 0.46% | 0.75% | - |
| XYZ | 32.14 | 22.82 | 52.58 | - |
| YUV | 135.26 | 160.02 | 156.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 192 | 0.09 | 0.46 | 0 | 0.25 | 288.41 | 0.41 | 0.58 |
| Hex | AF | 68 | C0 | 9 | 2E | 0 | 19 | 120 | 29 | 3A |
| Octal | 257 | 150 | 300 | 11 | 56 | 0 | 31 | 440 | 51 | 72 |
| Binary | 10101111 | 1101000 | 11000000 | 1001 | 101110 | 0 | 11001 | 100100000 | 101001 | 111010 |
Color Harmonies of #AF68C0
Complementary color
Monochromatic Colors of #AF68C0
Black with #AF68C0
Text Example
Text Example
White with #AF68C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68C0; }
p { color: rgb(175,104,192); }
H1.HeaderClassName
{
color: #AF68C0;
}
.AnyTagClassName
{
color: #AF68C0;
}
</style>
background-color css
<style>
a { background-color: #AF68C0; }
a { background-color: rgb(175,104,192); }
div.DivClassName
{
background-color: #AF68C0;
}
.BgClassName
{
background-color: #AF68C0;
}
</style>
border-color css
<style>
span { border-color: #AF68C0; }
span { border-color: rgb(175,104,192); }
td.TdClassName
{
border-color: #AF68C0;
}
.TagClassName
{
border-color: #AF68C0;
}
</style>