Shades of Medium Orchid #AF5AFF
Tints of Medium Orchid #AF5AFF
RGB
CMYK
RGB Variations
Color information
#AF5AFF (or 0xAF5AFF) is known color: Medium Orchid. HEX triplet: AF, 5A and FF. RGB value is (175,90,255). Sum of RGB (Red+Green+Blue) = 175+90+255=520 (68% of max value = 765). Red value is 175 (68.75% from 255 or 33.65% from 520); Green value is 90 (35.55% from 255 or 17.31% from 520); Blue value is 255 (100% from 255 or 49.04% from 520); Max value from RGB is 255 - color contains mainly: blue. Hex color #AF5AFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AFF is #50A500. Grayscale: #858585. Windows color (decimal): -5285121 or 16734895. OLE color: 16734895.
HSL color Cylindrical-coordinate representation of color #AF5AFF: hue angle of 270.91º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF5AFF is Cyan = 0.31, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 175 | 90 | 255 | - |
| CMYK | 0.31 | 0.65 | 0 | 0 |
| HSL | 270.91º | 1% | 0.68% | - |
| HSV(B) | 270.91º | 0.65% | 1% | - |
| XYZ | 39.39 | 23.65 | 97.1 | - |
| YUV | 134.23 | 196.16 | 157.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 255 | 0.31 | 0.65 | 0 | 0 | 270.91 | 1 | 0.68 |
| Hex | AF | 5A | FF | 1F | 41 | 0 | 0 | 10F | 64 | 44 |
| Octal | 257 | 132 | 377 | 37 | 101 | 0 | 0 | 417 | 144 | 104 |
| Binary | 10101111 | 1011010 | 11111111 | 11111 | 1000001 | 0 | 0 | 100001111 | 1100100 | 1000100 |
Color Harmonies of #AF5AFF
Complementary color
Monochromatic Colors of #AF5AFF
Black with #AF5AFF
Text Example
Text Example
White with #AF5AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AFF; }
p { color: rgb(175,90,255); }
H1.HeaderClassName
{
color: #AF5AFF;
}
.AnyTagClassName
{
color: #AF5AFF;
}
</style>
background-color css
<style>
a { background-color: #AF5AFF; }
a { background-color: rgb(175,90,255); }
div.DivClassName
{
background-color: #AF5AFF;
}
.BgClassName
{
background-color: #AF5AFF;
}
</style>
border-color css
<style>
span { border-color: #AF5AFF; }
span { border-color: rgb(175,90,255); }
td.TdClassName
{
border-color: #AF5AFF;
}
.TagClassName
{
border-color: #AF5AFF;
}
</style>