Shades of Medium Orchid #AF3ED1
Tints of Medium Orchid #AF3ED1
RGB
CMYK
RGB Variations
Color information
#AF3ED1 (or 0xAF3ED1) is known color: Medium Orchid. HEX triplet: AF, 3E and D1. RGB value is (175,62,209). Sum of RGB (Red+Green+Blue) = 175+62+209=446 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.24% from 446); Green value is 62 (24.61% from 255 or 13.90% from 446); Blue value is 209 (82.03% from 255 or 46.86% from 446); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF3ED1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ED1 is #50C12E. Grayscale: #707070. Windows color (decimal): -5292335 or 13713071. OLE color: 13713071.
HSL color Cylindrical-coordinate representation of color #AF3ED1: hue angle of 286.12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF3ED1 is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 62 | 209 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.18 |
| HSL | 286.12º | 0.62% | 0.53% | - |
| HSV(B) | 286.12º | 0.7% | 0.82% | - |
| XYZ | 30.91 | 17.16 | 62.01 | - |
| YUV | 112.55 | 182.44 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 209 | 0.16 | 0.70 | 0 | 0.18 | 286.12 | 0.62 | 0.53 |
| Hex | AF | 3E | D1 | 10 | 46 | 0 | 12 | 11E | 3E | 35 |
| Octal | 257 | 76 | 321 | 20 | 106 | 0 | 22 | 436 | 76 | 65 |
| Binary | 10101111 | 111110 | 11010001 | 10000 | 1000110 | 0 | 10010 | 100011110 | 111110 | 110101 |
Color Harmonies of #AF3ED1
Complementary color
Monochromatic Colors of #AF3ED1
Black with #AF3ED1
Text Example
Text Example
White with #AF3ED1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ED1; }
p { color: rgb(175,62,209); }
H1.HeaderClassName
{
color: #AF3ED1;
}
.AnyTagClassName
{
color: #AF3ED1;
}
</style>
background-color css
<style>
a { background-color: #AF3ED1; }
a { background-color: rgb(175,62,209); }
div.DivClassName
{
background-color: #AF3ED1;
}
.BgClassName
{
background-color: #AF3ED1;
}
</style>
border-color css
<style>
span { border-color: #AF3ED1; }
span { border-color: rgb(175,62,209); }
td.TdClassName
{
border-color: #AF3ED1;
}
.TagClassName
{
border-color: #AF3ED1;
}
</style>