Shades of Medium Orchid #AF41DB
Tints of Medium Orchid #AF41DB
RGB
CMYK
RGB Variations
Color information
#AF41DB (or 0xAF41DB) is known color: Medium Orchid. HEX triplet: AF, 41 and DB. RGB value is (175,65,219). Sum of RGB (Red+Green+Blue) = 175+65+219=459 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.13% from 459); Green value is 65 (25.78% from 255 or 14.16% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF41DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF41DB is #50BE24. Grayscale: #727272. Windows color (decimal): -5291557 or 14369199. OLE color: 14369199.
HSL color Cylindrical-coordinate representation of color #AF41DB: hue angle of 282.86º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #AF41DB is Cyan = 0.20, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 65 | 219 | - |
| CMYK | 0.20 | 0.70 | 0 | 0.14 |
| HSL | 282.86º | 0.68% | 0.56% | - |
| HSV(B) | 282.86º | 0.7% | 0.86% | - |
| XYZ | 32.36 | 18.01 | 68.79 | - |
| YUV | 115.45 | 186.44 | 170.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 65 | 219 | 0.20 | 0.70 | 0 | 0.14 | 282.86 | 0.68 | 0.56 |
| Hex | AF | 41 | DB | 14 | 46 | 0 | E | 11B | 44 | 38 |
| Octal | 257 | 101 | 333 | 24 | 106 | 0 | 16 | 433 | 104 | 70 |
| Binary | 10101111 | 1000001 | 11011011 | 10100 | 1000110 | 0 | 1110 | 100011011 | 1000100 | 111000 |
Color Harmonies of #AF41DB
Complementary color
Monochromatic Colors of #AF41DB
Black with #AF41DB
Text Example
Text Example
White with #AF41DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF41DB; }
p { color: rgb(175,65,219); }
H1.HeaderClassName
{
color: #AF41DB;
}
.AnyTagClassName
{
color: #AF41DB;
}
</style>
background-color css
<style>
a { background-color: #AF41DB; }
a { background-color: rgb(175,65,219); }
div.DivClassName
{
background-color: #AF41DB;
}
.BgClassName
{
background-color: #AF41DB;
}
</style>
border-color css
<style>
span { border-color: #AF41DB; }
span { border-color: rgb(175,65,219); }
td.TdClassName
{
border-color: #AF41DB;
}
.TagClassName
{
border-color: #AF41DB;
}
</style>