Shades of Medium Orchid #AF5AF7
Tints of Medium Orchid #AF5AF7
RGB
CMYK
RGB Variations
Color information
#AF5AF7 (or 0xAF5AF7) is known color: Medium Orchid. HEX triplet: AF, 5A and F7. RGB value is (175,90,247). Sum of RGB (Red+Green+Blue) = 175+90+247=512 (67% of max value = 765). Red value is 175 (68.75% from 255 or 34.18% from 512); Green value is 90 (35.55% from 255 or 17.58% from 512); Blue value is 247 (96.88% from 255 or 48.24% from 512); Max value from RGB is 247 - color contains mainly: blue. Hex color #AF5AF7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF5AF7 is #50A508. Grayscale: #848484. Windows color (decimal): -5285129 or 16210607. OLE color: 16210607.
HSL color Cylindrical-coordinate representation of color #AF5AF7: hue angle of 272.48º degrees, saturation: 0.91, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF5AF7 is Cyan = 0.29, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 175 | 90 | 247 | - |
| CMYK | 0.29 | 0.64 | 0 | 0.03 |
| HSL | 272.48º | 0.91% | 0.66% | - |
| HSV(B) | 272.48º | 0.64% | 0.97% | - |
| XYZ | 38.12 | 23.14 | 90.45 | - |
| YUV | 133.31 | 192.16 | 157.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 90 | 247 | 0.29 | 0.64 | 0 | 0.03 | 272.48 | 0.91 | 0.66 |
| Hex | AF | 5A | F7 | 1D | 40 | 0 | 3 | 110 | 5B | 42 |
| Octal | 257 | 132 | 367 | 35 | 100 | 0 | 3 | 420 | 133 | 102 |
| Binary | 10101111 | 1011010 | 11110111 | 11101 | 1000000 | 0 | 11 | 100010000 | 1011011 | 1000010 |
Color Harmonies of #AF5AF7
Complementary color
Monochromatic Colors of #AF5AF7
Black with #AF5AF7
Text Example
Text Example
White with #AF5AF7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF5AF7; }
p { color: rgb(175,90,247); }
H1.HeaderClassName
{
color: #AF5AF7;
}
.AnyTagClassName
{
color: #AF5AF7;
}
</style>
background-color css
<style>
a { background-color: #AF5AF7; }
a { background-color: rgb(175,90,247); }
div.DivClassName
{
background-color: #AF5AF7;
}
.BgClassName
{
background-color: #AF5AF7;
}
</style>
border-color css
<style>
span { border-color: #AF5AF7; }
span { border-color: rgb(175,90,247); }
td.TdClassName
{
border-color: #AF5AF7;
}
.TagClassName
{
border-color: #AF5AF7;
}
</style>