Shades of Medium Orchid #AF44D1
Tints of Medium Orchid #AF44D1
RGB
CMYK
RGB Variations
Color information
#AF44D1 (or 0xAF44D1) is known color: Medium Orchid. HEX triplet: AF, 44 and D1. RGB value is (175,68,209). Sum of RGB (Red+Green+Blue) = 175+68+209=452 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.72% from 452); Green value is 68 (26.95% from 255 or 15.04% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #AF44D1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44D1 is #50BB2E. Grayscale: #737373. Windows color (decimal): -5290799 or 13714607. OLE color: 13714607.
HSL color Cylindrical-coordinate representation of color #AF44D1: hue angle of 285.53º degrees, saturation: 0.61, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF44D1 is Cyan = 0.16, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 68 | 209 | - |
| CMYK | 0.16 | 0.67 | 0 | 0.18 |
| HSL | 285.53º | 0.61% | 0.54% | - |
| HSV(B) | 285.53º | 0.67% | 0.82% | - |
| XYZ | 31.25 | 17.85 | 62.12 | - |
| YUV | 116.07 | 180.45 | 170.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 209 | 0.16 | 0.67 | 0 | 0.18 | 285.53 | 0.61 | 0.54 |
| Hex | AF | 44 | D1 | 10 | 43 | 0 | 12 | 11E | 3D | 36 |
| Octal | 257 | 104 | 321 | 20 | 103 | 0 | 22 | 436 | 75 | 66 |
| Binary | 10101111 | 1000100 | 11010001 | 10000 | 1000011 | 0 | 10010 | 100011110 | 111101 | 110110 |
Color Harmonies of #AF44D1
Complementary color
Monochromatic Colors of #AF44D1
Black with #AF44D1
Text Example
Text Example
White with #AF44D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44D1; }
p { color: rgb(175,68,209); }
H1.HeaderClassName
{
color: #AF44D1;
}
.AnyTagClassName
{
color: #AF44D1;
}
</style>
background-color css
<style>
a { background-color: #AF44D1; }
a { background-color: rgb(175,68,209); }
div.DivClassName
{
background-color: #AF44D1;
}
.BgClassName
{
background-color: #AF44D1;
}
</style>
border-color css
<style>
span { border-color: #AF44D1; }
span { border-color: rgb(175,68,209); }
td.TdClassName
{
border-color: #AF44D1;
}
.TagClassName
{
border-color: #AF44D1;
}
</style>