Shades of Medium Purple #A969E7
Tints of Medium Purple #A969E7
RGB
CMYK
RGB Variations
Color information
#A969E7 (or 0xA969E7) is known color: Medium Purple. HEX triplet: A9, 69 and E7. RGB value is (169,105,231). Sum of RGB (Red+Green+Blue) = 169+105+231=505 (66% of max value = 765). Red value is 169 (66.41% from 255 or 33.47% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 231 (90.62% from 255 or 45.74% from 505); Max value from RGB is 231 - color contains mainly: blue. Hex color #A969E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969E7 is #569618. Grayscale: #8A8A8A. Windows color (decimal): -5674521 or 15165865. OLE color: 15165865.
HSL color Cylindrical-coordinate representation of color #A969E7: hue angle of 270.48º 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 #A969E7 is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 169 | 105 | 231 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.09 |
| HSL | 270.48º | 0.72% | 0.66% | - |
| HSV(B) | 270.48º | 0.55% | 0.91% | - |
| XYZ | 35.84 | 24.31 | 78.4 | - |
| YUV | 138.5 | 180.2 | 149.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 231 | 0.27 | 0.55 | 0 | 0.09 | 270.48 | 0.72 | 0.66 |
| Hex | A9 | 69 | E7 | 1B | 37 | 0 | 9 | 10E | 48 | 42 |
| Octal | 251 | 151 | 347 | 33 | 67 | 0 | 11 | 416 | 110 | 102 |
| Binary | 10101001 | 1101001 | 11100111 | 11011 | 110111 | 0 | 1001 | 100001110 | 1001000 | 1000010 |
Color Harmonies of #A969E7
Complementary color
Monochromatic Colors of #A969E7
Black with #A969E7
Text Example
Text Example
White with #A969E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969E7; }
p { color: rgb(169,105,231); }
H1.HeaderClassName
{
color: #A969E7;
}
.AnyTagClassName
{
color: #A969E7;
}
</style>
background-color css
<style>
a { background-color: #A969E7; }
a { background-color: rgb(169,105,231); }
div.DivClassName
{
background-color: #A969E7;
}
.BgClassName
{
background-color: #A969E7;
}
</style>
border-color css
<style>
span { border-color: #A969E7; }
span { border-color: rgb(169,105,231); }
td.TdClassName
{
border-color: #A969E7;
}
.TagClassName
{
border-color: #A969E7;
}
</style>