Shades of Medium Purple #A663FE
Tints of Medium Purple #A663FE
RGB
CMYK
RGB Variations
Color information
#A663FE (or 0xA663FE) is known color: Medium Purple. HEX triplet: A6, 63 and FE. RGB value is (166,99,254). Sum of RGB (Red+Green+Blue) = 166+99+254=519 (68% of max value = 765). Red value is 166 (65.23% from 255 or 31.98% from 519); Green value is 99 (39.06% from 255 or 19.08% from 519); Blue value is 254 (99.61% from 255 or 48.94% from 519); Max value from RGB is 254 - color contains mainly: blue. Hex color #A663FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663FE is #599C01. Grayscale: #888888. Windows color (decimal): -5872642 or 16671654. OLE color: 16671654.
HSL color Cylindrical-coordinate representation of color #A663FE: hue angle of 265.94º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A663FE is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 99 | 254 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.00 |
| HSL | 265.94º | 0.99% | 0.69% | - |
| HSV(B) | 265.94º | 0.61% | 1% | - |
| XYZ | 38.08 | 24.19 | 96.43 | - |
| YUV | 136.7 | 194.2 | 148.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 254 | 0.35 | 0.61 | 0 | 0.00 | 265.94 | 0.99 | 0.69 |
| Hex | A6 | 63 | FE | 23 | 3D | 0 | 0 | 10A | 63 | 45 |
| Octal | 246 | 143 | 376 | 43 | 75 | 0 | 0 | 412 | 143 | 105 |
| Binary | 10100110 | 1100011 | 11111110 | 100011 | 111101 | 0 | 0 | 100001010 | 1100011 | 1000101 |
Color Harmonies of #A663FE
Complementary color
Monochromatic Colors of #A663FE
Black with #A663FE
Text Example
Text Example
White with #A663FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663FE; }
p { color: rgb(166,99,254); }
H1.HeaderClassName
{
color: #A663FE;
}
.AnyTagClassName
{
color: #A663FE;
}
</style>
background-color css
<style>
a { background-color: #A663FE; }
a { background-color: rgb(166,99,254); }
div.DivClassName
{
background-color: #A663FE;
}
.BgClassName
{
background-color: #A663FE;
}
</style>
border-color css
<style>
span { border-color: #A663FE; }
span { border-color: rgb(166,99,254); }
td.TdClassName
{
border-color: #A663FE;
}
.TagClassName
{
border-color: #A663FE;
}
</style>