Shades of Medium Orchid #AF64D9
Tints of Medium Orchid #AF64D9
RGB
CMYK
RGB Variations
Color information
#AF64D9 (or 0xAF64D9) is known color: Medium Orchid. HEX triplet: AF, 64 and D9. RGB value is (175,100,217). Sum of RGB (Red+Green+Blue) = 175+100+217=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 100 (39.45% from 255 or 20.33% from 492); Blue value is 217 (85.16% from 255 or 44.11% from 492); Max value from RGB is 217 - color contains mainly: blue. Hex color #AF64D9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64D9 is #509B26. Grayscale: #878787. Windows color (decimal): -5282599 or 14247087. OLE color: 14247087.
HSL color Cylindrical-coordinate representation of color #AF64D9: hue angle of 278.46º degrees, saturation: 0.61, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF64D9 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 100 | 217 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.15 |
| HSL | 278.46º | 0.61% | 0.62% | - |
| HSV(B) | 278.46º | 0.54% | 0.85% | - |
| XYZ | 34.76 | 23.24 | 68.3 | - |
| YUV | 135.76 | 173.85 | 155.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 217 | 0.19 | 0.54 | 0 | 0.15 | 278.46 | 0.61 | 0.62 |
| Hex | AF | 64 | D9 | 13 | 36 | 0 | F | 116 | 3D | 3E |
| Octal | 257 | 144 | 331 | 23 | 66 | 0 | 17 | 426 | 75 | 76 |
| Binary | 10101111 | 1100100 | 11011001 | 10011 | 110110 | 0 | 1111 | 100010110 | 111101 | 111110 |
Color Harmonies of #AF64D9
Complementary color
Monochromatic Colors of #AF64D9
Black with #AF64D9
Text Example
Text Example
White with #AF64D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64D9; }
p { color: rgb(175,100,217); }
H1.HeaderClassName
{
color: #AF64D9;
}
.AnyTagClassName
{
color: #AF64D9;
}
</style>
background-color css
<style>
a { background-color: #AF64D9; }
a { background-color: rgb(175,100,217); }
div.DivClassName
{
background-color: #AF64D9;
}
.BgClassName
{
background-color: #AF64D9;
}
</style>
border-color css
<style>
span { border-color: #AF64D9; }
span { border-color: rgb(175,100,217); }
td.TdClassName
{
border-color: #AF64D9;
}
.TagClassName
{
border-color: #AF64D9;
}
</style>