Shades of Medium Purple #A869F1
Tints of Medium Purple #A869F1
RGB
CMYK
RGB Variations
Color information
#A869F1 (or 0xA869F1) is known color: Medium Purple. HEX triplet: A8, 69 and F1. RGB value is (168,105,241). Sum of RGB (Red+Green+Blue) = 168+105+241=514 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.68% from 514); Green value is 105 (41.41% from 255 or 20.43% from 514); Blue value is 241 (94.53% from 255 or 46.89% from 514); Max value from RGB is 241 - color contains mainly: blue. Hex color #A869F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869F1 is #57960E. Grayscale: #8A8A8A. Windows color (decimal): -5740047 or 15821224. OLE color: 15821224.
HSL color Cylindrical-coordinate representation of color #A869F1: hue angle of 267.79º degrees, saturation: 0.83, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A869F1 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 168 | 105 | 241 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.05 |
| HSL | 267.79º | 0.83% | 0.68% | - |
| HSV(B) | 267.79º | 0.56% | 0.95% | - |
| XYZ | 37.08 | 24.78 | 86.05 | - |
| YUV | 139.34 | 185.37 | 148.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 241 | 0.30 | 0.56 | 0 | 0.05 | 267.79 | 0.83 | 0.68 |
| Hex | A8 | 69 | F1 | 1E | 38 | 0 | 5 | 10C | 53 | 44 |
| Octal | 250 | 151 | 361 | 36 | 70 | 0 | 5 | 414 | 123 | 104 |
| Binary | 10101000 | 1101001 | 11110001 | 11110 | 111000 | 0 | 101 | 100001100 | 1010011 | 1000100 |
Color Harmonies of #A869F1
Complementary color
Monochromatic Colors of #A869F1
Black with #A869F1
Text Example
Text Example
White with #A869F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869F1; }
p { color: rgb(168,105,241); }
H1.HeaderClassName
{
color: #A869F1;
}
.AnyTagClassName
{
color: #A869F1;
}
</style>
background-color css
<style>
a { background-color: #A869F1; }
a { background-color: rgb(168,105,241); }
div.DivClassName
{
background-color: #A869F1;
}
.BgClassName
{
background-color: #A869F1;
}
</style>
border-color css
<style>
span { border-color: #A869F1; }
span { border-color: rgb(168,105,241); }
td.TdClassName
{
border-color: #A869F1;
}
.TagClassName
{
border-color: #A869F1;
}
</style>