Shades of Medium Orchid #AF4DFA
Tints of Medium Orchid #AF4DFA
RGB
CMYK
RGB Variations
Color information
#AF4DFA (or 0xAF4DFA) is known color: Medium Orchid. HEX triplet: AF, 4D and FA. RGB value is (175,77,250). Sum of RGB (Red+Green+Blue) = 175+77+250=502 (66% of max value = 765). Red value is 175 (68.75% from 255 or 34.86% from 502); Green value is 77 (30.47% from 255 or 15.34% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #AF4DFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DFA is #50B205. Grayscale: #7D7D7D. Windows color (decimal): -5288454 or 16403887. OLE color: 16403887.
HSL color Cylindrical-coordinate representation of color #AF4DFA: hue angle of 273.99º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #AF4DFA is Cyan = 0.3, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 175 | 77 | 250 | - |
| CMYK | 0.3 | 0.69 | 0 | 0.02 |
| HSL | 273.99º | 0.95% | 0.64% | - |
| HSV(B) | 273.99º | 0.69% | 0.98% | - |
| XYZ | 37.59 | 21.32 | 92.58 | - |
| YUV | 126.02 | 197.97 | 162.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 250 | 0.3 | 0.69 | 0 | 0.02 | 273.99 | 0.95 | 0.64 |
| Hex | AF | 4D | FA | 1E | 45 | 0 | 2 | 112 | 5F | 40 |
| Octal | 257 | 115 | 372 | 36 | 105 | 0 | 2 | 422 | 137 | 100 |
| Binary | 10101111 | 1001101 | 11111010 | 11110 | 1000101 | 0 | 10 | 100010010 | 1011111 | 1000000 |
Color Harmonies of #AF4DFA
Complementary color
Monochromatic Colors of #AF4DFA
Black with #AF4DFA
Text Example
Text Example
White with #AF4DFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DFA; }
p { color: rgb(175,77,250); }
H1.HeaderClassName
{
color: #AF4DFA;
}
.AnyTagClassName
{
color: #AF4DFA;
}
</style>
background-color css
<style>
a { background-color: #AF4DFA; }
a { background-color: rgb(175,77,250); }
div.DivClassName
{
background-color: #AF4DFA;
}
.BgClassName
{
background-color: #AF4DFA;
}
</style>
border-color css
<style>
span { border-color: #AF4DFA; }
span { border-color: rgb(175,77,250); }
td.TdClassName
{
border-color: #AF4DFA;
}
.TagClassName
{
border-color: #AF4DFA;
}
</style>