Shades of Medium Orchid #AF41D3
Tints of Medium Orchid #AF41D3
RGB
CMYK
RGB Variations
Color information
#AF41D3 (or 0xAF41D3) is known color: Medium Orchid. HEX triplet: AF, 41 and D3. RGB value is (175,65,211). Sum of RGB (Red+Green+Blue) = 175+65+211=451 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.80% from 451); Green value is 65 (25.78% from 255 or 14.41% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF41D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41D3 is #50BE2C. Grayscale: #727272. Windows color (decimal): -5291565 or 13844911. OLE color: 13844911.
HSL color Cylindrical-coordinate representation of color #AF41D3: hue angle of 285.21º degrees, saturation: 0.62, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF41D3 is Cyan = 0.17, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 65 | 211 | - |
| CMYK | 0.17 | 0.69 | 0 | 0.17 |
| HSL | 285.21º | 0.62% | 0.54% | - |
| HSV(B) | 285.21º | 0.69% | 0.83% | - |
| XYZ | 31.33 | 17.6 | 63.37 | - |
| YUV | 114.53 | 182.44 | 171.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 211 | 0.17 | 0.69 | 0 | 0.17 | 285.21 | 0.62 | 0.54 |
| Hex | AF | 41 | D3 | 11 | 45 | 0 | 11 | 11D | 3E | 36 |
| Octal | 257 | 101 | 323 | 21 | 105 | 0 | 21 | 435 | 76 | 66 |
| Binary | 10101111 | 1000001 | 11010011 | 10001 | 1000101 | 0 | 10001 | 100011101 | 111110 | 110110 |
Color Harmonies of #AF41D3
Complementary color
Monochromatic Colors of #AF41D3
Black with #AF41D3
Text Example
Text Example
White with #AF41D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41D3; }
p { color: rgb(175,65,211); }
H1.HeaderClassName
{
color: #AF41D3;
}
.AnyTagClassName
{
color: #AF41D3;
}
</style>
background-color css
<style>
a { background-color: #AF41D3; }
a { background-color: rgb(175,65,211); }
div.DivClassName
{
background-color: #AF41D3;
}
.BgClassName
{
background-color: #AF41D3;
}
</style>
border-color css
<style>
span { border-color: #AF41D3; }
span { border-color: rgb(175,65,211); }
td.TdClassName
{
border-color: #AF41D3;
}
.TagClassName
{
border-color: #AF41D3;
}
</style>