Shades of Medium Orchid #AF40DB
Tints of Medium Orchid #AF40DB
RGB
CMYK
RGB Variations
Color information
#AF40DB (or 0xAF40DB) is known color: Medium Orchid. HEX triplet: AF, 40 and DB. RGB value is (175,64,219). Sum of RGB (Red+Green+Blue) = 175+64+219=458 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.21% from 458); Green value is 64 (25.39% from 255 or 13.97% from 458); Blue value is 219 (85.94% from 255 or 47.82% from 458); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF40DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF40DB is #50BF24. Grayscale: #727272. Windows color (decimal): -5291813 or 14368943. OLE color: 14368943.
HSL color Cylindrical-coordinate representation of color #AF40DB: hue angle of 282.97º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #AF40DB is Cyan = 0.20, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 64 | 219 | - |
| CMYK | 0.20 | 0.71 | 0 | 0.14 |
| HSL | 282.97º | 0.68% | 0.55% | - |
| HSV(B) | 282.97º | 0.71% | 0.86% | - |
| XYZ | 32.3 | 17.9 | 68.77 | - |
| YUV | 114.86 | 186.77 | 170.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 64 | 219 | 0.20 | 0.71 | 0 | 0.14 | 282.97 | 0.68 | 0.55 |
| Hex | AF | 40 | DB | 14 | 47 | 0 | E | 11B | 44 | 37 |
| Octal | 257 | 100 | 333 | 24 | 107 | 0 | 16 | 433 | 104 | 67 |
| Binary | 10101111 | 1000000 | 11011011 | 10100 | 1000111 | 0 | 1110 | 100011011 | 1000100 | 110111 |
Color Harmonies of #AF40DB
Complementary color
Monochromatic Colors of #AF40DB
Black with #AF40DB
Text Example
Text Example
White with #AF40DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF40DB; }
p { color: rgb(175,64,219); }
H1.HeaderClassName
{
color: #AF40DB;
}
.AnyTagClassName
{
color: #AF40DB;
}
</style>
background-color css
<style>
a { background-color: #AF40DB; }
a { background-color: rgb(175,64,219); }
div.DivClassName
{
background-color: #AF40DB;
}
.BgClassName
{
background-color: #AF40DB;
}
</style>
border-color css
<style>
span { border-color: #AF40DB; }
span { border-color: rgb(175,64,219); }
td.TdClassName
{
border-color: #AF40DB;
}
.TagClassName
{
border-color: #AF40DB;
}
</style>