Shades of Medium Orchid #AF3BF1
Tints of Medium Orchid #AF3BF1
RGB
CMYK
RGB Variations
Color information
#AF3BF1 (or 0xAF3BF1) is known color: Medium Orchid. HEX triplet: AF, 3B and F1. RGB value is (175,59,241). Sum of RGB (Red+Green+Blue) = 175+59+241=475 (62% of max value = 765). Red value is 175 (68.75% from 255 or 36.84% from 475); Green value is 59 (23.44% from 255 or 12.42% from 475); Blue value is 241 (94.53% from 255 or 50.74% from 475); Max value from RGB is 241 - color contains mainly: blue. Hex color #AF3BF1 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3BF1 is #50C40E. Grayscale: #717171. Windows color (decimal): -5293071 or 15809455. OLE color: 15809455.
HSL color Cylindrical-coordinate representation of color #AF3BF1: hue angle of 278.24º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #AF3BF1 is Cyan = 0.27, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 175 | 59 | 241 | - |
| CMYK | 0.27 | 0.76 | 0 | 0.05 |
| HSL | 278.24º | 0.87% | 0.59% | - |
| HSV(B) | 278.24º | 0.76% | 0.95% | - |
| XYZ | 35.12 | 18.59 | 84.96 | - |
| YUV | 114.43 | 199.43 | 171.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 59 | 241 | 0.27 | 0.76 | 0 | 0.05 | 278.24 | 0.87 | 0.59 |
| Hex | AF | 3B | F1 | 1B | 4C | 0 | 5 | 116 | 57 | 3B |
| Octal | 257 | 73 | 361 | 33 | 114 | 0 | 5 | 426 | 127 | 73 |
| Binary | 10101111 | 111011 | 11110001 | 11011 | 1001100 | 0 | 101 | 100010110 | 1010111 | 111011 |
Color Harmonies of #AF3BF1
Complementary color
Monochromatic Colors of #AF3BF1
Black with #AF3BF1
Text Example
Text Example
White with #AF3BF1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3BF1; }
p { color: rgb(175,59,241); }
H1.HeaderClassName
{
color: #AF3BF1;
}
.AnyTagClassName
{
color: #AF3BF1;
}
</style>
background-color css
<style>
a { background-color: #AF3BF1; }
a { background-color: rgb(175,59,241); }
div.DivClassName
{
background-color: #AF3BF1;
}
.BgClassName
{
background-color: #AF3BF1;
}
</style>
border-color css
<style>
span { border-color: #AF3BF1; }
span { border-color: rgb(175,59,241); }
td.TdClassName
{
border-color: #AF3BF1;
}
.TagClassName
{
border-color: #AF3BF1;
}
</style>