Shades of Medium Orchid #AF68BF
Tints of Medium Orchid #AF68BF
RGB
CMYK
RGB Variations
Color information
#AF68BF (or 0xAF68BF) is known color: Medium Orchid. HEX triplet: AF, 68 and BF. RGB value is (175,104,191). Sum of RGB (Red+Green+Blue) = 175+104+191=470 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.23% from 470); Green value is 104 (41.02% from 255 or 22.13% from 470); Blue value is 191 (75% from 255 or 40.64% from 470); Max value from RGB is 191 - color contains mainly: blue. Hex color #AF68BF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68BF is #509740. Grayscale: #868686. Windows color (decimal): -5281601 or 12544175. OLE color: 12544175.
HSL color Cylindrical-coordinate representation of color #AF68BF: hue angle of 288.97º degrees, saturation: 0.4, 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 #AF68BF is Cyan = 0.08, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 104 | 191 | - |
| CMYK | 0.08 | 0.46 | 0 | 0.25 |
| HSL | 288.97º | 0.4% | 0.58% | - |
| HSV(B) | 288.97º | 0.46% | 0.75% | - |
| XYZ | 32.03 | 22.78 | 52 | - |
| YUV | 135.15 | 159.52 | 156.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 191 | 0.08 | 0.46 | 0 | 0.25 | 288.97 | 0.4 | 0.58 |
| Hex | AF | 68 | BF | 8 | 2E | 0 | 19 | 121 | 28 | 3A |
| Octal | 257 | 150 | 277 | 10 | 56 | 0 | 31 | 441 | 50 | 72 |
| Binary | 10101111 | 1101000 | 10111111 | 1000 | 101110 | 0 | 11001 | 100100001 | 101000 | 111010 |
Color Harmonies of #AF68BF
Complementary color
Monochromatic Colors of #AF68BF
Black with #AF68BF
Text Example
Text Example
White with #AF68BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68BF; }
p { color: rgb(175,104,191); }
H1.HeaderClassName
{
color: #AF68BF;
}
.AnyTagClassName
{
color: #AF68BF;
}
</style>
background-color css
<style>
a { background-color: #AF68BF; }
a { background-color: rgb(175,104,191); }
div.DivClassName
{
background-color: #AF68BF;
}
.BgClassName
{
background-color: #AF68BF;
}
</style>
border-color css
<style>
span { border-color: #AF68BF; }
span { border-color: rgb(175,104,191); }
td.TdClassName
{
border-color: #AF68BF;
}
.TagClassName
{
border-color: #AF68BF;
}
</style>