Shades of Medium Orchid #AF56E8
Tints of Medium Orchid #AF56E8
RGB
CMYK
RGB Variations
Color information
#AF56E8 (or 0xAF56E8) is known color: Medium Orchid. HEX triplet: AF, 56 and E8. RGB value is (175,86,232). Sum of RGB (Red+Green+Blue) = 175+86+232=493 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.50% from 493); Green value is 86 (33.98% from 255 or 17.44% from 493); Blue value is 232 (91.02% from 255 or 47.06% from 493); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF56E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF56E8 is #50A917. Grayscale: #808080. Windows color (decimal): -5286168 or 15226543. OLE color: 15226543.
HSL color Cylindrical-coordinate representation of color #AF56E8: hue angle of 276.58º degrees, saturation: 0.76, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #AF56E8 is Cyan = 0.25, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 86 | 232 | - |
| CMYK | 0.25 | 0.63 | 0 | 0.09 |
| HSL | 276.58º | 0.76% | 0.62% | - |
| HSV(B) | 276.58º | 0.63% | 0.91% | - |
| XYZ | 35.57 | 21.6 | 78.64 | - |
| YUV | 129.26 | 185.99 | 160.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 86 | 232 | 0.25 | 0.63 | 0 | 0.09 | 276.58 | 0.76 | 0.62 |
| Hex | AF | 56 | E8 | 19 | 3F | 0 | 9 | 115 | 4C | 3E |
| Octal | 257 | 126 | 350 | 31 | 77 | 0 | 11 | 425 | 114 | 76 |
| Binary | 10101111 | 1010110 | 11101000 | 11001 | 111111 | 0 | 1001 | 100010101 | 1001100 | 111110 |
Color Harmonies of #AF56E8
Complementary color
Monochromatic Colors of #AF56E8
Black with #AF56E8
Text Example
Text Example
White with #AF56E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF56E8; }
p { color: rgb(175,86,232); }
H1.HeaderClassName
{
color: #AF56E8;
}
.AnyTagClassName
{
color: #AF56E8;
}
</style>
background-color css
<style>
a { background-color: #AF56E8; }
a { background-color: rgb(175,86,232); }
div.DivClassName
{
background-color: #AF56E8;
}
.BgClassName
{
background-color: #AF56E8;
}
</style>
border-color css
<style>
span { border-color: #AF56E8; }
span { border-color: rgb(175,86,232); }
td.TdClassName
{
border-color: #AF56E8;
}
.TagClassName
{
border-color: #AF56E8;
}
</style>