Shades of Medium Orchid #A648ED
Tints of Medium Orchid #A648ED
RGB
CMYK
RGB Variations
Color information
#A648ED (or 0xA648ED) is known color: Medium Orchid. HEX triplet: A6, 48 and ED. RGB value is (166,72,237). Sum of RGB (Red+Green+Blue) = 166+72+237=475 (62% of max value = 765). Red value is 166 (65.23% from 255 or 34.95% from 475); Green value is 72 (28.52% from 255 or 15.16% from 475); Blue value is 237 (92.97% from 255 or 49.89% from 475); Max value from RGB is 237 - color contains mainly: blue. Hex color #A648ED is not a web safe color. Web safe color analog (approx): #9933FF. Inversed color of #A648ED is #59B712. Grayscale: #767676. Windows color (decimal): -5879571 or 15550630. OLE color: 15550630.
HSL color Cylindrical-coordinate representation of color #A648ED: hue angle of 274.18º degrees, saturation: 0.82, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #A648ED is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 72 | 237 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.07 |
| HSL | 274.18º | 0.82% | 0.61% | - |
| HSV(B) | 274.18º | 0.7% | 0.93% | - |
| XYZ | 33.33 | 18.86 | 82 | - |
| YUV | 118.92 | 194.64 | 161.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 72 | 237 | 0.30 | 0.70 | 0 | 0.07 | 274.18 | 0.82 | 0.61 |
| Hex | A6 | 48 | ED | 1E | 46 | 0 | 7 | 112 | 52 | 3D |
| Octal | 246 | 110 | 355 | 36 | 106 | 0 | 7 | 422 | 122 | 75 |
| Binary | 10100110 | 1001000 | 11101101 | 11110 | 1000110 | 0 | 111 | 100010010 | 1010010 | 111101 |
Color Harmonies of #A648ED
Complementary color
Monochromatic Colors of #A648ED
Black with #A648ED
Text Example
Text Example
White with #A648ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A648ED; }
p { color: rgb(166,72,237); }
H1.HeaderClassName
{
color: #A648ED;
}
.AnyTagClassName
{
color: #A648ED;
}
</style>
background-color css
<style>
a { background-color: #A648ED; }
a { background-color: rgb(166,72,237); }
div.DivClassName
{
background-color: #A648ED;
}
.BgClassName
{
background-color: #A648ED;
}
</style>
border-color css
<style>
span { border-color: #A648ED; }
span { border-color: rgb(166,72,237); }
td.TdClassName
{
border-color: #A648ED;
}
.TagClassName
{
border-color: #A648ED;
}
</style>