Shades of Medium Orchid #AF54DF
Tints of Medium Orchid #AF54DF
RGB
CMYK
RGB Variations
Color information
#AF54DF (or 0xAF54DF) is known color: Medium Orchid. HEX triplet: AF, 54 and DF. RGB value is (175,84,223). Sum of RGB (Red+Green+Blue) = 175+84+223=482 (63% of max value = 765). Red value is 175 (68.75% from 255 or 36.31% from 482); Green value is 84 (33.20% from 255 or 17.43% from 482); Blue value is 223 (87.5% from 255 or 46.27% from 482); Max value from RGB is 223 - color contains mainly: blue. Hex color #AF54DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54DF is #50AB20. Grayscale: #7E7E7E. Windows color (decimal): -5286689 or 14636207. OLE color: 14636207.
HSL color Cylindrical-coordinate representation of color #AF54DF: hue angle of 279.28º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #AF54DF is Cyan = 0.22, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 175 | 84 | 223 | - |
| CMYK | 0.22 | 0.62 | 0 | 0.13 |
| HSL | 279.28º | 0.68% | 0.6% | - |
| HSV(B) | 279.28º | 0.62% | 0.87% | - |
| XYZ | 34.17 | 20.78 | 72.02 | - |
| YUV | 127.06 | 182.15 | 162.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 223 | 0.22 | 0.62 | 0 | 0.13 | 279.28 | 0.68 | 0.6 |
| Hex | AF | 54 | DF | 16 | 3E | 0 | D | 117 | 44 | 3C |
| Octal | 257 | 124 | 337 | 26 | 76 | 0 | 15 | 427 | 104 | 74 |
| Binary | 10101111 | 1010100 | 11011111 | 10110 | 111110 | 0 | 1101 | 100010111 | 1000100 | 111100 |
Color Harmonies of #AF54DF
Complementary color
Monochromatic Colors of #AF54DF
Black with #AF54DF
Text Example
Text Example
White with #AF54DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54DF; }
p { color: rgb(175,84,223); }
H1.HeaderClassName
{
color: #AF54DF;
}
.AnyTagClassName
{
color: #AF54DF;
}
</style>
background-color css
<style>
a { background-color: #AF54DF; }
a { background-color: rgb(175,84,223); }
div.DivClassName
{
background-color: #AF54DF;
}
.BgClassName
{
background-color: #AF54DF;
}
</style>
border-color css
<style>
span { border-color: #AF54DF; }
span { border-color: rgb(175,84,223); }
td.TdClassName
{
border-color: #AF54DF;
}
.TagClassName
{
border-color: #AF54DF;
}
</style>