Shades of Medium Orchid #AF54E9
Tints of Medium Orchid #AF54E9
RGB
CMYK
RGB Variations
Color information
#AF54E9 (or 0xAF54E9) is known color: Medium Orchid. HEX triplet: AF, 54 and E9. RGB value is (175,84,233). Sum of RGB (Red+Green+Blue) = 175+84+233=492 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.57% from 492); Green value is 84 (33.20% from 255 or 17.07% from 492); Blue value is 233 (91.41% from 255 or 47.36% from 492); Max value from RGB is 233 - color contains mainly: blue. Hex color #AF54E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54E9 is #50AB16. Grayscale: #7F7F7F. Windows color (decimal): -5286679 or 15291567. OLE color: 15291567.
HSL color Cylindrical-coordinate representation of color #AF54E9: hue angle of 276.64º degrees, saturation: 0.77, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #AF54E9 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 84 | 233 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.09 |
| HSL | 276.64º | 0.77% | 0.62% | - |
| HSV(B) | 276.64º | 0.64% | 0.91% | - |
| XYZ | 35.56 | 21.34 | 79.34 | - |
| YUV | 128.2 | 187.15 | 161.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 233 | 0.25 | 0.64 | 0 | 0.09 | 276.64 | 0.77 | 0.62 |
| Hex | AF | 54 | E9 | 19 | 40 | 0 | 9 | 115 | 4D | 3E |
| Octal | 257 | 124 | 351 | 31 | 100 | 0 | 11 | 425 | 115 | 76 |
| Binary | 10101111 | 1010100 | 11101001 | 11001 | 1000000 | 0 | 1001 | 100010101 | 1001101 | 111110 |
Color Harmonies of #AF54E9
Complementary color
Monochromatic Colors of #AF54E9
Black with #AF54E9
Text Example
Text Example
White with #AF54E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54E9; }
p { color: rgb(175,84,233); }
H1.HeaderClassName
{
color: #AF54E9;
}
.AnyTagClassName
{
color: #AF54E9;
}
</style>
background-color css
<style>
a { background-color: #AF54E9; }
a { background-color: rgb(175,84,233); }
div.DivClassName
{
background-color: #AF54E9;
}
.BgClassName
{
background-color: #AF54E9;
}
</style>
border-color css
<style>
span { border-color: #AF54E9; }
span { border-color: rgb(175,84,233); }
td.TdClassName
{
border-color: #AF54E9;
}
.TagClassName
{
border-color: #AF54E9;
}
</style>