Shades of Medium Orchid #AF59DD
Tints of Medium Orchid #AF59DD
RGB
CMYK
RGB Variations
Color information
#AF59DD (or 0xAF59DD) is known color: Medium Orchid. HEX triplet: AF, 59 and DD. RGB value is (175,89,221). Sum of RGB (Red+Green+Blue) = 175+89+221=485 (64% of max value = 765). Red value is 175 (68.75% from 255 or 36.08% from 485); Green value is 89 (35.16% from 255 or 18.35% from 485); Blue value is 221 (86.72% from 255 or 45.57% from 485); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF59DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF59DD is #50A622. Grayscale: #818181. Windows color (decimal): -5285411 or 14506415. OLE color: 14506415.
HSL color Cylindrical-coordinate representation of color #AF59DD: hue angle of 279.09º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF59DD is Cyan = 0.21, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 89 | 221 | - |
| CMYK | 0.21 | 0.60 | 0 | 0.13 |
| HSL | 279.09º | 0.66% | 0.61% | - |
| HSV(B) | 279.09º | 0.6% | 0.87% | - |
| XYZ | 34.3 | 21.48 | 70.74 | - |
| YUV | 129.76 | 179.49 | 160.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 89 | 221 | 0.21 | 0.60 | 0 | 0.13 | 279.09 | 0.66 | 0.61 |
| Hex | AF | 59 | DD | 15 | 3C | 0 | D | 117 | 42 | 3D |
| Octal | 257 | 131 | 335 | 25 | 74 | 0 | 15 | 427 | 102 | 75 |
| Binary | 10101111 | 1011001 | 11011101 | 10101 | 111100 | 0 | 1101 | 100010111 | 1000010 | 111101 |
Color Harmonies of #AF59DD
Complementary color
Monochromatic Colors of #AF59DD
Black with #AF59DD
Text Example
Text Example
White with #AF59DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF59DD; }
p { color: rgb(175,89,221); }
H1.HeaderClassName
{
color: #AF59DD;
}
.AnyTagClassName
{
color: #AF59DD;
}
</style>
background-color css
<style>
a { background-color: #AF59DD; }
a { background-color: rgb(175,89,221); }
div.DivClassName
{
background-color: #AF59DD;
}
.BgClassName
{
background-color: #AF59DD;
}
</style>
border-color css
<style>
span { border-color: #AF59DD; }
span { border-color: rgb(175,89,221); }
td.TdClassName
{
border-color: #AF59DD;
}
.TagClassName
{
border-color: #AF59DD;
}
</style>