Shades of Medium Orchid #AF5FE6
Tints of Medium Orchid #AF5FE6
RGB
CMYK
RGB Variations
Color information
#AF5FE6 (or 0xAF5FE6) is known color: Medium Orchid. HEX triplet: AF, 5F and E6. RGB value is (175,95,230). Sum of RGB (Red+Green+Blue) = 175+95+230=500 (66% of max value = 765). Red value is 175 (68.75% from 255 or 35% from 500); Green value is 95 (37.5% from 255 or 19% from 500); Blue value is 230 (90.23% from 255 or 46% from 500); Max value from RGB is 230 - color contains mainly: blue. Hex color #AF5FE6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5FE6 is #50A019. Grayscale: #858585. Windows color (decimal): -5283866 or 15097775. OLE color: 15097775.
HSL color Cylindrical-coordinate representation of color #AF5FE6: hue angle of 275.56º degrees, saturation: 0.73, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF5FE6 is Cyan = 0.24, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 175 | 95 | 230 | - |
| CMYK | 0.24 | 0.59 | 0 | 0.10 |
| HSL | 275.56º | 0.73% | 0.64% | - |
| HSV(B) | 275.56º | 0.59% | 0.9% | - |
| XYZ | 36.05 | 23.01 | 77.4 | - |
| YUV | 134.31 | 182 | 157.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 95 | 230 | 0.24 | 0.59 | 0 | 0.10 | 275.56 | 0.73 | 0.64 |
| Hex | AF | 5F | E6 | 18 | 3B | 0 | A | 114 | 49 | 40 |
| Octal | 257 | 137 | 346 | 30 | 73 | 0 | 12 | 424 | 111 | 100 |
| Binary | 10101111 | 1011111 | 11100110 | 11000 | 111011 | 0 | 1010 | 100010100 | 1001001 | 1000000 |
Color Harmonies of #AF5FE6
Complementary color
Monochromatic Colors of #AF5FE6
Black with #AF5FE6
Text Example
Text Example
White with #AF5FE6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5FE6; }
p { color: rgb(175,95,230); }
H1.HeaderClassName
{
color: #AF5FE6;
}
.AnyTagClassName
{
color: #AF5FE6;
}
</style>
background-color css
<style>
a { background-color: #AF5FE6; }
a { background-color: rgb(175,95,230); }
div.DivClassName
{
background-color: #AF5FE6;
}
.BgClassName
{
background-color: #AF5FE6;
}
</style>
border-color css
<style>
span { border-color: #AF5FE6; }
span { border-color: rgb(175,95,230); }
td.TdClassName
{
border-color: #AF5FE6;
}
.TagClassName
{
border-color: #AF5FE6;
}
</style>