Shades of Medium Purple #A868F9
Tints of Medium Purple #A868F9
RGB
CMYK
RGB Variations
Color information
#A868F9 (or 0xA868F9) is known color: Medium Purple. HEX triplet: A8, 68 and F9. RGB value is (168,104,249). Sum of RGB (Red+Green+Blue) = 168+104+249=521 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32.25% from 521); Green value is 104 (41.02% from 255 or 19.96% from 521); Blue value is 249 (97.66% from 255 or 47.79% from 521); Max value from RGB is 249 - color contains mainly: blue. Hex color #A868F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A868F9 is #579706. Grayscale: #8B8B8B. Windows color (decimal): -5740295 or 16345256. OLE color: 16345256.
HSL color Cylindrical-coordinate representation of color #A868F9: hue angle of 266.48º degrees, saturation: 0.92, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A868F9 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 104 | 249 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.02 |
| HSL | 266.48º | 0.92% | 0.69% | - |
| HSV(B) | 266.48º | 0.58% | 0.98% | - |
| XYZ | 38.2 | 25.07 | 92.45 | - |
| YUV | 139.67 | 189.7 | 148.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 104 | 249 | 0.33 | 0.58 | 0 | 0.02 | 266.48 | 0.92 | 0.69 |
| Hex | A8 | 68 | F9 | 21 | 3A | 0 | 2 | 10A | 5C | 45 |
| Octal | 250 | 150 | 371 | 41 | 72 | 0 | 2 | 412 | 134 | 105 |
| Binary | 10101000 | 1101000 | 11111001 | 100001 | 111010 | 0 | 10 | 100001010 | 1011100 | 1000101 |
Color Harmonies of #A868F9
Complementary color
Monochromatic Colors of #A868F9
Black with #A868F9
Text Example
Text Example
White with #A868F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A868F9; }
p { color: rgb(168,104,249); }
H1.HeaderClassName
{
color: #A868F9;
}
.AnyTagClassName
{
color: #A868F9;
}
</style>
background-color css
<style>
a { background-color: #A868F9; }
a { background-color: rgb(168,104,249); }
div.DivClassName
{
background-color: #A868F9;
}
.BgClassName
{
background-color: #A868F9;
}
</style>
border-color css
<style>
span { border-color: #A868F9; }
span { border-color: rgb(168,104,249); }
td.TdClassName
{
border-color: #A868F9;
}
.TagClassName
{
border-color: #A868F9;
}
</style>