Shades of Medium Orchid #AF61DF
Tints of Medium Orchid #AF61DF
RGB
CMYK
RGB Variations
Color information
#AF61DF (or 0xAF61DF) is known color: Medium Orchid. HEX triplet: AF, 61 and DF. RGB value is (175,97,223). Sum of RGB (Red+Green+Blue) = 175+97+223=495 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.35% from 495); Green value is 97 (38.28% from 255 or 19.60% from 495); Blue value is 223 (87.5% from 255 or 45.05% from 495); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF61DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61DF is #509E20. Grayscale: #868686. Windows color (decimal): -5283361 or 14639535. OLE color: 14639535.
HSL color Cylindrical-coordinate representation of color #AF61DF: hue angle of 277.14º degrees, saturation: 0.66, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #AF61DF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 97 | 223 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.13 |
| HSL | 277.14º | 0.66% | 0.63% | - |
| HSV(B) | 277.14º | 0.57% | 0.87% | - |
| XYZ | 35.27 | 22.99 | 72.39 | - |
| YUV | 134.69 | 177.84 | 156.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 223 | 0.22 | 0.57 | 0 | 0.13 | 277.14 | 0.66 | 0.63 |
| Hex | AF | 61 | DF | 16 | 39 | 0 | D | 115 | 42 | 3F |
| Octal | 257 | 141 | 337 | 26 | 71 | 0 | 15 | 425 | 102 | 77 |
| Binary | 10101111 | 1100001 | 11011111 | 10110 | 111001 | 0 | 1101 | 100010101 | 1000010 | 111111 |
Color Harmonies of #AF61DF
Complementary color
Monochromatic Colors of #AF61DF
Black with #AF61DF
Text Example
Text Example
White with #AF61DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61DF; }
p { color: rgb(175,97,223); }
H1.HeaderClassName
{
color: #AF61DF;
}
.AnyTagClassName
{
color: #AF61DF;
}
</style>
background-color css
<style>
a { background-color: #AF61DF; }
a { background-color: rgb(175,97,223); }
div.DivClassName
{
background-color: #AF61DF;
}
.BgClassName
{
background-color: #AF61DF;
}
</style>
border-color css
<style>
span { border-color: #AF61DF; }
span { border-color: rgb(175,97,223); }
td.TdClassName
{
border-color: #AF61DF;
}
.TagClassName
{
border-color: #AF61DF;
}
</style>