Shades of Medium Orchid #AF48CF
Tints of Medium Orchid #AF48CF
RGB
CMYK
RGB Variations
Color information
#AF48CF (or 0xAF48CF) is known color: Medium Orchid. HEX triplet: AF, 48 and CF. RGB value is (175,72,207). Sum of RGB (Red+Green+Blue) = 175+72+207=454 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.55% from 454); Green value is 72 (28.52% from 255 or 15.86% from 454); Blue value is 207 (81.25% from 255 or 45.59% from 454); Max value from RGB is 207 - color contains mainly: blue. Hex color #AF48CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48CF is #50B730. Grayscale: #757575. Windows color (decimal): -5289777 or 13584559. OLE color: 13584559.
HSL color Cylindrical-coordinate representation of color #AF48CF: hue angle of 285.78º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF48CF is Cyan = 0.15, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 175 | 72 | 207 | - |
| CMYK | 0.15 | 0.65 | 0 | 0.19 |
| HSL | 285.78º | 0.58% | 0.55% | - |
| HSV(B) | 285.78º | 0.65% | 0.81% | - |
| XYZ | 31.26 | 18.25 | 60.91 | - |
| YUV | 118.19 | 178.12 | 168.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 207 | 0.15 | 0.65 | 0 | 0.19 | 285.78 | 0.58 | 0.55 |
| Hex | AF | 48 | CF | F | 41 | 0 | 13 | 11E | 3A | 37 |
| Octal | 257 | 110 | 317 | 17 | 101 | 0 | 23 | 436 | 72 | 67 |
| Binary | 10101111 | 1001000 | 11001111 | 1111 | 1000001 | 0 | 10011 | 100011110 | 111010 | 110111 |
Color Harmonies of #AF48CF
Complementary color
Monochromatic Colors of #AF48CF
Black with #AF48CF
Text Example
Text Example
White with #AF48CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48CF; }
p { color: rgb(175,72,207); }
H1.HeaderClassName
{
color: #AF48CF;
}
.AnyTagClassName
{
color: #AF48CF;
}
</style>
background-color css
<style>
a { background-color: #AF48CF; }
a { background-color: rgb(175,72,207); }
div.DivClassName
{
background-color: #AF48CF;
}
.BgClassName
{
background-color: #AF48CF;
}
</style>
border-color css
<style>
span { border-color: #AF48CF; }
span { border-color: rgb(175,72,207); }
td.TdClassName
{
border-color: #AF48CF;
}
.TagClassName
{
border-color: #AF48CF;
}
</style>