Shades of Medium Orchid #AF62C9
Tints of Medium Orchid #AF62C9
RGB
CMYK
RGB Variations
Color information
#AF62C9 (or 0xAF62C9) is known color: Medium Orchid. HEX triplet: AF, 62 and C9. RGB value is (175,98,201). Sum of RGB (Red+Green+Blue) = 175+98+201=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 98 (38.67% from 255 or 20.68% from 474); Blue value is 201 (78.91% from 255 or 42.41% from 474); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF62C9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF62C9 is #509D36. Grayscale: #848484. Windows color (decimal): -5283127 or 13197999. OLE color: 13197999.
HSL color Cylindrical-coordinate representation of color #AF62C9: hue angle of 284.85º degrees, saturation: 0.49, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #AF62C9 is Cyan = 0.13, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 98 | 201 | - |
| CMYK | 0.13 | 0.51 | 0 | 0.21 |
| HSL | 284.85º | 0.49% | 0.59% | - |
| HSV(B) | 284.85º | 0.51% | 0.79% | - |
| XYZ | 32.59 | 22.07 | 57.8 | - |
| YUV | 132.77 | 166.51 | 158.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 98 | 201 | 0.13 | 0.51 | 0 | 0.21 | 284.85 | 0.49 | 0.59 |
| Hex | AF | 62 | C9 | D | 33 | 0 | 15 | 11D | 31 | 3B |
| Octal | 257 | 142 | 311 | 15 | 63 | 0 | 25 | 435 | 61 | 73 |
| Binary | 10101111 | 1100010 | 11001001 | 1101 | 110011 | 0 | 10101 | 100011101 | 110001 | 111011 |
Color Harmonies of #AF62C9
Complementary color
Monochromatic Colors of #AF62C9
Black with #AF62C9
Text Example
Text Example
White with #AF62C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF62C9; }
p { color: rgb(175,98,201); }
H1.HeaderClassName
{
color: #AF62C9;
}
.AnyTagClassName
{
color: #AF62C9;
}
</style>
background-color css
<style>
a { background-color: #AF62C9; }
a { background-color: rgb(175,98,201); }
div.DivClassName
{
background-color: #AF62C9;
}
.BgClassName
{
background-color: #AF62C9;
}
</style>
border-color css
<style>
span { border-color: #AF62C9; }
span { border-color: rgb(175,98,201); }
td.TdClassName
{
border-color: #AF62C9;
}
.TagClassName
{
border-color: #AF62C9;
}
</style>