Shades of Medium Orchid #AF56DD
Tints of Medium Orchid #AF56DD
RGB
CMYK
RGB Variations
Color information
#AF56DD (or 0xAF56DD) is known color: Medium Orchid. HEX triplet: AF, 56 and DD. RGB value is (175,86,221). Sum of RGB (Red+Green+Blue) = 175+86+221=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 86 (33.98% from 255 or 17.84% from 482); Blue value is 221 (86.72% from 255 or 45.85% from 482); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF56DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF56DD is #50A922. Grayscale: #7F7F7F. Windows color (decimal): -5286179 or 14505647. OLE color: 14505647.
HSL color Cylindrical-coordinate representation of color #AF56DD: hue angle of 279.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #AF56DD is Cyan = 0.21, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 86 | 221 | - |
| CMYK | 0.21 | 0.61 | 0 | 0.13 |
| HSL | 279.56º | 0.67% | 0.6% | - |
| HSV(B) | 279.56º | 0.61% | 0.87% | - |
| XYZ | 34.06 | 20.99 | 70.66 | - |
| YUV | 128 | 180.49 | 161.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 221 | 0.21 | 0.61 | 0 | 0.13 | 279.56 | 0.67 | 0.6 |
| Hex | AF | 56 | DD | 15 | 3D | 0 | D | 118 | 43 | 3C |
| Octal | 257 | 126 | 335 | 25 | 75 | 0 | 15 | 430 | 103 | 74 |
| Binary | 10101111 | 1010110 | 11011101 | 10101 | 111101 | 0 | 1101 | 100011000 | 1000011 | 111100 |
Color Harmonies of #AF56DD
Complementary color
Monochromatic Colors of #AF56DD
Black with #AF56DD
Text Example
Text Example
White with #AF56DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56DD; }
p { color: rgb(175,86,221); }
H1.HeaderClassName
{
color: #AF56DD;
}
.AnyTagClassName
{
color: #AF56DD;
}
</style>
background-color css
<style>
a { background-color: #AF56DD; }
a { background-color: rgb(175,86,221); }
div.DivClassName
{
background-color: #AF56DD;
}
.BgClassName
{
background-color: #AF56DD;
}
</style>
border-color css
<style>
span { border-color: #AF56DD; }
span { border-color: rgb(175,86,221); }
td.TdClassName
{
border-color: #AF56DD;
}
.TagClassName
{
border-color: #AF56DD;
}
</style>