Shades of Medium Orchid #AF54CF
Tints of Medium Orchid #AF54CF
RGB
CMYK
RGB Variations
Color information
#AF54CF (or 0xAF54CF) is known color: Medium Orchid. HEX triplet: AF, 54 and CF. RGB value is (175,84,207). Sum of RGB (Red+Green+Blue) = 175+84+207=466 (61% of max value = 765). Red value is 175 (68.75% from 255 or 37.55% from 466); Green value is 84 (33.20% from 255 or 18.03% from 466); Blue value is 207 (81.25% from 255 or 44.42% from 466); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF54CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #AF54CF is #50AB30. Grayscale: #7C7C7C. Windows color (decimal): -5286705 or 13587631. OLE color: 13587631.
HSL color Cylindrical-coordinate representation of color #AF54CF: hue angle of 284.39º degrees, saturation: 0.56, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #AF54CF is Cyan = 0.15, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 84 | 207 | - |
| CMYK | 0.15 | 0.59 | 0 | 0.19 |
| HSL | 284.39º | 0.56% | 0.57% | - |
| HSV(B) | 284.39º | 0.59% | 0.81% | - |
| XYZ | 32.11 | 19.96 | 61.19 | - |
| YUV | 125.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 84 | 207 | 0.15 | 0.59 | 0 | 0.19 | 284.39 | 0.56 | 0.57 |
| Hex | AF | 54 | CF | F | 3B | 0 | 13 | 11C | 38 | 39 |
| Octal | 257 | 124 | 317 | 17 | 73 | 0 | 23 | 434 | 70 | 71 |
| Binary | 10101111 | 1010100 | 11001111 | 1111 | 111011 | 0 | 10011 | 100011100 | 111000 | 111001 |
Color Harmonies of #AF54CF
Complementary color
Monochromatic Colors of #AF54CF
Black with #AF54CF
Text Example
Text Example
White with #AF54CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF54CF; }
p { color: rgb(175,84,207); }
H1.HeaderClassName
{
color: #AF54CF;
}
.AnyTagClassName
{
color: #AF54CF;
}
</style>
background-color css
<style>
a { background-color: #AF54CF; }
a { background-color: rgb(175,84,207); }
div.DivClassName
{
background-color: #AF54CF;
}
.BgClassName
{
background-color: #AF54CF;
}
</style>
border-color css
<style>
span { border-color: #AF54CF; }
span { border-color: rgb(175,84,207); }
td.TdClassName
{
border-color: #AF54CF;
}
.TagClassName
{
border-color: #AF54CF;
}
</style>