Shades of Medium Orchid #AF55F4
Tints of Medium Orchid #AF55F4
RGB
CMYK
RGB Variations
Color information
#AF55F4 (or 0xAF55F4) is known color: Medium Orchid. HEX triplet: AF, 55 and F4. RGB value is (175,85,244). Sum of RGB (Red+Green+Blue) = 175+85+244=504 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.72% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 244 (95.70% from 255 or 48.41% from 504); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF55F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF55F4 is #50AA0B. Grayscale: #818181. Windows color (decimal): -5286412 or 16012719. OLE color: 16012719.
HSL color Cylindrical-coordinate representation of color #AF55F4: hue angle of 273.96º degrees, saturation: 0.88, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF55F4 is Cyan = 0.28, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 85 | 244 | - |
| CMYK | 0.28 | 0.65 | 0 | 0.04 |
| HSL | 273.96º | 0.88% | 0.65% | - |
| HSV(B) | 273.96º | 0.65% | 0.96% | - |
| XYZ | 37.26 | 22.14 | 87.9 | - |
| YUV | 130.04 | 192.32 | 160.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 85 | 244 | 0.28 | 0.65 | 0 | 0.04 | 273.96 | 0.88 | 0.65 |
| Hex | AF | 55 | F4 | 1C | 41 | 0 | 4 | 112 | 58 | 41 |
| Octal | 257 | 125 | 364 | 34 | 101 | 0 | 4 | 422 | 130 | 101 |
| Binary | 10101111 | 1010101 | 11110100 | 11100 | 1000001 | 0 | 100 | 100010010 | 1011000 | 1000001 |
Color Harmonies of #AF55F4
Complementary color
Monochromatic Colors of #AF55F4
Black with #AF55F4
Text Example
Text Example
White with #AF55F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF55F4; }
p { color: rgb(175,85,244); }
H1.HeaderClassName
{
color: #AF55F4;
}
.AnyTagClassName
{
color: #AF55F4;
}
</style>
background-color css
<style>
a { background-color: #AF55F4; }
a { background-color: rgb(175,85,244); }
div.DivClassName
{
background-color: #AF55F4;
}
.BgClassName
{
background-color: #AF55F4;
}
</style>
border-color css
<style>
span { border-color: #AF55F4; }
span { border-color: rgb(175,85,244); }
td.TdClassName
{
border-color: #AF55F4;
}
.TagClassName
{
border-color: #AF55F4;
}
</style>