Shades of Medium Purple #A867F1
Tints of Medium Purple #A867F1
RGB
CMYK
RGB Variations
Color information
#A867F1 (or 0xA867F1) is known color: Medium Purple. HEX triplet: A8, 67 and F1. RGB value is (168,103,241). Sum of RGB (Red+Green+Blue) = 168+103+241=512 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.81% from 512); Green value is 103 (40.62% from 255 or 20.12% from 512); Blue value is 241 (94.53% from 255 or 47.07% from 512); Max value from RGB is 241 - color contains mainly: blue. Hex color #A867F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867F1 is #57980E. Grayscale: #898989. Windows color (decimal): -5740559 or 15820712. OLE color: 15820712.
HSL color Cylindrical-coordinate representation of color #A867F1: hue angle of 268.26º degrees, saturation: 0.83, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A867F1 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 103 | 241 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.05 |
| HSL | 268.26º | 0.83% | 0.67% | - |
| HSV(B) | 268.26º | 0.57% | 0.95% | - |
| XYZ | 36.88 | 24.38 | 85.98 | - |
| YUV | 138.17 | 186.03 | 149.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 241 | 0.30 | 0.57 | 0 | 0.05 | 268.26 | 0.83 | 0.67 |
| Hex | A8 | 67 | F1 | 1E | 39 | 0 | 5 | 10C | 53 | 43 |
| Octal | 250 | 147 | 361 | 36 | 71 | 0 | 5 | 414 | 123 | 103 |
| Binary | 10101000 | 1100111 | 11110001 | 11110 | 111001 | 0 | 101 | 100001100 | 1010011 | 1000011 |
Color Harmonies of #A867F1
Complementary color
Monochromatic Colors of #A867F1
Black with #A867F1
Text Example
Text Example
White with #A867F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867F1; }
p { color: rgb(168,103,241); }
H1.HeaderClassName
{
color: #A867F1;
}
.AnyTagClassName
{
color: #A867F1;
}
</style>
background-color css
<style>
a { background-color: #A867F1; }
a { background-color: rgb(168,103,241); }
div.DivClassName
{
background-color: #A867F1;
}
.BgClassName
{
background-color: #A867F1;
}
</style>
border-color css
<style>
span { border-color: #A867F1; }
span { border-color: rgb(168,103,241); }
td.TdClassName
{
border-color: #A867F1;
}
.TagClassName
{
border-color: #A867F1;
}
</style>