Shades of Medium Orchid #AF3ED2
Tints of Medium Orchid #AF3ED2
RGB
CMYK
RGB Variations
Color information
#AF3ED2 (or 0xAF3ED2) is known color: Medium Orchid. HEX triplet: AF, 3E and D2. RGB value is (175,62,210). Sum of RGB (Red+Green+Blue) = 175+62+210=447 (59% of max value = 765). Red value is 175 (68.75% from 255 or 39.15% from 447); Green value is 62 (24.61% from 255 or 13.87% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #AF3ED2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF3ED2 is #50C12D. Grayscale: #707070. Windows color (decimal): -5292334 or 13778607. OLE color: 13778607.
HSL color Cylindrical-coordinate representation of color #AF3ED2: hue angle of 285.81º 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 #AF3ED2 is Cyan = 0.17, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 62 | 210 | - |
| CMYK | 0.17 | 0.70 | 0 | 0.18 |
| HSL | 285.81º | 0.62% | 0.53% | - |
| HSV(B) | 285.81º | 0.7% | 0.82% | - |
| XYZ | 31.03 | 17.21 | 62.66 | - |
| YUV | 112.66 | 182.94 | 172.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 210 | 0.17 | 0.70 | 0 | 0.18 | 285.81 | 0.62 | 0.53 |
| Hex | AF | 3E | D2 | 11 | 46 | 0 | 12 | 11E | 3E | 35 |
| Octal | 257 | 76 | 322 | 21 | 106 | 0 | 22 | 436 | 76 | 65 |
| Binary | 10101111 | 111110 | 11010010 | 10001 | 1000110 | 0 | 10010 | 100011110 | 111110 | 110101 |
Color Harmonies of #AF3ED2
Complementary color
Monochromatic Colors of #AF3ED2
Black with #AF3ED2
Text Example
Text Example
White with #AF3ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3ED2; }
p { color: rgb(175,62,210); }
H1.HeaderClassName
{
color: #AF3ED2;
}
.AnyTagClassName
{
color: #AF3ED2;
}
</style>
background-color css
<style>
a { background-color: #AF3ED2; }
a { background-color: rgb(175,62,210); }
div.DivClassName
{
background-color: #AF3ED2;
}
.BgClassName
{
background-color: #AF3ED2;
}
</style>
border-color css
<style>
span { border-color: #AF3ED2; }
span { border-color: rgb(175,62,210); }
td.TdClassName
{
border-color: #AF3ED2;
}
.TagClassName
{
border-color: #AF3ED2;
}
</style>