Shades of Medium Orchid #AF59FF
Tints of Medium Orchid #AF59FF
RGB
CMYK
RGB Variations
Color information
#AF59FF (or 0xAF59FF) is known color: Medium Orchid. HEX triplet: AF, 59 and FF. RGB value is (175,89,255). Sum of RGB (Red+Green+Blue) = 175+89+255=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 89 (35.16% from 255 or 17.15% from 519); Blue value is 255 (100% from 255 or 49.13% from 519); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF59FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59FF is #50A600. Grayscale: #858585. Windows color (decimal): -5285377 or 16734639. OLE color: 16734639.
HSL color Cylindrical-coordinate representation of color #AF59FF: hue angle of 271.08º degrees, saturation: 1, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF59FF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 89 | 255 | - |
| CMYK | 0.31 | 0.65 | 0 | 0 |
| HSL | 271.08º | 1% | 0.67% | - |
| HSV(B) | 271.08º | 0.65% | 1% | - |
| XYZ | 39.3 | 23.48 | 97.07 | - |
| YUV | 133.64 | 196.49 | 157.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 255 | 0.31 | 0.65 | 0 | 0 | 271.08 | 1 | 0.67 |
| Hex | AF | 59 | FF | 1F | 41 | 0 | 0 | 10F | 64 | 43 |
| Octal | 257 | 131 | 377 | 37 | 101 | 0 | 0 | 417 | 144 | 103 |
| Binary | 10101111 | 1011001 | 11111111 | 11111 | 1000001 | 0 | 0 | 100001111 | 1100100 | 1000011 |
Color Harmonies of #AF59FF
Complementary color
Monochromatic Colors of #AF59FF
Black with #AF59FF
Text Example
Text Example
White with #AF59FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59FF; }
p { color: rgb(175,89,255); }
H1.HeaderClassName
{
color: #AF59FF;
}
.AnyTagClassName
{
color: #AF59FF;
}
</style>
background-color css
<style>
a { background-color: #AF59FF; }
a { background-color: rgb(175,89,255); }
div.DivClassName
{
background-color: #AF59FF;
}
.BgClassName
{
background-color: #AF59FF;
}
</style>
border-color css
<style>
span { border-color: #AF59FF; }
span { border-color: rgb(175,89,255); }
td.TdClassName
{
border-color: #AF59FF;
}
.TagClassName
{
border-color: #AF59FF;
}
</style>