Shades of Medium Orchid #AF46D0
Tints of Medium Orchid #AF46D0
RGB
CMYK
RGB Variations
Color information
#AF46D0 (or 0xAF46D0) is known color: Medium Orchid. HEX triplet: AF, 46 and D0. RGB value is (175,70,208). Sum of RGB (Red+Green+Blue) = 175+70+208=453 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.63% from 453); Green value is 70 (27.73% from 255 or 15.45% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF46D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46D0 is #50B92F. Grayscale: #747474. Windows color (decimal): -5290288 or 13649583. OLE color: 13649583.
HSL color Cylindrical-coordinate representation of color #AF46D0: hue angle of 285.65º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF46D0 is Cyan = 0.16, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 70 | 208 | - |
| CMYK | 0.16 | 0.66 | 0 | 0.18 |
| HSL | 285.65º | 0.59% | 0.55% | - |
| HSV(B) | 285.65º | 0.66% | 0.82% | - |
| XYZ | 31.25 | 18.05 | 61.51 | - |
| YUV | 117.13 | 179.29 | 169.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 208 | 0.16 | 0.66 | 0 | 0.18 | 285.65 | 0.59 | 0.55 |
| Hex | AF | 46 | D0 | 10 | 42 | 0 | 12 | 11E | 3B | 37 |
| Octal | 257 | 106 | 320 | 20 | 102 | 0 | 22 | 436 | 73 | 67 |
| Binary | 10101111 | 1000110 | 11010000 | 10000 | 1000010 | 0 | 10010 | 100011110 | 111011 | 110111 |
Color Harmonies of #AF46D0
Complementary color
Monochromatic Colors of #AF46D0
Black with #AF46D0
Text Example
Text Example
White with #AF46D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46D0; }
p { color: rgb(175,70,208); }
H1.HeaderClassName
{
color: #AF46D0;
}
.AnyTagClassName
{
color: #AF46D0;
}
</style>
background-color css
<style>
a { background-color: #AF46D0; }
a { background-color: rgb(175,70,208); }
div.DivClassName
{
background-color: #AF46D0;
}
.BgClassName
{
background-color: #AF46D0;
}
</style>
border-color css
<style>
span { border-color: #AF46D0; }
span { border-color: rgb(175,70,208); }
td.TdClassName
{
border-color: #AF46D0;
}
.TagClassName
{
border-color: #AF46D0;
}
</style>