Shades of Medium Orchid #AF46DB
Tints of Medium Orchid #AF46DB
RGB
CMYK
RGB Variations
Color information
#AF46DB (or 0xAF46DB) is known color: Medium Orchid. HEX triplet: AF, 46 and DB. RGB value is (175,70,219). Sum of RGB (Red+Green+Blue) = 175+70+219=464 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.72% from 464); Green value is 70 (27.73% from 255 or 15.09% from 464); Blue value is 219 (85.94% from 255 or 47.20% from 464); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF46DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF46DB is #50B924. Grayscale: #757575. Windows color (decimal): -5290277 or 14370479. OLE color: 14370479.
HSL color Cylindrical-coordinate representation of color #AF46DB: hue angle of 282.28º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF46DB is Cyan = 0.20, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 70 | 219 | - |
| CMYK | 0.20 | 0.68 | 0 | 0.14 |
| HSL | 282.28º | 0.67% | 0.57% | - |
| HSV(B) | 282.28º | 0.68% | 0.86% | - |
| XYZ | 32.66 | 18.61 | 68.89 | - |
| YUV | 118.38 | 184.79 | 168.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 70 | 219 | 0.20 | 0.68 | 0 | 0.14 | 282.28 | 0.67 | 0.57 |
| Hex | AF | 46 | DB | 14 | 44 | 0 | E | 11A | 43 | 39 |
| Octal | 257 | 106 | 333 | 24 | 104 | 0 | 16 | 432 | 103 | 71 |
| Binary | 10101111 | 1000110 | 11011011 | 10100 | 1000100 | 0 | 1110 | 100011010 | 1000011 | 111001 |
Color Harmonies of #AF46DB
Complementary color
Monochromatic Colors of #AF46DB
Black with #AF46DB
Text Example
Text Example
White with #AF46DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF46DB; }
p { color: rgb(175,70,219); }
H1.HeaderClassName
{
color: #AF46DB;
}
.AnyTagClassName
{
color: #AF46DB;
}
</style>
background-color css
<style>
a { background-color: #AF46DB; }
a { background-color: rgb(175,70,219); }
div.DivClassName
{
background-color: #AF46DB;
}
.BgClassName
{
background-color: #AF46DB;
}
</style>
border-color css
<style>
span { border-color: #AF46DB; }
span { border-color: rgb(175,70,219); }
td.TdClassName
{
border-color: #AF46DB;
}
.TagClassName
{
border-color: #AF46DB;
}
</style>