Shades of Medium Purple #A869EE
Tints of Medium Purple #A869EE
RGB
CMYK
RGB Variations
Color information
#A869EE (or 0xA869EE) is known color: Medium Purple. HEX triplet: A8, 69 and EE. RGB value is (168,105,238). Sum of RGB (Red+Green+Blue) = 168+105+238=511 (67% of max value = 765). Red value is 168 (66.02% from 255 or 32.88% from 511); Green value is 105 (41.41% from 255 or 20.55% from 511); Blue value is 238 (93.36% from 255 or 46.58% from 511); Max value from RGB is 238 - color contains mainly: blue. Hex color #A869EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869EE is #579611. Grayscale: #8A8A8A. Windows color (decimal): -5740050 or 15624616. OLE color: 15624616.
HSL color Cylindrical-coordinate representation of color #A869EE: hue angle of 268.42º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A869EE is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 168 | 105 | 238 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 268.42º | 0.8% | 0.67% | - |
| HSV(B) | 268.42º | 0.56% | 0.93% | - |
| XYZ | 36.63 | 24.6 | 83.71 | - |
| YUV | 139 | 183.87 | 148.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 238 | 0.29 | 0.56 | 0 | 0.07 | 268.42 | 0.8 | 0.67 |
| Hex | A8 | 69 | EE | 1D | 38 | 0 | 7 | 10C | 50 | 43 |
| Octal | 250 | 151 | 356 | 35 | 70 | 0 | 7 | 414 | 120 | 103 |
| Binary | 10101000 | 1101001 | 11101110 | 11101 | 111000 | 0 | 111 | 100001100 | 1010000 | 1000011 |
Color Harmonies of #A869EE
Complementary color
Monochromatic Colors of #A869EE
Black with #A869EE
Text Example
Text Example
White with #A869EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869EE; }
p { color: rgb(168,105,238); }
H1.HeaderClassName
{
color: #A869EE;
}
.AnyTagClassName
{
color: #A869EE;
}
</style>
background-color css
<style>
a { background-color: #A869EE; }
a { background-color: rgb(168,105,238); }
div.DivClassName
{
background-color: #A869EE;
}
.BgClassName
{
background-color: #A869EE;
}
</style>
border-color css
<style>
span { border-color: #A869EE; }
span { border-color: rgb(168,105,238); }
td.TdClassName
{
border-color: #A869EE;
}
.TagClassName
{
border-color: #A869EE;
}
</style>