Shades of Medium Orchid #AF60DF
Tints of Medium Orchid #AF60DF
RGB
CMYK
RGB Variations
Color information
#AF60DF (or 0xAF60DF) is known color: Medium Orchid. HEX triplet: AF, 60 and DF. RGB value is (175,96,223). Sum of RGB (Red+Green+Blue) = 175+96+223=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 96 (37.89% from 255 or 19.43% from 494); Blue value is 223 (87.5% from 255 or 45.14% from 494); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF60DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF60DF is #509F20. Grayscale: #858585. Windows color (decimal): -5283617 or 14639279. OLE color: 14639279.
HSL color Cylindrical-coordinate representation of color #AF60DF: hue angle of 277.32º 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 #AF60DF is Cyan = 0.22, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 96 | 223 | - |
| CMYK | 0.22 | 0.57 | 0 | 0.13 |
| HSL | 277.32º | 0.66% | 0.63% | - |
| HSV(B) | 277.32º | 0.57% | 0.87% | - |
| XYZ | 35.18 | 22.81 | 72.36 | - |
| YUV | 134.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 96 | 223 | 0.22 | 0.57 | 0 | 0.13 | 277.32 | 0.66 | 0.63 |
| Hex | AF | 60 | DF | 16 | 39 | 0 | D | 115 | 42 | 3F |
| Octal | 257 | 140 | 337 | 26 | 71 | 0 | 15 | 425 | 102 | 77 |
| Binary | 10101111 | 1100000 | 11011111 | 10110 | 111001 | 0 | 1101 | 100010101 | 1000010 | 111111 |
Color Harmonies of #AF60DF
Complementary color
Monochromatic Colors of #AF60DF
Black with #AF60DF
Text Example
Text Example
White with #AF60DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF60DF; }
p { color: rgb(175,96,223); }
H1.HeaderClassName
{
color: #AF60DF;
}
.AnyTagClassName
{
color: #AF60DF;
}
</style>
background-color css
<style>
a { background-color: #AF60DF; }
a { background-color: rgb(175,96,223); }
div.DivClassName
{
background-color: #AF60DF;
}
.BgClassName
{
background-color: #AF60DF;
}
</style>
border-color css
<style>
span { border-color: #AF60DF; }
span { border-color: rgb(175,96,223); }
td.TdClassName
{
border-color: #AF60DF;
}
.TagClassName
{
border-color: #AF60DF;
}
</style>