Shades of Medium Orchid #AF54E8
Tints of Medium Orchid #AF54E8
RGB
CMYK
RGB Variations
Color information
#AF54E8 (or 0xAF54E8) is known color: Medium Orchid. HEX triplet: AF, 54 and E8. RGB value is (175,84,232). Sum of RGB (Red+Green+Blue) = 175+84+232=491 (65% of max value = 765). Red value is 175 (68.75% from 255 or 35.64% from 491); Green value is 84 (33.20% from 255 or 17.11% from 491); Blue value is 232 (91.02% from 255 or 47.25% from 491); Max value from RGB is 232 - color contains mainly: blue. Hex color #AF54E8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #AF54E8 is #50AB17. Grayscale: #7F7F7F. Windows color (decimal): -5286680 or 15226031. OLE color: 15226031.
HSL color Cylindrical-coordinate representation of color #AF54E8: hue angle of 276.89º degrees, saturation: 0.76, 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 #AF54E8 is Cyan = 0.25, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 175 | 84 | 232 | - |
| CMYK | 0.25 | 0.64 | 0 | 0.09 |
| HSL | 276.89º | 0.76% | 0.62% | - |
| HSV(B) | 276.89º | 0.64% | 0.91% | - |
| XYZ | 35.42 | 21.28 | 78.58 | - |
| YUV | 128.08 | 186.65 | 161.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 232 | 0.25 | 0.64 | 0 | 0.09 | 276.89 | 0.76 | 0.62 |
| Hex | AF | 54 | E8 | 19 | 40 | 0 | 9 | 115 | 4C | 3E |
| Octal | 257 | 124 | 350 | 31 | 100 | 0 | 11 | 425 | 114 | 76 |
| Binary | 10101111 | 1010100 | 11101000 | 11001 | 1000000 | 0 | 1001 | 100010101 | 1001100 | 111110 |
Color Harmonies of #AF54E8
Complementary color
Monochromatic Colors of #AF54E8
Black with #AF54E8
Text Example
Text Example
White with #AF54E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54E8; }
p { color: rgb(175,84,232); }
H1.HeaderClassName
{
color: #AF54E8;
}
.AnyTagClassName
{
color: #AF54E8;
}
</style>
background-color css
<style>
a { background-color: #AF54E8; }
a { background-color: rgb(175,84,232); }
div.DivClassName
{
background-color: #AF54E8;
}
.BgClassName
{
background-color: #AF54E8;
}
</style>
border-color css
<style>
span { border-color: #AF54E8; }
span { border-color: rgb(175,84,232); }
td.TdClassName
{
border-color: #AF54E8;
}
.TagClassName
{
border-color: #AF54E8;
}
</style>