Shades of Medium Orchid #AF64D0
Tints of Medium Orchid #AF64D0
RGB
CMYK
RGB Variations
Color information
#AF64D0 (or 0xAF64D0) is known color: Medium Orchid. HEX triplet: AF, 64 and D0. RGB value is (175,100,208). Sum of RGB (Red+Green+Blue) = 175+100+208=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 100 (39.45% from 255 or 20.70% from 483); Blue value is 208 (81.64% from 255 or 43.06% from 483); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF64D0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64D0 is #509B2F. Grayscale: #868686. Windows color (decimal): -5282608 or 13657263. OLE color: 13657263.
HSL color Cylindrical-coordinate representation of color #AF64D0: hue angle of 281.67º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #AF64D0 is Cyan = 0.16, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 100 | 208 | - |
| CMYK | 0.16 | 0.52 | 0 | 0.18 |
| HSL | 281.67º | 0.53% | 0.6% | - |
| HSV(B) | 281.67º | 0.52% | 0.82% | - |
| XYZ | 33.62 | 22.78 | 62.3 | - |
| YUV | 134.74 | 169.35 | 156.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 208 | 0.16 | 0.52 | 0 | 0.18 | 281.67 | 0.53 | 0.6 |
| Hex | AF | 64 | D0 | 10 | 34 | 0 | 12 | 11A | 35 | 3C |
| Octal | 257 | 144 | 320 | 20 | 64 | 0 | 22 | 432 | 65 | 74 |
| Binary | 10101111 | 1100100 | 11010000 | 10000 | 110100 | 0 | 10010 | 100011010 | 110101 | 111100 |
Color Harmonies of #AF64D0
Complementary color
Monochromatic Colors of #AF64D0
Black with #AF64D0
Text Example
Text Example
White with #AF64D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64D0; }
p { color: rgb(175,100,208); }
H1.HeaderClassName
{
color: #AF64D0;
}
.AnyTagClassName
{
color: #AF64D0;
}
</style>
background-color css
<style>
a { background-color: #AF64D0; }
a { background-color: rgb(175,100,208); }
div.DivClassName
{
background-color: #AF64D0;
}
.BgClassName
{
background-color: #AF64D0;
}
</style>
border-color css
<style>
span { border-color: #AF64D0; }
span { border-color: rgb(175,100,208); }
td.TdClassName
{
border-color: #AF64D0;
}
.TagClassName
{
border-color: #AF64D0;
}
</style>