Shades of Medium Orchid #AF61F2
Tints of Medium Orchid #AF61F2
RGB
CMYK
RGB Variations
Color information
#AF61F2 (or 0xAF61F2) is known color: Medium Orchid. HEX triplet: AF, 61 and F2. RGB value is (175,97,242). Sum of RGB (Red+Green+Blue) = 175+97+242=514 (68% of max value = 765). Red value is 175 (68.75% from 255 or 34.05% from 514); Green value is 97 (38.28% from 255 or 18.87% from 514); Blue value is 242 (94.92% from 255 or 47.08% from 514); Max value from RGB is 242 - color contains mainly: blue. Hex color #AF61F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF61F2 is #509E0D. Grayscale: #888888. Windows color (decimal): -5283342 or 15884719. OLE color: 15884719.
HSL color Cylindrical-coordinate representation of color #AF61F2: hue angle of 272.28º degrees, saturation: 0.85, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF61F2 is Cyan = 0.28, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 97 | 242 | - |
| CMYK | 0.28 | 0.60 | 0 | 0.05 |
| HSL | 272.28º | 0.85% | 0.66% | - |
| HSV(B) | 272.28º | 0.6% | 0.95% | - |
| XYZ | 37.98 | 24.07 | 86.65 | - |
| YUV | 136.85 | 187.34 | 155.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 242 | 0.28 | 0.60 | 0 | 0.05 | 272.28 | 0.85 | 0.66 |
| Hex | AF | 61 | F2 | 1C | 3C | 0 | 5 | 110 | 55 | 42 |
| Octal | 257 | 141 | 362 | 34 | 74 | 0 | 5 | 420 | 125 | 102 |
| Binary | 10101111 | 1100001 | 11110010 | 11100 | 111100 | 0 | 101 | 100010000 | 1010101 | 1000010 |
Color Harmonies of #AF61F2
Complementary color
Monochromatic Colors of #AF61F2
Black with #AF61F2
Text Example
Text Example
White with #AF61F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61F2; }
p { color: rgb(175,97,242); }
H1.HeaderClassName
{
color: #AF61F2;
}
.AnyTagClassName
{
color: #AF61F2;
}
</style>
background-color css
<style>
a { background-color: #AF61F2; }
a { background-color: rgb(175,97,242); }
div.DivClassName
{
background-color: #AF61F2;
}
.BgClassName
{
background-color: #AF61F2;
}
</style>
border-color css
<style>
span { border-color: #AF61F2; }
span { border-color: rgb(175,97,242); }
td.TdClassName
{
border-color: #AF61F2;
}
.TagClassName
{
border-color: #AF61F2;
}
</style>