Shades of Medium Orchid #AF62D7
Tints of Medium Orchid #AF62D7
RGB
CMYK
RGB Variations
Color information
#AF62D7 (or 0xAF62D7) is known color: Medium Orchid. HEX triplet: AF, 62 and D7. RGB value is (175,98,215). Sum of RGB (Red+Green+Blue) = 175+98+215=488 (64% of max value = 765). Red value is 175 (68.75% from 255 or 35.86% from 488); Green value is 98 (38.67% from 255 or 20.08% from 488); Blue value is 215 (84.38% from 255 or 44.06% from 488); Max value from RGB is 215 - color contains mainly: blue. Hex color #AF62D7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62D7 is #509D28. Grayscale: #858585. Windows color (decimal): -5283113 or 14115503. OLE color: 14115503.
HSL color Cylindrical-coordinate representation of color #AF62D7: hue angle of 279.49º degrees, saturation: 0.59, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #AF62D7 is Cyan = 0.19, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 175 | 98 | 215 | - |
| CMYK | 0.19 | 0.54 | 0 | 0.16 |
| HSL | 279.49º | 0.59% | 0.61% | - |
| HSV(B) | 279.49º | 0.54% | 0.84% | - |
| XYZ | 34.31 | 22.76 | 66.87 | - |
| YUV | 134.36 | 173.51 | 156.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 215 | 0.19 | 0.54 | 0 | 0.16 | 279.49 | 0.59 | 0.61 |
| Hex | AF | 62 | D7 | 13 | 36 | 0 | 10 | 117 | 3B | 3D |
| Octal | 257 | 142 | 327 | 23 | 66 | 0 | 20 | 427 | 73 | 75 |
| Binary | 10101111 | 1100010 | 11010111 | 10011 | 110110 | 0 | 10000 | 100010111 | 111011 | 111101 |
Color Harmonies of #AF62D7
Complementary color
Monochromatic Colors of #AF62D7
Black with #AF62D7
Text Example
Text Example
White with #AF62D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62D7; }
p { color: rgb(175,98,215); }
H1.HeaderClassName
{
color: #AF62D7;
}
.AnyTagClassName
{
color: #AF62D7;
}
</style>
background-color css
<style>
a { background-color: #AF62D7; }
a { background-color: rgb(175,98,215); }
div.DivClassName
{
background-color: #AF62D7;
}
.BgClassName
{
background-color: #AF62D7;
}
</style>
border-color css
<style>
span { border-color: #AF62D7; }
span { border-color: rgb(175,98,215); }
td.TdClassName
{
border-color: #AF62D7;
}
.TagClassName
{
border-color: #AF62D7;
}
</style>