Shades of Medium Purple #A663F3
Tints of Medium Purple #A663F3
RGB
CMYK
RGB Variations
Color information
#A663F3 (or 0xA663F3) is known color: Medium Purple. HEX triplet: A6, 63 and F3. RGB value is (166,99,243). Sum of RGB (Red+Green+Blue) = 166+99+243=508 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.68% from 508); Green value is 99 (39.06% from 255 or 19.49% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #A663F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663F3 is #599C0C. Grayscale: #868686. Windows color (decimal): -5872653 or 15950758. OLE color: 15950758.
HSL color Cylindrical-coordinate representation of color #A663F3: hue angle of 267.92º degrees, saturation: 0.86, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A663F3 is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 166 | 99 | 243 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.05 |
| HSL | 267.92º | 0.86% | 0.67% | - |
| HSV(B) | 267.92º | 0.59% | 0.95% | - |
| XYZ | 36.37 | 23.5 | 87.41 | - |
| YUV | 135.45 | 188.7 | 149.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 243 | 0.32 | 0.59 | 0 | 0.05 | 267.92 | 0.86 | 0.67 |
| Hex | A6 | 63 | F3 | 20 | 3B | 0 | 5 | 10C | 56 | 43 |
| Octal | 246 | 143 | 363 | 40 | 73 | 0 | 5 | 414 | 126 | 103 |
| Binary | 10100110 | 1100011 | 11110011 | 100000 | 111011 | 0 | 101 | 100001100 | 1010110 | 1000011 |
Color Harmonies of #A663F3
Complementary color
Monochromatic Colors of #A663F3
Black with #A663F3
Text Example
Text Example
White with #A663F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663F3; }
p { color: rgb(166,99,243); }
H1.HeaderClassName
{
color: #A663F3;
}
.AnyTagClassName
{
color: #A663F3;
}
</style>
background-color css
<style>
a { background-color: #A663F3; }
a { background-color: rgb(166,99,243); }
div.DivClassName
{
background-color: #A663F3;
}
.BgClassName
{
background-color: #A663F3;
}
</style>
border-color css
<style>
span { border-color: #A663F3; }
span { border-color: rgb(166,99,243); }
td.TdClassName
{
border-color: #A663F3;
}
.TagClassName
{
border-color: #A663F3;
}
</style>