Shades of Medium Orchid #AF44FF
Tints of Medium Orchid #AF44FF
RGB
CMYK
RGB Variations
Color information
#AF44FF (or 0xAF44FF) is known color: Medium Orchid. HEX triplet: AF, 44 and FF. RGB value is (175,68,255). Sum of RGB (Red+Green+Blue) = 175+68+255=498 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.14% from 498); Green value is 68 (26.95% from 255 or 13.65% from 498); Blue value is 255 (100% from 255 or 51.20% from 498); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF44FF is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44FF is #50BB00. Grayscale: #787878. Windows color (decimal): -5290753 or 16729263. OLE color: 16729263.
HSL color Cylindrical-coordinate representation of color #AF44FF: hue angle of 274.33º degrees, saturation: 1, lightness: 0.63%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF44FF is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 68 | 255 | - |
| CMYK | 0.31 | 0.73 | 0 | 0 |
| HSL | 274.33º | 1% | 0.63% | - |
| HSV(B) | 274.33º | 0.73% | 1% | - |
| XYZ | 37.8 | 20.47 | 96.57 | - |
| YUV | 121.31 | 203.45 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 255 | 0.31 | 0.73 | 0 | 0 | 274.33 | 1 | 0.63 |
| Hex | AF | 44 | FF | 1F | 49 | 0 | 0 | 112 | 64 | 3F |
| Octal | 257 | 104 | 377 | 37 | 111 | 0 | 0 | 422 | 144 | 77 |
| Binary | 10101111 | 1000100 | 11111111 | 11111 | 1001001 | 0 | 0 | 100010010 | 1100100 | 111111 |
Color Harmonies of #AF44FF
Complementary color
Monochromatic Colors of #AF44FF
Black with #AF44FF
Text Example
Text Example
White with #AF44FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44FF; }
p { color: rgb(175,68,255); }
H1.HeaderClassName
{
color: #AF44FF;
}
.AnyTagClassName
{
color: #AF44FF;
}
</style>
background-color css
<style>
a { background-color: #AF44FF; }
a { background-color: rgb(175,68,255); }
div.DivClassName
{
background-color: #AF44FF;
}
.BgClassName
{
background-color: #AF44FF;
}
</style>
border-color css
<style>
span { border-color: #AF44FF; }
span { border-color: rgb(175,68,255); }
td.TdClassName
{
border-color: #AF44FF;
}
.TagClassName
{
border-color: #AF44FF;
}
</style>