Shades of Medium Orchid #AF5AFE
Tints of Medium Orchid #AF5AFE
RGB
CMYK
RGB Variations
Color information
#AF5AFE (or 0xAF5AFE) is known color: Medium Orchid. HEX triplet: AF, 5A and FE. RGB value is (175,90,254). Sum of RGB (Red+Green+Blue) = 175+90+254=519 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.72% from 519); Green value is 90 (35.55% from 255 or 17.34% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #AF5AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AFE is #50A501. Grayscale: #858585. Windows color (decimal): -5285122 or 16669359. OLE color: 16669359.
HSL color Cylindrical-coordinate representation of color #AF5AFE: hue angle of 271.1º degrees, saturation: 0.99, lightness: 0.67%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF5AFE is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 175 | 90 | 254 | - |
| CMYK | 0.31 | 0.65 | 0 | 0.00 |
| HSL | 271.1º | 0.99% | 0.67% | - |
| HSV(B) | 271.1º | 0.65% | 1% | - |
| XYZ | 39.22 | 23.58 | 96.25 | - |
| YUV | 134.11 | 195.66 | 157.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 254 | 0.31 | 0.65 | 0 | 0.00 | 271.1 | 0.99 | 0.67 |
| Hex | AF | 5A | FE | 1F | 41 | 0 | 0 | 10F | 63 | 43 |
| Octal | 257 | 132 | 376 | 37 | 101 | 0 | 0 | 417 | 143 | 103 |
| Binary | 10101111 | 1011010 | 11111110 | 11111 | 1000001 | 0 | 0 | 100001111 | 1100011 | 1000011 |
Color Harmonies of #AF5AFE
Complementary color
Monochromatic Colors of #AF5AFE
Black with #AF5AFE
Text Example
Text Example
White with #AF5AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AFE; }
p { color: rgb(175,90,254); }
H1.HeaderClassName
{
color: #AF5AFE;
}
.AnyTagClassName
{
color: #AF5AFE;
}
</style>
background-color css
<style>
a { background-color: #AF5AFE; }
a { background-color: rgb(175,90,254); }
div.DivClassName
{
background-color: #AF5AFE;
}
.BgClassName
{
background-color: #AF5AFE;
}
</style>
border-color css
<style>
span { border-color: #AF5AFE; }
span { border-color: rgb(175,90,254); }
td.TdClassName
{
border-color: #AF5AFE;
}
.TagClassName
{
border-color: #AF5AFE;
}
</style>