Shades of Medium Orchid #AF61DD
Tints of Medium Orchid #AF61DD
RGB
CMYK
RGB Variations
Color information
#AF61DD (or 0xAF61DD) is known color: Medium Orchid. HEX triplet: AF, 61 and DD. RGB value is (175,97,221). Sum of RGB (Red+Green+Blue) = 175+97+221=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 97 (38.28% from 255 or 19.68% from 493); Blue value is 221 (86.72% from 255 or 44.83% from 493); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF61DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DD is #509E22. Grayscale: #868686. Windows color (decimal): -5283363 or 14508463. OLE color: 14508463.
HSL color Cylindrical-coordinate representation of color #AF61DD: hue angle of 277.74º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #AF61DD is Cyan = 0.21, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 97 | 221 | - |
| CMYK | 0.21 | 0.56 | 0 | 0.13 |
| HSL | 277.74º | 0.65% | 0.62% | - |
| HSV(B) | 277.74º | 0.56% | 0.87% | - |
| XYZ | 35.01 | 22.88 | 70.98 | - |
| YUV | 134.46 | 176.84 | 156.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 221 | 0.21 | 0.56 | 0 | 0.13 | 277.74 | 0.65 | 0.62 |
| Hex | AF | 61 | DD | 15 | 38 | 0 | D | 116 | 41 | 3E |
| Octal | 257 | 141 | 335 | 25 | 70 | 0 | 15 | 426 | 101 | 76 |
| Binary | 10101111 | 1100001 | 11011101 | 10101 | 111000 | 0 | 1101 | 100010110 | 1000001 | 111110 |
Color Harmonies of #AF61DD
Complementary color
Monochromatic Colors of #AF61DD
Black with #AF61DD
Text Example
Text Example
White with #AF61DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61DD; }
p { color: rgb(175,97,221); }
H1.HeaderClassName
{
color: #AF61DD;
}
.AnyTagClassName
{
color: #AF61DD;
}
</style>
background-color css
<style>
a { background-color: #AF61DD; }
a { background-color: rgb(175,97,221); }
div.DivClassName
{
background-color: #AF61DD;
}
.BgClassName
{
background-color: #AF61DD;
}
</style>
border-color css
<style>
span { border-color: #AF61DD; }
span { border-color: rgb(175,97,221); }
td.TdClassName
{
border-color: #AF61DD;
}
.TagClassName
{
border-color: #AF61DD;
}
</style>