Shades of Medium Orchid #AF64D6
Tints of Medium Orchid #AF64D6
RGB
CMYK
RGB Variations
Color information
#AF64D6 (or 0xAF64D6) is known color: Medium Orchid. HEX triplet: AF, 64 and D6. RGB value is (175,100,214). Sum of RGB (Red+Green+Blue) = 175+100+214=489 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.79% from 489); Green value is 100 (39.45% from 255 or 20.45% from 489); Blue value is 214 (83.98% from 255 or 43.76% from 489); Max value from RGB is 214 - color contains mainly: blue. Hex color #AF64D6 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF64D6 is #509B29. Grayscale: #878787. Windows color (decimal): -5282602 or 14050479. OLE color: 14050479.
HSL color Cylindrical-coordinate representation of color #AF64D6: hue angle of 279.47º degrees, saturation: 0.58, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #AF64D6 is Cyan = 0.18, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 100 | 214 | - |
| CMYK | 0.18 | 0.53 | 0 | 0.16 |
| HSL | 279.47º | 0.58% | 0.62% | - |
| HSV(B) | 279.47º | 0.53% | 0.84% | - |
| XYZ | 34.37 | 23.08 | 66.26 | - |
| YUV | 135.42 | 172.35 | 156.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 100 | 214 | 0.18 | 0.53 | 0 | 0.16 | 279.47 | 0.58 | 0.62 |
| Hex | AF | 64 | D6 | 12 | 35 | 0 | 10 | 117 | 3A | 3E |
| Octal | 257 | 144 | 326 | 22 | 65 | 0 | 20 | 427 | 72 | 76 |
| Binary | 10101111 | 1100100 | 11010110 | 10010 | 110101 | 0 | 10000 | 100010111 | 111010 | 111110 |
Color Harmonies of #AF64D6
Complementary color
Monochromatic Colors of #AF64D6
Black with #AF64D6
Text Example
Text Example
White with #AF64D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF64D6; }
p { color: rgb(175,100,214); }
H1.HeaderClassName
{
color: #AF64D6;
}
.AnyTagClassName
{
color: #AF64D6;
}
</style>
background-color css
<style>
a { background-color: #AF64D6; }
a { background-color: rgb(175,100,214); }
div.DivClassName
{
background-color: #AF64D6;
}
.BgClassName
{
background-color: #AF64D6;
}
</style>
border-color css
<style>
span { border-color: #AF64D6; }
span { border-color: rgb(175,100,214); }
td.TdClassName
{
border-color: #AF64D6;
}
.TagClassName
{
border-color: #AF64D6;
}
</style>