Shades of Medium Purple #A868FD
Tints of Medium Purple #A868FD
RGB
CMYK
RGB Variations
Color information
#A868FD (or 0xA868FD) is known color: Medium Purple. HEX triplet: A8, 68 and FD. RGB value is (168,104,253). Sum of RGB (Red+Green+Blue) = 168+104+253=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 104 (41.02% from 255 or 19.81% from 525); Blue value is 253 (99.22% from 255 or 48.19% from 525); Max value from RGB is 253 - color contains mainly: blue. Hex color #A868FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FD is #579702. Grayscale: #8B8B8B. Windows color (decimal): -5740291 or 16607400. OLE color: 16607400.
HSL color Cylindrical-coordinate representation of color #A868FD: hue angle of 265.77º degrees, saturation: 0.97, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A868FD is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 168 | 104 | 253 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.01 |
| HSL | 265.77º | 0.97% | 0.7% | - |
| HSV(B) | 265.77º | 0.59% | 0.99% | - |
| XYZ | 38.83 | 25.32 | 95.77 | - |
| YUV | 140.12 | 191.7 | 147.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 253 | 0.34 | 0.59 | 0 | 0.01 | 265.77 | 0.97 | 0.7 |
| Hex | A8 | 68 | FD | 22 | 3B | 0 | 1 | 10A | 61 | 46 |
| Octal | 250 | 150 | 375 | 42 | 73 | 0 | 1 | 412 | 141 | 106 |
| Binary | 10101000 | 1101000 | 11111101 | 100010 | 111011 | 0 | 1 | 100001010 | 1100001 | 1000110 |
Color Harmonies of #A868FD
Complementary color
Monochromatic Colors of #A868FD
Black with #A868FD
Text Example
Text Example
White with #A868FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868FD; }
p { color: rgb(168,104,253); }
H1.HeaderClassName
{
color: #A868FD;
}
.AnyTagClassName
{
color: #A868FD;
}
</style>
background-color css
<style>
a { background-color: #A868FD; }
a { background-color: rgb(168,104,253); }
div.DivClassName
{
background-color: #A868FD;
}
.BgClassName
{
background-color: #A868FD;
}
</style>
border-color css
<style>
span { border-color: #A868FD; }
span { border-color: rgb(168,104,253); }
td.TdClassName
{
border-color: #A868FD;
}
.TagClassName
{
border-color: #A868FD;
}
</style>