Shades of Medium Orchid #AF5CF6
Tints of Medium Orchid #AF5CF6
RGB
CMYK
RGB Variations
Color information
#AF5CF6 (or 0xAF5CF6) is known color: Medium Orchid. HEX triplet: AF, 5C and F6. RGB value is (175,92,246). Sum of RGB (Red+Green+Blue) = 175+92+246=513 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.11% from 513); Green value is 92 (36.33% from 255 or 17.93% from 513); Blue value is 246 (96.48% from 255 or 47.95% from 513); Max value from RGB is 246 - color contains mainly: blue. Hex color #AF5CF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CF6 is #50A309. Grayscale: #858585. Windows color (decimal): -5284618 or 16145583. OLE color: 16145583.
HSL color Cylindrical-coordinate representation of color #AF5CF6: hue angle of 272.34º degrees, saturation: 0.9, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF5CF6 is Cyan = 0.29, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 175 | 92 | 246 | - |
| CMYK | 0.29 | 0.63 | 0 | 0.04 |
| HSL | 272.34º | 0.9% | 0.66% | - |
| HSV(B) | 272.34º | 0.63% | 0.96% | - |
| XYZ | 38.14 | 23.42 | 89.7 | - |
| YUV | 134.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 246 | 0.29 | 0.63 | 0 | 0.04 | 272.34 | 0.9 | 0.66 |
| Hex | AF | 5C | F6 | 1D | 3F | 0 | 4 | 110 | 5A | 42 |
| Octal | 257 | 134 | 366 | 35 | 77 | 0 | 4 | 420 | 132 | 102 |
| Binary | 10101111 | 1011100 | 11110110 | 11101 | 111111 | 0 | 100 | 100010000 | 1011010 | 1000010 |
Color Harmonies of #AF5CF6
Complementary color
Monochromatic Colors of #AF5CF6
Black with #AF5CF6
Text Example
Text Example
White with #AF5CF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CF6; }
p { color: rgb(175,92,246); }
H1.HeaderClassName
{
color: #AF5CF6;
}
.AnyTagClassName
{
color: #AF5CF6;
}
</style>
background-color css
<style>
a { background-color: #AF5CF6; }
a { background-color: rgb(175,92,246); }
div.DivClassName
{
background-color: #AF5CF6;
}
.BgClassName
{
background-color: #AF5CF6;
}
</style>
border-color css
<style>
span { border-color: #AF5CF6; }
span { border-color: rgb(175,92,246); }
td.TdClassName
{
border-color: #AF5CF6;
}
.TagClassName
{
border-color: #AF5CF6;
}
</style>