Shades of Medium Orchid #AF44FB
Tints of Medium Orchid #AF44FB
RGB
CMYK
RGB Variations
Color information
#AF44FB (or 0xAF44FB) is known color: Medium Orchid. HEX triplet: AF, 44 and FB. RGB value is (175,68,251). Sum of RGB (Red+Green+Blue) = 175+68+251=494 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.43% from 494); Green value is 68 (26.95% from 255 or 13.77% from 494); Blue value is 251 (98.44% from 255 or 50.81% from 494); Max value from RGB is 251 - color contains mainly: blue. Hex color #AF44FB is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF44FB is #50BB04. Grayscale: #787878. Windows color (decimal): -5290757 or 16467119. OLE color: 16467119.
HSL color Cylindrical-coordinate representation of color #AF44FB: hue angle of 275.08º degrees, saturation: 0.96, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #AF44FB is Cyan = 0.30, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 68 | 251 | - |
| CMYK | 0.30 | 0.73 | 0 | 0.02 |
| HSL | 275.08º | 0.96% | 0.63% | - |
| HSV(B) | 275.08º | 0.73% | 0.98% | - |
| XYZ | 37.16 | 20.21 | 93.21 | - |
| YUV | 120.86 | 201.45 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 68 | 251 | 0.30 | 0.73 | 0 | 0.02 | 275.08 | 0.96 | 0.63 |
| Hex | AF | 44 | FB | 1E | 49 | 0 | 2 | 113 | 60 | 3F |
| Octal | 257 | 104 | 373 | 36 | 111 | 0 | 2 | 423 | 140 | 77 |
| Binary | 10101111 | 1000100 | 11111011 | 11110 | 1001001 | 0 | 10 | 100010011 | 1100000 | 111111 |
Color Harmonies of #AF44FB
Complementary color
Monochromatic Colors of #AF44FB
Black with #AF44FB
Text Example
Text Example
White with #AF44FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF44FB; }
p { color: rgb(175,68,251); }
H1.HeaderClassName
{
color: #AF44FB;
}
.AnyTagClassName
{
color: #AF44FB;
}
</style>
background-color css
<style>
a { background-color: #AF44FB; }
a { background-color: rgb(175,68,251); }
div.DivClassName
{
background-color: #AF44FB;
}
.BgClassName
{
background-color: #AF44FB;
}
</style>
border-color css
<style>
span { border-color: #AF44FB; }
span { border-color: rgb(175,68,251); }
td.TdClassName
{
border-color: #AF44FB;
}
.TagClassName
{
border-color: #AF44FB;
}
</style>