Shades of Medium Orchid #AF48D0
Tints of Medium Orchid #AF48D0
RGB
CMYK
RGB Variations
Color information
#AF48D0 (or 0xAF48D0) is known color: Medium Orchid. HEX triplet: AF, 48 and D0. RGB value is (175,72,208). Sum of RGB (Red+Green+Blue) = 175+72+208=455 (60% of max value = 765). Red value is 175 (68.75% from 255 or 38.46% from 455); Green value is 72 (28.52% from 255 or 15.82% from 455); Blue value is 208 (81.64% from 255 or 45.71% from 455); Max value from RGB is 208 - color contains mainly: blue. Hex color #AF48D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #AF48D0 is #50B72F. Grayscale: #757575. Windows color (decimal): -5289776 or 13650095. OLE color: 13650095.
HSL color Cylindrical-coordinate representation of color #AF48D0: hue angle of 285.44º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #AF48D0 is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 175 | 72 | 208 | - |
| CMYK | 0.16 | 0.65 | 0 | 0.18 |
| HSL | 285.44º | 0.59% | 0.55% | - |
| HSV(B) | 285.44º | 0.65% | 0.82% | - |
| XYZ | 31.38 | 18.3 | 61.55 | - |
| YUV | 118.3 | 178.62 | 168.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 175 | 72 | 208 | 0.16 | 0.65 | 0 | 0.18 | 285.44 | 0.59 | 0.55 |
| Hex | AF | 48 | D0 | 10 | 41 | 0 | 12 | 11D | 3B | 37 |
| Octal | 257 | 110 | 320 | 20 | 101 | 0 | 22 | 435 | 73 | 67 |
| Binary | 10101111 | 1001000 | 11010000 | 10000 | 1000001 | 0 | 10010 | 100011101 | 111011 | 110111 |
Color Harmonies of #AF48D0
Complementary color
Monochromatic Colors of #AF48D0
Black with #AF48D0
Text Example
Text Example
White with #AF48D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #AF48D0; }
p { color: rgb(175,72,208); }
H1.HeaderClassName
{
color: #AF48D0;
}
.AnyTagClassName
{
color: #AF48D0;
}
</style>
background-color css
<style>
a { background-color: #AF48D0; }
a { background-color: rgb(175,72,208); }
div.DivClassName
{
background-color: #AF48D0;
}
.BgClassName
{
background-color: #AF48D0;
}
</style>
border-color css
<style>
span { border-color: #AF48D0; }
span { border-color: rgb(175,72,208); }
td.TdClassName
{
border-color: #AF48D0;
}
.TagClassName
{
border-color: #AF48D0;
}
</style>