Shades of Medium Purple #A169ED
Tints of Medium Purple #A169ED
RGB
CMYK
RGB Variations
Color information
#A169ED (or 0xA169ED) is known color: Medium Purple. HEX triplet: A1, 69 and ED. RGB value is (161,105,237). Sum of RGB (Red+Green+Blue) = 161+105+237=503 (66% of max value = 765). Red value is 161 (63.28% from 255 or 32.01% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #A169ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A169ED is #5E9612. Grayscale: #888888. Windows color (decimal): -6198803 or 15559073. OLE color: 15559073.
HSL color Cylindrical-coordinate representation of color #A169ED: hue angle of 265.45º degrees, saturation: 0.79, 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 #A169ED is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 161 | 105 | 237 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265.45º | 0.79% | 0.67% | - |
| HSV(B) | 265.45º | 0.56% | 0.93% | - |
| XYZ | 35.04 | 23.79 | 82.87 | - |
| YUV | 136.79 | 184.55 | 145.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 105 | 237 | 0.32 | 0.56 | 0 | 0.07 | 265.45 | 0.79 | 0.67 |
| Hex | A1 | 69 | ED | 20 | 38 | 0 | 7 | 109 | 4F | 43 |
| Octal | 241 | 151 | 355 | 40 | 70 | 0 | 7 | 411 | 117 | 103 |
| Binary | 10100001 | 1101001 | 11101101 | 100000 | 111000 | 0 | 111 | 100001001 | 1001111 | 1000011 |
Color Harmonies of #A169ED
Complementary color
Monochromatic Colors of #A169ED
Black with #A169ED
Text Example
Text Example
White with #A169ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A169ED; }
p { color: rgb(161,105,237); }
H1.HeaderClassName
{
color: #A169ED;
}
.AnyTagClassName
{
color: #A169ED;
}
</style>
background-color css
<style>
a { background-color: #A169ED; }
a { background-color: rgb(161,105,237); }
div.DivClassName
{
background-color: #A169ED;
}
.BgClassName
{
background-color: #A169ED;
}
</style>
border-color css
<style>
span { border-color: #A169ED; }
span { border-color: rgb(161,105,237); }
td.TdClassName
{
border-color: #A169ED;
}
.TagClassName
{
border-color: #A169ED;
}
</style>