Shades of Medium Orchid #AF54D4
Tints of Medium Orchid #AF54D4
RGB
CMYK
RGB Variations
Color information
#AF54D4 (or 0xAF54D4) is known color: Medium Orchid. HEX triplet: AF, 54 and D4. RGB value is (175,84,212). Sum of RGB (Red+Green+Blue) = 175+84+212=471 (62% of max value = 765). Red value is 175 (68.75% from 255 or 37.15% from 471); Green value is 84 (33.20% from 255 or 17.83% from 471); Blue value is 212 (83.20% from 255 or 45.01% from 471); Max value from RGB is 212 - color contains mainly: blue. Hex color #AF54D4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54D4 is #50AB2B. Grayscale: #7D7D7D. Windows color (decimal): -5286700 or 13915311. OLE color: 13915311.
HSL color Cylindrical-coordinate representation of color #AF54D4: hue angle of 282.66º degrees, saturation: 0.6, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #AF54D4 is Cyan = 0.17, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 175 | 84 | 212 | - |
| CMYK | 0.17 | 0.60 | 0 | 0.17 |
| HSL | 282.66º | 0.6% | 0.58% | - |
| HSV(B) | 282.66º | 0.6% | 0.83% | - |
| XYZ | 32.73 | 20.21 | 64.46 | - |
| YUV | 125.8 | 176.65 | 163.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 212 | 0.17 | 0.60 | 0 | 0.17 | 282.66 | 0.6 | 0.58 |
| Hex | AF | 54 | D4 | 11 | 3C | 0 | 11 | 11B | 3C | 3A |
| Octal | 257 | 124 | 324 | 21 | 74 | 0 | 21 | 433 | 74 | 72 |
| Binary | 10101111 | 1010100 | 11010100 | 10001 | 111100 | 0 | 10001 | 100011011 | 111100 | 111010 |
Color Harmonies of #AF54D4
Complementary color
Monochromatic Colors of #AF54D4
Black with #AF54D4
Text Example
Text Example
White with #AF54D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54D4; }
p { color: rgb(175,84,212); }
H1.HeaderClassName
{
color: #AF54D4;
}
.AnyTagClassName
{
color: #AF54D4;
}
</style>
background-color css
<style>
a { background-color: #AF54D4; }
a { background-color: rgb(175,84,212); }
div.DivClassName
{
background-color: #AF54D4;
}
.BgClassName
{
background-color: #AF54D4;
}
</style>
border-color css
<style>
span { border-color: #AF54D4; }
span { border-color: rgb(175,84,212); }
td.TdClassName
{
border-color: #AF54D4;
}
.TagClassName
{
border-color: #AF54D4;
}
</style>