Shades of Medium Purple #A867F7
Tints of Medium Purple #A867F7
RGB
CMYK
RGB Variations
Color information
#A867F7 (or 0xA867F7) is known color: Medium Purple. HEX triplet: A8, 67 and F7. RGB value is (168,103,247). Sum of RGB (Red+Green+Blue) = 168+103+247=518 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.43% from 518); Green value is 103 (40.62% from 255 or 19.88% from 518); Blue value is 247 (96.88% from 255 or 47.68% from 518); Max value from RGB is 247 - color contains mainly: blue. Hex color #A867F7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867F7 is #579808. Grayscale: #8A8A8A. Windows color (decimal): -5740553 or 16213928. OLE color: 16213928.
HSL color Cylindrical-coordinate representation of color #A867F7: hue angle of 267.08º degrees, saturation: 0.9, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A867F7 is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 168 | 103 | 247 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.03 |
| HSL | 267.08º | 0.9% | 0.69% | - |
| HSV(B) | 267.08º | 0.58% | 0.97% | - |
| XYZ | 37.79 | 24.74 | 90.78 | - |
| YUV | 138.85 | 189.03 | 148.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 247 | 0.32 | 0.58 | 0 | 0.03 | 267.08 | 0.9 | 0.69 |
| Hex | A8 | 67 | F7 | 20 | 3A | 0 | 3 | 10B | 5A | 45 |
| Octal | 250 | 147 | 367 | 40 | 72 | 0 | 3 | 413 | 132 | 105 |
| Binary | 10101000 | 1100111 | 11110111 | 100000 | 111010 | 0 | 11 | 100001011 | 1011010 | 1000101 |
Color Harmonies of #A867F7
Complementary color
Monochromatic Colors of #A867F7
Black with #A867F7
Text Example
Text Example
White with #A867F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867F7; }
p { color: rgb(168,103,247); }
H1.HeaderClassName
{
color: #A867F7;
}
.AnyTagClassName
{
color: #A867F7;
}
</style>
background-color css
<style>
a { background-color: #A867F7; }
a { background-color: rgb(168,103,247); }
div.DivClassName
{
background-color: #A867F7;
}
.BgClassName
{
background-color: #A867F7;
}
</style>
border-color css
<style>
span { border-color: #A867F7; }
span { border-color: rgb(168,103,247); }
td.TdClassName
{
border-color: #A867F7;
}
.TagClassName
{
border-color: #A867F7;
}
</style>