Shades of Medium Orchid #AF51DD
Tints of Medium Orchid #AF51DD
RGB
CMYK
RGB Variations
Color information
#AF51DD (or 0xAF51DD) is known color: Medium Orchid. HEX triplet: AF, 51 and DD. RGB value is (175,81,221). Sum of RGB (Red+Green+Blue) = 175+81+221=477 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.69% from 477); Green value is 81 (32.03% from 255 or 16.98% from 477); Blue value is 221 (86.72% from 255 or 46.33% from 477); Max value from RGB is 221 - color contains mainly: blue. Hex color #AF51DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DD is #50AE22. Grayscale: #7C7C7C. Windows color (decimal): -5287459 or 14504367. OLE color: 14504367.
HSL color Cylindrical-coordinate representation of color #AF51DD: hue angle of 280.29º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF51DD is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 81 | 221 | - |
| CMYK | 0.21 | 0.63 | 0 | 0.13 |
| HSL | 280.29º | 0.67% | 0.59% | - |
| HSV(B) | 280.29º | 0.63% | 0.87% | - |
| XYZ | 33.67 | 20.22 | 70.53 | - |
| YUV | 125.07 | 182.14 | 163.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 221 | 0.21 | 0.63 | 0 | 0.13 | 280.29 | 0.67 | 0.59 |
| Hex | AF | 51 | DD | 15 | 3F | 0 | D | 118 | 43 | 3B |
| Octal | 257 | 121 | 335 | 25 | 77 | 0 | 15 | 430 | 103 | 73 |
| Binary | 10101111 | 1010001 | 11011101 | 10101 | 111111 | 0 | 1101 | 100011000 | 1000011 | 111011 |
Color Harmonies of #AF51DD
Complementary color
Monochromatic Colors of #AF51DD
Black with #AF51DD
Text Example
Text Example
White with #AF51DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51DD; }
p { color: rgb(175,81,221); }
H1.HeaderClassName
{
color: #AF51DD;
}
.AnyTagClassName
{
color: #AF51DD;
}
</style>
background-color css
<style>
a { background-color: #AF51DD; }
a { background-color: rgb(175,81,221); }
div.DivClassName
{
background-color: #AF51DD;
}
.BgClassName
{
background-color: #AF51DD;
}
</style>
border-color css
<style>
span { border-color: #AF51DD; }
span { border-color: rgb(175,81,221); }
td.TdClassName
{
border-color: #AF51DD;
}
.TagClassName
{
border-color: #AF51DD;
}
</style>