Shades of Medium Purple #A869F4
Tints of Medium Purple #A869F4
RGB
CMYK
RGB Variations
Color information
#A869F4 (or 0xA869F4) is known color: Medium Purple. HEX triplet: A8, 69 and F4. RGB value is (168,105,244). Sum of RGB (Red+Green+Blue) = 168+105+244=517 (68% of max value = 765). Red value is 168 (66.02% from 255 or 32.50% from 517); Green value is 105 (41.41% from 255 or 20.31% from 517); Blue value is 244 (95.70% from 255 or 47.20% from 517); Max value from RGB is 244 - color contains mainly: blue. Hex color #A869F4 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869F4 is #57960B. Grayscale: #8B8B8B. Windows color (decimal): -5740044 or 16017832. OLE color: 16017832.
HSL color Cylindrical-coordinate representation of color #A869F4: hue angle of 267.19º degrees, saturation: 0.86, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A869F4 is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 168 | 105 | 244 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.04 |
| HSL | 267.19º | 0.86% | 0.68% | - |
| HSV(B) | 267.19º | 0.57% | 0.96% | - |
| XYZ | 37.53 | 24.96 | 88.43 | - |
| YUV | 139.68 | 186.87 | 148.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 244 | 0.31 | 0.57 | 0 | 0.04 | 267.19 | 0.86 | 0.68 |
| Hex | A8 | 69 | F4 | 1F | 39 | 0 | 4 | 10B | 56 | 44 |
| Octal | 250 | 151 | 364 | 37 | 71 | 0 | 4 | 413 | 126 | 104 |
| Binary | 10101000 | 1101001 | 11110100 | 11111 | 111001 | 0 | 100 | 100001011 | 1010110 | 1000100 |
Color Harmonies of #A869F4
Complementary color
Monochromatic Colors of #A869F4
Black with #A869F4
Text Example
Text Example
White with #A869F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869F4; }
p { color: rgb(168,105,244); }
H1.HeaderClassName
{
color: #A869F4;
}
.AnyTagClassName
{
color: #A869F4;
}
</style>
background-color css
<style>
a { background-color: #A869F4; }
a { background-color: rgb(168,105,244); }
div.DivClassName
{
background-color: #A869F4;
}
.BgClassName
{
background-color: #A869F4;
}
</style>
border-color css
<style>
span { border-color: #A869F4; }
span { border-color: rgb(168,105,244); }
td.TdClassName
{
border-color: #A869F4;
}
.TagClassName
{
border-color: #A869F4;
}
</style>