Shades of Medium Purple #A969FF
Tints of Medium Purple #A969FF
RGB
CMYK
RGB Variations
Color information
#A969FF (or 0xA969FF) is known color: Medium Purple. HEX triplet: A9, 69 and FF. RGB value is (169,105,255). Sum of RGB (Red+Green+Blue) = 169+105+255=529 (70% of max value = 765). Red value is 169 (66.41% from 255 or 31.95% from 529); Green value is 105 (41.41% from 255 or 19.85% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A969FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A969FF is #569600. Grayscale: #8C8C8C. Windows color (decimal): -5674497 or 16738729. OLE color: 16738729.
HSL color Cylindrical-coordinate representation of color #A969FF: hue angle of 265.6º degrees, saturation: 1, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A969FF is Cyan = 0.34, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 105 | 255 | - |
| CMYK | 0.34 | 0.59 | 0 | 0 |
| HSL | 265.6º | 1% | 0.71% | - |
| HSV(B) | 265.6º | 0.59% | 1% | - |
| XYZ | 39.46 | 25.76 | 97.5 | - |
| YUV | 141.24 | 192.2 | 147.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 105 | 255 | 0.34 | 0.59 | 0 | 0 | 265.6 | 1 | 0.71 |
| Hex | A9 | 69 | FF | 22 | 3B | 0 | 0 | 10A | 64 | 47 |
| Octal | 251 | 151 | 377 | 42 | 73 | 0 | 0 | 412 | 144 | 107 |
| Binary | 10101001 | 1101001 | 11111111 | 100010 | 111011 | 0 | 0 | 100001010 | 1100100 | 1000111 |
Color Harmonies of #A969FF
Complementary color
Monochromatic Colors of #A969FF
Black with #A969FF
Text Example
Text Example
White with #A969FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A969FF; }
p { color: rgb(169,105,255); }
H1.HeaderClassName
{
color: #A969FF;
}
.AnyTagClassName
{
color: #A969FF;
}
</style>
background-color css
<style>
a { background-color: #A969FF; }
a { background-color: rgb(169,105,255); }
div.DivClassName
{
background-color: #A969FF;
}
.BgClassName
{
background-color: #A969FF;
}
</style>
border-color css
<style>
span { border-color: #A969FF; }
span { border-color: rgb(169,105,255); }
td.TdClassName
{
border-color: #A969FF;
}
.TagClassName
{
border-color: #A969FF;
}
</style>