Shades of Medium Orchid #A648DF
Tints of Medium Orchid #A648DF
RGB
CMYK
RGB Variations
Color information
#A648DF (or 0xA648DF) is known color: Medium Orchid. HEX triplet: A6, 48 and DF. RGB value is (166,72,223). Sum of RGB (Red+Green+Blue) = 166+72+223=461 (61% of max value = 765). Red value is 166 (65.23% from 255 or 36.01% from 461); Green value is 72 (28.52% from 255 or 15.62% from 461); Blue value is 223 (87.5% from 255 or 48.37% from 461); Max value from RGB is 223 - color contains mainly: blue. Hex color #A648DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #A648DF is #59B720. Grayscale: #747474. Windows color (decimal): -5879585 or 14633126. OLE color: 14633126.
HSL color Cylindrical-coordinate representation of color #A648DF: hue angle of 277.35º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #A648DF is Cyan = 0.26, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 166 | 72 | 223 | - |
| CMYK | 0.26 | 0.68 | 0 | 0.13 |
| HSL | 277.35º | 0.7% | 0.58% | - |
| HSV(B) | 277.35º | 0.68% | 0.87% | - |
| XYZ | 31.36 | 18.07 | 71.65 | - |
| YUV | 117.32 | 187.64 | 162.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 223 | 0.26 | 0.68 | 0 | 0.13 | 277.35 | 0.7 | 0.58 |
| Hex | A6 | 48 | DF | 1A | 44 | 0 | D | 115 | 46 | 3A |
| Octal | 246 | 110 | 337 | 32 | 104 | 0 | 15 | 425 | 106 | 72 |
| Binary | 10100110 | 1001000 | 11011111 | 11010 | 1000100 | 0 | 1101 | 100010101 | 1000110 | 111010 |
Color Harmonies of #A648DF
Complementary color
Monochromatic Colors of #A648DF
Black with #A648DF
Text Example
Text Example
White with #A648DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648DF; }
p { color: rgb(166,72,223); }
H1.HeaderClassName
{
color: #A648DF;
}
.AnyTagClassName
{
color: #A648DF;
}
</style>
background-color css
<style>
a { background-color: #A648DF; }
a { background-color: rgb(166,72,223); }
div.DivClassName
{
background-color: #A648DF;
}
.BgClassName
{
background-color: #A648DF;
}
</style>
border-color css
<style>
span { border-color: #A648DF; }
span { border-color: rgb(166,72,223); }
td.TdClassName
{
border-color: #A648DF;
}
.TagClassName
{
border-color: #A648DF;
}
</style>