Shades of Medium Purple #A869E7
Tints of Medium Purple #A869E7
RGB
CMYK
RGB Variations
Color information
#A869E7 (or 0xA869E7) is known color: Medium Purple. HEX triplet: A8, 69 and E7. RGB value is (168,105,231). Sum of RGB (Red+Green+Blue) = 168+105+231=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 231 (90.62% from 255 or 45.83% from 504); Max value from RGB is 231 - color contains mainly: blue. Hex color #A869E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A869E7 is #579618. Grayscale: #898989. Windows color (decimal): -5740057 or 15165864. OLE color: 15165864.
HSL color Cylindrical-coordinate representation of color #A869E7: hue angle of 270º degrees, saturation: 0.72, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A869E7 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 168 | 105 | 231 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.09 |
| HSL | 270º | 0.72% | 0.66% | - |
| HSV(B) | 270º | 0.55% | 0.91% | - |
| XYZ | 35.62 | 24.2 | 78.39 | - |
| YUV | 138.2 | 180.37 | 149.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 105 | 231 | 0.27 | 0.55 | 0 | 0.09 | 270 | 0.72 | 0.66 |
| Hex | A8 | 69 | E7 | 1B | 37 | 0 | 9 | 10E | 48 | 42 |
| Octal | 250 | 151 | 347 | 33 | 67 | 0 | 11 | 416 | 110 | 102 |
| Binary | 10101000 | 1101001 | 11100111 | 11011 | 110111 | 0 | 1001 | 100001110 | 1001000 | 1000010 |
Color Harmonies of #A869E7
Complementary color
Monochromatic Colors of #A869E7
Black with #A869E7
Text Example
Text Example
White with #A869E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A869E7; }
p { color: rgb(168,105,231); }
H1.HeaderClassName
{
color: #A869E7;
}
.AnyTagClassName
{
color: #A869E7;
}
</style>
background-color css
<style>
a { background-color: #A869E7; }
a { background-color: rgb(168,105,231); }
div.DivClassName
{
background-color: #A869E7;
}
.BgClassName
{
background-color: #A869E7;
}
</style>
border-color css
<style>
span { border-color: #A869E7; }
span { border-color: rgb(168,105,231); }
td.TdClassName
{
border-color: #A869E7;
}
.TagClassName
{
border-color: #A869E7;
}
</style>