Shades of Medium Purple #A867FE
Tints of Medium Purple #A867FE
RGB
CMYK
RGB Variations
Color information
#A867FE (or 0xA867FE) is known color: Medium Purple. HEX triplet: A8, 67 and FE. RGB value is (168,103,254). Sum of RGB (Red+Green+Blue) = 168+103+254=525 (69% of max value = 765). Red value is 168 (66.02% from 255 or 32% from 525); Green value is 103 (40.62% from 255 or 19.62% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #A867FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A867FE is #579801. Grayscale: #8B8B8B. Windows color (decimal): -5740546 or 16672680. OLE color: 16672680.
HSL color Cylindrical-coordinate representation of color #A867FE: hue angle of 265.83º degrees, saturation: 0.99, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A867FE is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 103 | 254 | - |
| CMYK | 0.34 | 0.59 | 0 | 0.00 |
| HSL | 265.83º | 0.99% | 0.7% | - |
| HSV(B) | 265.83º | 0.59% | 1% | - |
| XYZ | 38.89 | 25.18 | 96.58 | - |
| YUV | 139.65 | 192.53 | 148.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 103 | 254 | 0.34 | 0.59 | 0 | 0.00 | 265.83 | 0.99 | 0.7 |
| Hex | A8 | 67 | FE | 22 | 3B | 0 | 0 | 10A | 63 | 46 |
| Octal | 250 | 147 | 376 | 42 | 73 | 0 | 0 | 412 | 143 | 106 |
| Binary | 10101000 | 1100111 | 11111110 | 100010 | 111011 | 0 | 0 | 100001010 | 1100011 | 1000110 |
Color Harmonies of #A867FE
Complementary color
Monochromatic Colors of #A867FE
Black with #A867FE
Text Example
Text Example
White with #A867FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A867FE; }
p { color: rgb(168,103,254); }
H1.HeaderClassName
{
color: #A867FE;
}
.AnyTagClassName
{
color: #A867FE;
}
</style>
background-color css
<style>
a { background-color: #A867FE; }
a { background-color: rgb(168,103,254); }
div.DivClassName
{
background-color: #A867FE;
}
.BgClassName
{
background-color: #A867FE;
}
</style>
border-color css
<style>
span { border-color: #A867FE; }
span { border-color: rgb(168,103,254); }
td.TdClassName
{
border-color: #A867FE;
}
.TagClassName
{
border-color: #A867FE;
}
</style>