Shades of Medium Orchid #AF54F4
Tints of Medium Orchid #AF54F4
RGB
CMYK
RGB Variations
Color information
#AF54F4 (or 0xAF54F4) is known color: Medium Orchid. HEX triplet: AF, 54 and F4. RGB value is (175,84,244). Sum of RGB (Red+Green+Blue) = 175+84+244=503 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.79% from 503); Green value is 84 (33.20% from 255 or 16.70% from 503); Blue value is 244 (95.70% from 255 or 48.51% from 503); Max value from RGB is 244 - color contains mainly: blue. Hex color #AF54F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54F4 is #50AB0B. Grayscale: #808080. Windows color (decimal): -5286668 or 16012463. OLE color: 16012463.
HSL color Cylindrical-coordinate representation of color #AF54F4: hue angle of 274.12º degrees, saturation: 0.88, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #AF54F4 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 84 | 244 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.04 |
| HSL | 274.13º | 0.88% | 0.64% | - |
| HSV(B) | 274.13º | 0.66% | 0.96% | - |
| XYZ | 37.18 | 21.99 | 87.87 | - |
| YUV | 129.45 | 192.65 | 160.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 244 | 0.28 | 0.66 | 0 | 0.04 | 274.13 | 0.88 | 0.64 |
| Hex | AF | 54 | F4 | 1C | 42 | 0 | 4 | 112 | 58 | 40 |
| Octal | 257 | 124 | 364 | 34 | 102 | 0 | 4 | 422 | 130 | 100 |
| Binary | 10101111 | 1010100 | 11110100 | 11100 | 1000010 | 0 | 100 | 100010010 | 1011000 | 1000000 |
Color Harmonies of #AF54F4
Complementary color
Monochromatic Colors of #AF54F4
Black with #AF54F4
Text Example
Text Example
White with #AF54F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54F4; }
p { color: rgb(175,84,244); }
H1.HeaderClassName
{
color: #AF54F4;
}
.AnyTagClassName
{
color: #AF54F4;
}
</style>
background-color css
<style>
a { background-color: #AF54F4; }
a { background-color: rgb(175,84,244); }
div.DivClassName
{
background-color: #AF54F4;
}
.BgClassName
{
background-color: #AF54F4;
}
</style>
border-color css
<style>
span { border-color: #AF54F4; }
span { border-color: rgb(175,84,244); }
td.TdClassName
{
border-color: #AF54F4;
}
.TagClassName
{
border-color: #AF54F4;
}
</style>