Shades of Medium Purple #A663FD
Tints of Medium Purple #A663FD
RGB
CMYK
RGB Variations
Color information
#A663FD (or 0xA663FD) is known color: Medium Purple. HEX triplet: A6, 63 and FD. RGB value is (166,99,253). Sum of RGB (Red+Green+Blue) = 166+99+253=518 (68% of max value = 765). Red value is 166 (65.23% from 255 or 32.05% from 518); Green value is 99 (39.06% from 255 or 19.11% from 518); Blue value is 253 (99.22% from 255 or 48.84% from 518); Max value from RGB is 253 - color contains mainly: blue. Hex color #A663FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A663FD is #599C02. Grayscale: #888888. Windows color (decimal): -5872643 or 16606118. OLE color: 16606118.
HSL color Cylindrical-coordinate representation of color #A663FD: hue angle of 266.1º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #A663FD is Cyan = 0.34, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 99 | 253 | - |
| CMYK | 0.34 | 0.61 | 0 | 0.01 |
| HSL | 266.1º | 0.97% | 0.69% | - |
| HSV(B) | 266.1º | 0.61% | 0.99% | - |
| XYZ | 37.92 | 24.12 | 95.59 | - |
| YUV | 136.59 | 193.7 | 148.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 99 | 253 | 0.34 | 0.61 | 0 | 0.01 | 266.1 | 0.97 | 0.69 |
| Hex | A6 | 63 | FD | 22 | 3D | 0 | 1 | 10A | 61 | 45 |
| Octal | 246 | 143 | 375 | 42 | 75 | 0 | 1 | 412 | 141 | 105 |
| Binary | 10100110 | 1100011 | 11111101 | 100010 | 111101 | 0 | 1 | 100001010 | 1100001 | 1000101 |
Color Harmonies of #A663FD
Complementary color
Monochromatic Colors of #A663FD
Black with #A663FD
Text Example
Text Example
White with #A663FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A663FD; }
p { color: rgb(166,99,253); }
H1.HeaderClassName
{
color: #A663FD;
}
.AnyTagClassName
{
color: #A663FD;
}
</style>
background-color css
<style>
a { background-color: #A663FD; }
a { background-color: rgb(166,99,253); }
div.DivClassName
{
background-color: #A663FD;
}
.BgClassName
{
background-color: #A663FD;
}
</style>
border-color css
<style>
span { border-color: #A663FD; }
span { border-color: rgb(166,99,253); }
td.TdClassName
{
border-color: #A663FD;
}
.TagClassName
{
border-color: #A663FD;
}
</style>