Shades of Medium Orchid #AF44CF
Tints of Medium Orchid #AF44CF
RGB
CMYK
RGB Variations
Color information
#AF44CF (or 0xAF44CF) is known color: Medium Orchid. HEX triplet: AF, 44 and CF. RGB value is (175,68,207). Sum of RGB (Red+Green+Blue) = 175+68+207=450 (59% of max value = 765). Red value is 175 (68.75% from 255 or 38.89% from 450); Green value is 68 (26.95% from 255 or 15.11% from 450); Blue value is 207 (81.25% from 255 or 46% from 450); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF44CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF44CF is #50BB30. Grayscale: #737373. Windows color (decimal): -5290801 or 13583535. OLE color: 13583535.
HSL color Cylindrical-coordinate representation of color #AF44CF: hue angle of 286.19º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #AF44CF is Cyan = 0.15, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 68 | 207 | - |
| CMYK | 0.15 | 0.67 | 0 | 0.19 |
| HSL | 286.19º | 0.59% | 0.54% | - |
| HSV(B) | 286.19º | 0.67% | 0.81% | - |
| XYZ | 31.01 | 17.75 | 60.82 | - |
| YUV | 115.84 | 179.45 | 170.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 207 | 0.15 | 0.67 | 0 | 0.19 | 286.19 | 0.59 | 0.54 |
| Hex | AF | 44 | CF | F | 43 | 0 | 13 | 11E | 3B | 36 |
| Octal | 257 | 104 | 317 | 17 | 103 | 0 | 23 | 436 | 73 | 66 |
| Binary | 10101111 | 1000100 | 11001111 | 1111 | 1000011 | 0 | 10011 | 100011110 | 111011 | 110110 |
Color Harmonies of #AF44CF
Complementary color
Monochromatic Colors of #AF44CF
Black with #AF44CF
Text Example
Text Example
White with #AF44CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44CF; }
p { color: rgb(175,68,207); }
H1.HeaderClassName
{
color: #AF44CF;
}
.AnyTagClassName
{
color: #AF44CF;
}
</style>
background-color css
<style>
a { background-color: #AF44CF; }
a { background-color: rgb(175,68,207); }
div.DivClassName
{
background-color: #AF44CF;
}
.BgClassName
{
background-color: #AF44CF;
}
</style>
border-color css
<style>
span { border-color: #AF44CF; }
span { border-color: rgb(175,68,207); }
td.TdClassName
{
border-color: #AF44CF;
}
.TagClassName
{
border-color: #AF44CF;
}
</style>