Shades of Medium Purple #A866FD
Tints of Medium Purple #A866FD
RGB
CMYK
RGB Variations
Color information
#A866FD (or 0xA866FD) is known color: Medium Purple. HEX triplet: A8, 66 and FD. RGB value is (168,102,253). Sum of RGB (Red+Green+Blue) = 168+102+253=523 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.12% from 523); Green value is 102 (40.23% from 255 or 19.50% from 523); Blue value is 253 (99.22% from 255 or 48.37% from 523); Max value from RGB is 253 - color contains mainly: blue. Hex color #A866FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A866FD is #579902. Grayscale: #8A8A8A. Windows color (decimal): -5740803 or 16606888. OLE color: 16606888.
HSL color Cylindrical-coordinate representation of color #A866FD: hue angle of 266.23º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A866FD is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 102 | 253 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.01 |
| HSL | 266.23º | 0.97% | 0.7% | - |
| HSV(B) | 266.23º | 0.6% | 0.99% | - |
| XYZ | 38.63 | 24.92 | 95.7 | - |
| YUV | 138.95 | 192.37 | 148.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 102 | 253 | 0.34 | 0.60 | 0 | 0.01 | 266.23 | 0.97 | 0.7 |
| Hex | A8 | 66 | FD | 22 | 3C | 0 | 1 | 10A | 61 | 46 |
| Octal | 250 | 146 | 375 | 42 | 74 | 0 | 1 | 412 | 141 | 106 |
| Binary | 10101000 | 1100110 | 11111101 | 100010 | 111100 | 0 | 1 | 100001010 | 1100001 | 1000110 |
Color Harmonies of #A866FD
Complementary color
Monochromatic Colors of #A866FD
Black with #A866FD
Text Example
Text Example
White with #A866FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A866FD; }
p { color: rgb(168,102,253); }
H1.HeaderClassName
{
color: #A866FD;
}
.AnyTagClassName
{
color: #A866FD;
}
</style>
background-color css
<style>
a { background-color: #A866FD; }
a { background-color: rgb(168,102,253); }
div.DivClassName
{
background-color: #A866FD;
}
.BgClassName
{
background-color: #A866FD;
}
</style>
border-color css
<style>
span { border-color: #A866FD; }
span { border-color: rgb(168,102,253); }
td.TdClassName
{
border-color: #A866FD;
}
.TagClassName
{
border-color: #A866FD;
}
</style>