Shades of Medium Orchid #AF5CFE
Tints of Medium Orchid #AF5CFE
RGB
CMYK
RGB Variations
Color information
#AF5CFE (or 0xAF5CFE) is known color: Medium Orchid. HEX triplet: AF, 5C and FE. RGB value is (175,92,254). Sum of RGB (Red+Green+Blue) = 175+92+254=521 (69% of max value = 765). Red value is 175 (68.75% from 255 or 33.59% from 521); Green value is 92 (36.33% from 255 or 17.66% from 521); Blue value is 254 (99.61% from 255 or 48.75% from 521); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5CFE is #50A301. Grayscale: #868686. Windows color (decimal): -5284610 or 16669871. OLE color: 16669871.
HSL color Cylindrical-coordinate representation of color #AF5CFE: hue angle of 270.74º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5CFE is Cyan = 0.31, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 92 | 254 | - |
| CMYK | 0.31 | 0.64 | 0 | 0.00 |
| HSL | 270.74º | 0.99% | 0.68% | - |
| HSV(B) | 270.74º | 0.64% | 1% | - |
| XYZ | 39.4 | 23.92 | 96.31 | - |
| YUV | 135.29 | 195 | 156.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 92 | 254 | 0.31 | 0.64 | 0 | 0.00 | 270.74 | 0.99 | 0.68 |
| Hex | AF | 5C | FE | 1F | 40 | 0 | 0 | 10F | 63 | 44 |
| Octal | 257 | 134 | 376 | 37 | 100 | 0 | 0 | 417 | 143 | 104 |
| Binary | 10101111 | 1011100 | 11111110 | 11111 | 1000000 | 0 | 0 | 100001111 | 1100011 | 1000100 |
Color Harmonies of #AF5CFE
Complementary color
Monochromatic Colors of #AF5CFE
Black with #AF5CFE
Text Example
Text Example
White with #AF5CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5CFE; }
p { color: rgb(175,92,254); }
H1.HeaderClassName
{
color: #AF5CFE;
}
.AnyTagClassName
{
color: #AF5CFE;
}
</style>
background-color css
<style>
a { background-color: #AF5CFE; }
a { background-color: rgb(175,92,254); }
div.DivClassName
{
background-color: #AF5CFE;
}
.BgClassName
{
background-color: #AF5CFE;
}
</style>
border-color css
<style>
span { border-color: #AF5CFE; }
span { border-color: rgb(175,92,254); }
td.TdClassName
{
border-color: #AF5CFE;
}
.TagClassName
{
border-color: #AF5CFE;
}
</style>