Shades of Medium Orchid #AF51DA
Tints of Medium Orchid #AF51DA
RGB
CMYK
RGB Variations
Color information
#AF51DA (or 0xAF51DA) is known color: Medium Orchid. HEX triplet: AF, 51 and DA. RGB value is (175,81,218). Sum of RGB (Red+Green+Blue) = 175+81+218=474 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.92% from 474); Green value is 81 (32.03% from 255 or 17.09% from 474); Blue value is 218 (85.55% from 255 or 45.99% from 474); Max value from RGB is 218 - color contains mainly: blue. Hex color #AF51DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DA is #50AE25. Grayscale: #7C7C7C. Windows color (decimal): -5287462 or 14307759. OLE color: 14307759.
HSL color Cylindrical-coordinate representation of color #AF51DA: hue angle of 281.17º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF51DA is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 175 | 81 | 218 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.15 |
| HSL | 281.17º | 0.65% | 0.59% | - |
| HSV(B) | 281.17º | 0.63% | 0.85% | - |
| XYZ | 33.28 | 20.06 | 68.45 | - |
| YUV | 124.72 | 180.64 | 163.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 218 | 0.20 | 0.63 | 0 | 0.15 | 281.17 | 0.65 | 0.59 |
| Hex | AF | 51 | DA | 14 | 3F | 0 | F | 119 | 41 | 3B |
| Octal | 257 | 121 | 332 | 24 | 77 | 0 | 17 | 431 | 101 | 73 |
| Binary | 10101111 | 1010001 | 11011010 | 10100 | 111111 | 0 | 1111 | 100011001 | 1000001 | 111011 |
Color Harmonies of #AF51DA
Complementary color
Monochromatic Colors of #AF51DA
Black with #AF51DA
Text Example
Text Example
White with #AF51DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51DA; }
p { color: rgb(175,81,218); }
H1.HeaderClassName
{
color: #AF51DA;
}
.AnyTagClassName
{
color: #AF51DA;
}
</style>
background-color css
<style>
a { background-color: #AF51DA; }
a { background-color: rgb(175,81,218); }
div.DivClassName
{
background-color: #AF51DA;
}
.BgClassName
{
background-color: #AF51DA;
}
</style>
border-color css
<style>
span { border-color: #AF51DA; }
span { border-color: rgb(175,81,218); }
td.TdClassName
{
border-color: #AF51DA;
}
.TagClassName
{
border-color: #AF51DA;
}
</style>