Shades of Medium Orchid #AF44DB
Tints of Medium Orchid #AF44DB
RGB
CMYK
RGB Variations
Color information
#AF44DB (or 0xAF44DB) is known color: Medium Orchid. HEX triplet: AF, 44 and DB. RGB value is (175,68,219). Sum of RGB (Red+Green+Blue) = 175+68+219=462 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.88% from 462); Green value is 68 (26.95% from 255 or 14.72% from 462); Blue value is 219 (85.94% from 255 or 47.40% from 462); Max value from RGB is 219 - color contains mainly: blue. Hex color #AF44DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44DB is #50BB24. Grayscale: #747474. Windows color (decimal): -5290789 or 14369967. OLE color: 14369967.
HSL color Cylindrical-coordinate representation of color #AF44DB: hue angle of 282.52º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF44DB is Cyan = 0.20, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 175 | 68 | 219 | - |
| CMYK | 0.20 | 0.69 | 0 | 0.14 |
| HSL | 282.52º | 0.68% | 0.56% | - |
| HSV(B) | 282.52º | 0.69% | 0.86% | - |
| XYZ | 32.53 | 18.36 | 68.85 | - |
| YUV | 117.21 | 185.45 | 169.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 219 | 0.20 | 0.69 | 0 | 0.14 | 282.52 | 0.68 | 0.56 |
| Hex | AF | 44 | DB | 14 | 45 | 0 | E | 11B | 44 | 38 |
| Octal | 257 | 104 | 333 | 24 | 105 | 0 | 16 | 433 | 104 | 70 |
| Binary | 10101111 | 1000100 | 11011011 | 10100 | 1000101 | 0 | 1110 | 100011011 | 1000100 | 111000 |
Color Harmonies of #AF44DB
Complementary color
Monochromatic Colors of #AF44DB
Black with #AF44DB
Text Example
Text Example
White with #AF44DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44DB; }
p { color: rgb(175,68,219); }
H1.HeaderClassName
{
color: #AF44DB;
}
.AnyTagClassName
{
color: #AF44DB;
}
</style>
background-color css
<style>
a { background-color: #AF44DB; }
a { background-color: rgb(175,68,219); }
div.DivClassName
{
background-color: #AF44DB;
}
.BgClassName
{
background-color: #AF44DB;
}
</style>
border-color css
<style>
span { border-color: #AF44DB; }
span { border-color: rgb(175,68,219); }
td.TdClassName
{
border-color: #AF44DB;
}
.TagClassName
{
border-color: #AF44DB;
}
</style>