Shades of Medium Orchid #AF40D1
Tints of Medium Orchid #AF40D1
RGB
CMYK
RGB Variations
Color information
#AF40D1 (or 0xAF40D1) is known color: Medium Orchid. HEX triplet: AF, 40 and D1. RGB value is (175,64,209). Sum of RGB (Red+Green+Blue) = 175+64+209=448 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.06% from 448); Green value is 64 (25.39% from 255 or 14.29% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF40D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40D1 is #50BF2E. Grayscale: #717171. Windows color (decimal): -5291823 or 13713583. OLE color: 13713583.
HSL color Cylindrical-coordinate representation of color #AF40D1: hue angle of 285.93º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF40D1 is Cyan = 0.16, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 64 | 209 | - |
| CMYK | 0.16 | 0.69 | 0 | 0.18 |
| HSL | 285.93º | 0.61% | 0.54% | - |
| HSV(B) | 285.93º | 0.69% | 0.82% | - |
| XYZ | 31.02 | 17.38 | 62.04 | - |
| YUV | 113.72 | 181.77 | 171.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 209 | 0.16 | 0.69 | 0 | 0.18 | 285.93 | 0.61 | 0.54 |
| Hex | AF | 40 | D1 | 10 | 45 | 0 | 12 | 11E | 3D | 36 |
| Octal | 257 | 100 | 321 | 20 | 105 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10101111 | 1000000 | 11010001 | 10000 | 1000101 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #AF40D1
Complementary color
Monochromatic Colors of #AF40D1
Black with #AF40D1
Text Example
Text Example
White with #AF40D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40D1; }
p { color: rgb(175,64,209); }
H1.HeaderClassName
{
color: #AF40D1;
}
.AnyTagClassName
{
color: #AF40D1;
}
</style>
background-color css
<style>
a { background-color: #AF40D1; }
a { background-color: rgb(175,64,209); }
div.DivClassName
{
background-color: #AF40D1;
}
.BgClassName
{
background-color: #AF40D1;
}
</style>
border-color css
<style>
span { border-color: #AF40D1; }
span { border-color: rgb(175,64,209); }
td.TdClassName
{
border-color: #AF40D1;
}
.TagClassName
{
border-color: #AF40D1;
}
</style>