Shades of Medium Orchid #AF68D0
Tints of Medium Orchid #AF68D0
RGB
CMYK
RGB Variations
Color information
#AF68D0 (or 0xAF68D0) is known color: Medium Orchid. HEX triplet: AF, 68 and D0. RGB value is (175,104,208). Sum of RGB (Red+Green+Blue) = 175+104+208=487 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.93% from 487); Green value is 104 (41.02% from 255 or 21.36% from 487); Blue value is 208 (81.64% from 255 or 42.71% from 487); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF68D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF68D0 is #50972F. Grayscale: #888888. Windows color (decimal): -5281584 or 13658287. OLE color: 13658287.
HSL color Cylindrical-coordinate representation of color #AF68D0: hue angle of 280.96º degrees, saturation: 0.53, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #AF68D0 is Cyan = 0.16, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 104 | 208 | - |
| CMYK | 0.16 | 0.5 | 0 | 0.18 |
| HSL | 280.96º | 0.53% | 0.61% | - |
| HSV(B) | 280.96º | 0.5% | 0.82% | - |
| XYZ | 34.01 | 23.57 | 62.43 | - |
| YUV | 137.09 | 168.02 | 155.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 104 | 208 | 0.16 | 0.5 | 0 | 0.18 | 280.96 | 0.53 | 0.61 |
| Hex | AF | 68 | D0 | 10 | 32 | 0 | 12 | 119 | 35 | 3D |
| Octal | 257 | 150 | 320 | 20 | 62 | 0 | 22 | 431 | 65 | 75 |
| Binary | 10101111 | 1101000 | 11010000 | 10000 | 110010 | 0 | 10010 | 100011001 | 110101 | 111101 |
Color Harmonies of #AF68D0
Complementary color
Monochromatic Colors of #AF68D0
Black with #AF68D0
Text Example
Text Example
White with #AF68D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF68D0; }
p { color: rgb(175,104,208); }
H1.HeaderClassName
{
color: #AF68D0;
}
.AnyTagClassName
{
color: #AF68D0;
}
</style>
background-color css
<style>
a { background-color: #AF68D0; }
a { background-color: rgb(175,104,208); }
div.DivClassName
{
background-color: #AF68D0;
}
.BgClassName
{
background-color: #AF68D0;
}
</style>
border-color css
<style>
span { border-color: #AF68D0; }
span { border-color: rgb(175,104,208); }
td.TdClassName
{
border-color: #AF68D0;
}
.TagClassName
{
border-color: #AF68D0;
}
</style>