Shades of Medium Orchid #AF61C0
Tints of Medium Orchid #AF61C0
RGB
CMYK
RGB Variations
Color information
#AF61C0 (or 0xAF61C0) is known color: Medium Orchid. HEX triplet: AF, 61 and C0. RGB value is (175,97,192). Sum of RGB (Red+Green+Blue) = 175+97+192=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 97 (38.28% from 255 or 20.91% from 464); Blue value is 192 (75.39% from 255 or 41.38% from 464); Max value from RGB is 192 - color contains mainly: blue. Hex color #AF61C0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF61C0 is #509E3F. Grayscale: #828282. Windows color (decimal): -5283392 or 12607919. OLE color: 12607919.
HSL color Cylindrical-coordinate representation of color #AF61C0: hue angle of 289.26º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #AF61C0 is Cyan = 0.09, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 175 | 97 | 192 | - |
| CMYK | 0.09 | 0.49 | 0 | 0.25 |
| HSL | 289.26º | 0.43% | 0.57% | - |
| HSV(B) | 289.26º | 0.49% | 0.75% | - |
| XYZ | 31.47 | 21.47 | 52.35 | - |
| YUV | 131.15 | 162.34 | 159.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 97 | 192 | 0.09 | 0.49 | 0 | 0.25 | 289.26 | 0.43 | 0.57 |
| Hex | AF | 61 | C0 | 9 | 31 | 0 | 19 | 121 | 2B | 39 |
| Octal | 257 | 141 | 300 | 11 | 61 | 0 | 31 | 441 | 53 | 71 |
| Binary | 10101111 | 1100001 | 11000000 | 1001 | 110001 | 0 | 11001 | 100100001 | 101011 | 111001 |
Color Harmonies of #AF61C0
Complementary color
Monochromatic Colors of #AF61C0
Black with #AF61C0
Text Example
Text Example
White with #AF61C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF61C0; }
p { color: rgb(175,97,192); }
H1.HeaderClassName
{
color: #AF61C0;
}
.AnyTagClassName
{
color: #AF61C0;
}
</style>
background-color css
<style>
a { background-color: #AF61C0; }
a { background-color: rgb(175,97,192); }
div.DivClassName
{
background-color: #AF61C0;
}
.BgClassName
{
background-color: #AF61C0;
}
</style>
border-color css
<style>
span { border-color: #AF61C0; }
span { border-color: rgb(175,97,192); }
td.TdClassName
{
border-color: #AF61C0;
}
.TagClassName
{
border-color: #AF61C0;
}
</style>