Shades of Medium Purple #A663F0
Tints of Medium Purple #A663F0
RGB
CMYK
RGB Variations
Color information
#A663F0 (or 0xA663F0) is known color: Medium Purple. HEX triplet: A6, 63 and F0. RGB value is (166,99,240). Sum of RGB (Red+Green+Blue) = 166+99+240=505 (66% of max value = 765). Red value is 166 (65.23% from 255 or 32.87% from 505); Green value is 99 (39.06% from 255 or 19.60% from 505); Blue value is 240 (94.14% from 255 or 47.52% from 505); Max value from RGB is 240 - color contains mainly: blue. Hex color #A663F0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663F0 is #599C0F. Grayscale: #868686. Windows color (decimal): -5872656 or 15754150. OLE color: 15754150.
HSL color Cylindrical-coordinate representation of color #A663F0: hue angle of 268.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A663F0 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 166 | 99 | 240 | - |
| CMYK | 0.31 | 0.59 | 0 | 0.06 |
| HSL | 268.51º | 0.82% | 0.66% | - |
| HSV(B) | 268.51º | 0.59% | 0.94% | - |
| XYZ | 35.92 | 23.32 | 85.05 | - |
| YUV | 135.11 | 187.2 | 150.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 240 | 0.31 | 0.59 | 0 | 0.06 | 268.51 | 0.82 | 0.66 |
| Hex | A6 | 63 | F0 | 1F | 3B | 0 | 6 | 10D | 52 | 42 |
| Octal | 246 | 143 | 360 | 37 | 73 | 0 | 6 | 415 | 122 | 102 |
| Binary | 10100110 | 1100011 | 11110000 | 11111 | 111011 | 0 | 110 | 100001101 | 1010010 | 1000010 |
Color Harmonies of #A663F0
Complementary color
Monochromatic Colors of #A663F0
Black with #A663F0
Text Example
Text Example
White with #A663F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663F0; }
p { color: rgb(166,99,240); }
H1.HeaderClassName
{
color: #A663F0;
}
.AnyTagClassName
{
color: #A663F0;
}
</style>
background-color css
<style>
a { background-color: #A663F0; }
a { background-color: rgb(166,99,240); }
div.DivClassName
{
background-color: #A663F0;
}
.BgClassName
{
background-color: #A663F0;
}
</style>
border-color css
<style>
span { border-color: #A663F0; }
span { border-color: rgb(166,99,240); }
td.TdClassName
{
border-color: #A663F0;
}
.TagClassName
{
border-color: #A663F0;
}
</style>