Shades of Medium Purple #A868FF
Tints of Medium Purple #A868FF
RGB
CMYK
RGB Variations
Color information
#A868FF (or 0xA868FF) is known color: Medium Purple. HEX triplet: A8, 68 and FF. RGB value is (168,104,255). Sum of RGB (Red+Green+Blue) = 168+104+255=527 (69% of max value = 765). Red value is 168 (66.02% from 255 or 31.88% from 527); Green value is 104 (41.02% from 255 or 19.73% from 527); Blue value is 255 (100% from 255 or 48.39% from 527); Max value from RGB is 255 - color contains mainly: blue. Hex color #A868FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868FF is #579700. Grayscale: #8B8B8B. Windows color (decimal): -5740289 or 16738472. OLE color: 16738472.
HSL color Cylindrical-coordinate representation of color #A868FF: hue angle of 265.43º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A868FF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 104 | 255 | - |
| CMYK | 0.34 | 0.59 | 0 | 0 |
| HSL | 265.43º | 1% | 0.7% | - |
| HSV(B) | 265.43º | 0.59% | 1% | - |
| XYZ | 39.15 | 25.45 | 97.46 | - |
| YUV | 140.35 | 192.7 | 147.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 255 | 0.34 | 0.59 | 0 | 0 | 265.43 | 1 | 0.7 |
| Hex | A8 | 68 | FF | 22 | 3B | 0 | 0 | 109 | 64 | 46 |
| Octal | 250 | 150 | 377 | 42 | 73 | 0 | 0 | 411 | 144 | 106 |
| Binary | 10101000 | 1101000 | 11111111 | 100010 | 111011 | 0 | 0 | 100001001 | 1100100 | 1000110 |
Color Harmonies of #A868FF
Complementary color
Monochromatic Colors of #A868FF
Black with #A868FF
Text Example
Text Example
White with #A868FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868FF; }
p { color: rgb(168,104,255); }
H1.HeaderClassName
{
color: #A868FF;
}
.AnyTagClassName
{
color: #A868FF;
}
</style>
background-color css
<style>
a { background-color: #A868FF; }
a { background-color: rgb(168,104,255); }
div.DivClassName
{
background-color: #A868FF;
}
.BgClassName
{
background-color: #A868FF;
}
</style>
border-color css
<style>
span { border-color: #A868FF; }
span { border-color: rgb(168,104,255); }
td.TdClassName
{
border-color: #A868FF;
}
.TagClassName
{
border-color: #A868FF;
}
</style>