Shades of Medium Orchid #AF3EF6
Tints of Medium Orchid #AF3EF6
RGB
CMYK
RGB Variations
Color information
#AF3EF6 (or 0xAF3EF6) is known color: Medium Orchid. HEX triplet: AF, 3E and F6. RGB value is (175,62,246). Sum of RGB (Red+Green+Blue) = 175+62+246=483 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.23% from 483); Green value is 62 (24.61% from 255 or 12.84% from 483); Blue value is 246 (96.48% from 255 or 50.93% from 483); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF3EF6 is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #AF3EF6 is #50C109. Grayscale: #747474. Windows color (decimal): -5292298 or 16137903. OLE color: 16137903.
HSL color Cylindrical-coordinate representation of color #AF3EF6: hue angle of 276.85º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #AF3EF6 is Cyan = 0.29, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 62 | 246 | - |
| CMYK | 0.29 | 0.75 | 0 | 0.04 |
| HSL | 276.85º | 0.91% | 0.6% | - |
| HSV(B) | 276.85º | 0.75% | 0.96% | - |
| XYZ | 36.04 | 19.21 | 89 | - |
| YUV | 116.76 | 200.94 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 62 | 246 | 0.29 | 0.75 | 0 | 0.04 | 276.85 | 0.91 | 0.6 |
| Hex | AF | 3E | F6 | 1D | 4B | 0 | 4 | 115 | 5B | 3C |
| Octal | 257 | 76 | 366 | 35 | 113 | 0 | 4 | 425 | 133 | 74 |
| Binary | 10101111 | 111110 | 11110110 | 11101 | 1001011 | 0 | 100 | 100010101 | 1011011 | 111100 |
Color Harmonies of #AF3EF6
Complementary color
Monochromatic Colors of #AF3EF6
Black with #AF3EF6
Text Example
Text Example
White with #AF3EF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF3EF6; }
p { color: rgb(175,62,246); }
H1.HeaderClassName
{
color: #AF3EF6;
}
.AnyTagClassName
{
color: #AF3EF6;
}
</style>
background-color css
<style>
a { background-color: #AF3EF6; }
a { background-color: rgb(175,62,246); }
div.DivClassName
{
background-color: #AF3EF6;
}
.BgClassName
{
background-color: #AF3EF6;
}
</style>
border-color css
<style>
span { border-color: #AF3EF6; }
span { border-color: rgb(175,62,246); }
td.TdClassName
{
border-color: #AF3EF6;
}
.TagClassName
{
border-color: #AF3EF6;
}
</style>