Shades of Medium Orchid #AF60DD
Tints of Medium Orchid #AF60DD
RGB
CMYK
RGB Variations
Color information
#AF60DD (or 0xAF60DD) is known color: Medium Orchid. HEX triplet: AF, 60 and DD. RGB value is (175,96,221). Sum of RGB (Red+Green+Blue) = 175+96+221=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 96 (37.89% from 255 or 19.51% from 492); Blue value is 221 (86.72% from 255 or 44.92% from 492); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF60DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DD is #509F22. Grayscale: #858585. Windows color (decimal): -5283619 or 14508207. OLE color: 14508207.
HSL color Cylindrical-coordinate representation of color #AF60DD: hue angle of 277.92º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF60DD is Cyan = 0.21, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 96 | 221 | - |
| CMYK | 0.21 | 0.57 | 0 | 0.13 |
| HSL | 277.92º | 0.65% | 0.62% | - |
| HSV(B) | 277.92º | 0.57% | 0.87% | - |
| XYZ | 34.91 | 22.7 | 70.95 | - |
| YUV | 133.87 | 177.17 | 157.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 221 | 0.21 | 0.57 | 0 | 0.13 | 277.92 | 0.65 | 0.62 |
| Hex | AF | 60 | DD | 15 | 39 | 0 | D | 116 | 41 | 3E |
| Octal | 257 | 140 | 335 | 25 | 71 | 0 | 15 | 426 | 101 | 76 |
| Binary | 10101111 | 1100000 | 11011101 | 10101 | 111001 | 0 | 1101 | 100010110 | 1000001 | 111110 |
Color Harmonies of #AF60DD
Complementary color
Monochromatic Colors of #AF60DD
Black with #AF60DD
Text Example
Text Example
White with #AF60DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60DD; }
p { color: rgb(175,96,221); }
H1.HeaderClassName
{
color: #AF60DD;
}
.AnyTagClassName
{
color: #AF60DD;
}
</style>
background-color css
<style>
a { background-color: #AF60DD; }
a { background-color: rgb(175,96,221); }
div.DivClassName
{
background-color: #AF60DD;
}
.BgClassName
{
background-color: #AF60DD;
}
</style>
border-color css
<style>
span { border-color: #AF60DD; }
span { border-color: rgb(175,96,221); }
td.TdClassName
{
border-color: #AF60DD;
}
.TagClassName
{
border-color: #AF60DD;
}
</style>