Shades of Medium Orchid #AF59F2
Tints of Medium Orchid #AF59F2
RGB
CMYK
RGB Variations
Color information
#AF59F2 (or 0xAF59F2) is known color: Medium Orchid. HEX triplet: AF, 59 and F2. RGB value is (175,89,242). Sum of RGB (Red+Green+Blue) = 175+89+242=506 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.58% from 506); Green value is 89 (35.16% from 255 or 17.59% from 506); Blue value is 242 (94.92% from 255 or 47.83% from 506); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF59F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF59F2 is #50A60D. Grayscale: #838383. Windows color (decimal): -5285390 or 15882671. OLE color: 15882671.
HSL color Cylindrical-coordinate representation of color #AF59F2: hue angle of 273.73º degrees, saturation: 0.85, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF59F2 is Cyan = 0.28, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 89 | 242 | - |
| CMYK | 0.28 | 0.63 | 0 | 0.05 |
| HSL | 273.73º | 0.85% | 0.65% | - |
| HSV(B) | 273.73º | 0.63% | 0.95% | - |
| XYZ | 37.28 | 22.67 | 86.42 | - |
| YUV | 132.16 | 189.99 | 158.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 242 | 0.28 | 0.63 | 0 | 0.05 | 273.73 | 0.85 | 0.65 |
| Hex | AF | 59 | F2 | 1C | 3F | 0 | 5 | 112 | 55 | 41 |
| Octal | 257 | 131 | 362 | 34 | 77 | 0 | 5 | 422 | 125 | 101 |
| Binary | 10101111 | 1011001 | 11110010 | 11100 | 111111 | 0 | 101 | 100010010 | 1010101 | 1000001 |
Color Harmonies of #AF59F2
Complementary color
Monochromatic Colors of #AF59F2
Black with #AF59F2
Text Example
Text Example
White with #AF59F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59F2; }
p { color: rgb(175,89,242); }
H1.HeaderClassName
{
color: #AF59F2;
}
.AnyTagClassName
{
color: #AF59F2;
}
</style>
background-color css
<style>
a { background-color: #AF59F2; }
a { background-color: rgb(175,89,242); }
div.DivClassName
{
background-color: #AF59F2;
}
.BgClassName
{
background-color: #AF59F2;
}
</style>
border-color css
<style>
span { border-color: #AF59F2; }
span { border-color: rgb(175,89,242); }
td.TdClassName
{
border-color: #AF59F2;
}
.TagClassName
{
border-color: #AF59F2;
}
</style>