Shades of Medium Orchid #AF51DB
Tints of Medium Orchid #AF51DB
RGB
CMYK
RGB Variations
Color information
#AF51DB (or 0xAF51DB) is known color: Medium Orchid. HEX triplet: AF, 51 and DB. RGB value is (175,81,219). Sum of RGB (Red+Green+Blue) = 175+81+219=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 81 (32.03% from 255 or 17.05% from 475); Blue value is 219 (85.94% from 255 or 46.11% from 475); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF51DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF51DB is #50AE24. Grayscale: #7C7C7C. Windows color (decimal): -5287461 or 14373295. OLE color: 14373295.
HSL color Cylindrical-coordinate representation of color #AF51DB: hue angle of 280.87º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF51DB is Cyan = 0.20, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 81 | 219 | - |
| CMYK | 0.20 | 0.63 | 0 | 0.14 |
| HSL | 280.87º | 0.66% | 0.59% | - |
| HSV(B) | 280.87º | 0.63% | 0.86% | - |
| XYZ | 33.41 | 20.11 | 69.14 | - |
| YUV | 124.84 | 181.14 | 163.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 81 | 219 | 0.20 | 0.63 | 0 | 0.14 | 280.87 | 0.66 | 0.59 |
| Hex | AF | 51 | DB | 14 | 3F | 0 | E | 119 | 42 | 3B |
| Octal | 257 | 121 | 333 | 24 | 77 | 0 | 16 | 431 | 102 | 73 |
| Binary | 10101111 | 1010001 | 11011011 | 10100 | 111111 | 0 | 1110 | 100011001 | 1000010 | 111011 |
Color Harmonies of #AF51DB
Complementary color
Monochromatic Colors of #AF51DB
Black with #AF51DB
Text Example
Text Example
White with #AF51DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF51DB; }
p { color: rgb(175,81,219); }
H1.HeaderClassName
{
color: #AF51DB;
}
.AnyTagClassName
{
color: #AF51DB;
}
</style>
background-color css
<style>
a { background-color: #AF51DB; }
a { background-color: rgb(175,81,219); }
div.DivClassName
{
background-color: #AF51DB;
}
.BgClassName
{
background-color: #AF51DB;
}
</style>
border-color css
<style>
span { border-color: #AF51DB; }
span { border-color: rgb(175,81,219); }
td.TdClassName
{
border-color: #AF51DB;
}
.TagClassName
{
border-color: #AF51DB;
}
</style>