Shades of Medium Orchid #AF4DF1
Tints of Medium Orchid #AF4DF1
RGB
CMYK
RGB Variations
Color information
#AF4DF1 (or 0xAF4DF1) is known color: Medium Orchid. HEX triplet: AF, 4D and F1. RGB value is (175,77,241). Sum of RGB (Red+Green+Blue) = 175+77+241=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 77 (30.47% from 255 or 15.62% from 493); Blue value is 241 (94.53% from 255 or 48.88% from 493); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF4DF1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF4DF1 is #50B20E. Grayscale: #7C7C7C. Windows color (decimal): -5288463 or 15814063. OLE color: 15814063.
HSL color Cylindrical-coordinate representation of color #AF4DF1: hue angle of 275.85º degrees, saturation: 0.85, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #AF4DF1 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 77 | 241 | - |
| CMYK | 0.27 | 0.68 | 0 | 0.05 |
| HSL | 275.85º | 0.85% | 0.62% | - |
| HSV(B) | 275.85º | 0.68% | 0.95% | - |
| XYZ | 36.21 | 20.77 | 85.32 | - |
| YUV | 125 | 193.47 | 163.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 77 | 241 | 0.27 | 0.68 | 0 | 0.05 | 275.85 | 0.85 | 0.62 |
| Hex | AF | 4D | F1 | 1B | 44 | 0 | 5 | 114 | 55 | 3E |
| Octal | 257 | 115 | 361 | 33 | 104 | 0 | 5 | 424 | 125 | 76 |
| Binary | 10101111 | 1001101 | 11110001 | 11011 | 1000100 | 0 | 101 | 100010100 | 1010101 | 111110 |
Color Harmonies of #AF4DF1
Complementary color
Monochromatic Colors of #AF4DF1
Black with #AF4DF1
Text Example
Text Example
White with #AF4DF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF4DF1; }
p { color: rgb(175,77,241); }
H1.HeaderClassName
{
color: #AF4DF1;
}
.AnyTagClassName
{
color: #AF4DF1;
}
</style>
background-color css
<style>
a { background-color: #AF4DF1; }
a { background-color: rgb(175,77,241); }
div.DivClassName
{
background-color: #AF4DF1;
}
.BgClassName
{
background-color: #AF4DF1;
}
</style>
border-color css
<style>
span { border-color: #AF4DF1; }
span { border-color: rgb(175,77,241); }
td.TdClassName
{
border-color: #AF4DF1;
}
.TagClassName
{
border-color: #AF4DF1;
}
</style>