Shades of Medium Orchid #AF50D3
Tints of Medium Orchid #AF50D3
RGB
CMYK
RGB Variations
Color information
#AF50D3 (or 0xAF50D3) is known color: Medium Orchid. HEX triplet: AF, 50 and D3. RGB value is (175,80,211). Sum of RGB (Red+Green+Blue) = 175+80+211=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 80 (31.64% from 255 or 17.17% from 466); Blue value is 211 (82.81% from 255 or 45.28% from 466); Max value from RGB is 211 - color contains mainly: blue. Hex color #AF50D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF50D3 is #50AF2C. Grayscale: #7A7A7A. Windows color (decimal): -5287725 or 13848751. OLE color: 13848751.
HSL color Cylindrical-coordinate representation of color #AF50D3: hue angle of 283.51º degrees, saturation: 0.6, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF50D3 is Cyan = 0.17, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 80 | 211 | - |
| CMYK | 0.17 | 0.62 | 0 | 0.17 |
| HSL | 283.51º | 0.6% | 0.57% | - |
| HSV(B) | 283.51º | 0.62% | 0.83% | - |
| XYZ | 32.31 | 19.55 | 63.7 | - |
| YUV | 123.34 | 177.47 | 164.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 80 | 211 | 0.17 | 0.62 | 0 | 0.17 | 283.51 | 0.6 | 0.57 |
| Hex | AF | 50 | D3 | 11 | 3E | 0 | 11 | 11C | 3C | 39 |
| Octal | 257 | 120 | 323 | 21 | 76 | 0 | 21 | 434 | 74 | 71 |
| Binary | 10101111 | 1010000 | 11010011 | 10001 | 111110 | 0 | 10001 | 100011100 | 111100 | 111001 |
Color Harmonies of #AF50D3
Complementary color
Monochromatic Colors of #AF50D3
Black with #AF50D3
Text Example
Text Example
White with #AF50D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF50D3; }
p { color: rgb(175,80,211); }
H1.HeaderClassName
{
color: #AF50D3;
}
.AnyTagClassName
{
color: #AF50D3;
}
</style>
background-color css
<style>
a { background-color: #AF50D3; }
a { background-color: rgb(175,80,211); }
div.DivClassName
{
background-color: #AF50D3;
}
.BgClassName
{
background-color: #AF50D3;
}
</style>
border-color css
<style>
span { border-color: #AF50D3; }
span { border-color: rgb(175,80,211); }
td.TdClassName
{
border-color: #AF50D3;
}
.TagClassName
{
border-color: #AF50D3;
}
</style>