Shades of Medium Orchid #AF6DC9
Tints of Medium Orchid #AF6DC9
RGB
CMYK
RGB Variations
Color information
#AF6DC9 (or 0xAF6DC9) is known color: Medium Orchid. HEX triplet: AF, 6D and C9. RGB value is (175,109,201). Sum of RGB (Red+Green+Blue) = 175+109+201=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 109 (42.97% from 255 or 22.47% from 485); Blue value is 201 (78.91% from 255 or 41.44% from 485); Max value from RGB is 201 - color contains mainly: blue. Hex color #AF6DC9 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF6DC9 is #509236. Grayscale: #8A8A8A. Windows color (decimal): -5280311 or 13200815. OLE color: 13200815.
HSL color Cylindrical-coordinate representation of color #AF6DC9: hue angle of 283.04º degrees, saturation: 0.46, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #AF6DC9 is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 175 | 109 | 201 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.21 |
| HSL | 283.04º | 0.46% | 0.61% | - |
| HSV(B) | 283.04º | 0.46% | 0.79% | - |
| XYZ | 33.69 | 24.27 | 58.17 | - |
| YUV | 139.22 | 162.87 | 153.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 109 | 201 | 0.13 | 0.46 | 0 | 0.21 | 283.04 | 0.46 | 0.61 |
| Hex | AF | 6D | C9 | D | 2E | 0 | 15 | 11B | 2E | 3D |
| Octal | 257 | 155 | 311 | 15 | 56 | 0 | 25 | 433 | 56 | 75 |
| Binary | 10101111 | 1101101 | 11001001 | 1101 | 101110 | 0 | 10101 | 100011011 | 101110 | 111101 |
Color Harmonies of #AF6DC9
Complementary color
Monochromatic Colors of #AF6DC9
Black with #AF6DC9
Text Example
Text Example
White with #AF6DC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF6DC9; }
p { color: rgb(175,109,201); }
H1.HeaderClassName
{
color: #AF6DC9;
}
.AnyTagClassName
{
color: #AF6DC9;
}
</style>
background-color css
<style>
a { background-color: #AF6DC9; }
a { background-color: rgb(175,109,201); }
div.DivClassName
{
background-color: #AF6DC9;
}
.BgClassName
{
background-color: #AF6DC9;
}
</style>
border-color css
<style>
span { border-color: #AF6DC9; }
span { border-color: rgb(175,109,201); }
td.TdClassName
{
border-color: #AF6DC9;
}
.TagClassName
{
border-color: #AF6DC9;
}
</style>