Shades of Medium Purple #A069E9
Tints of Medium Purple #A069E9
RGB
CMYK
RGB Variations
Color information
#A069E9 (or 0xA069E9) is known color: Medium Purple. HEX triplet: A0, 69 and E9. RGB value is (160,105,233). Sum of RGB (Red+Green+Blue) = 160+105+233=498 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.13% from 498); Green value is 105 (41.41% from 255 or 21.08% from 498); Blue value is 233 (91.41% from 255 or 46.79% from 498); Max value from RGB is 233 - color contains mainly: blue. Hex color #A069E9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069E9 is #5F9616. Grayscale: #878787. Windows color (decimal): -6264343 or 15296928. OLE color: 15296928.
HSL color Cylindrical-coordinate representation of color #A069E9: hue angle of 265.78º degrees, saturation: 0.74, 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 #A069E9 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 105 | 233 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.09 |
| HSL | 265.78º | 0.74% | 0.66% | - |
| HSV(B) | 265.78º | 0.55% | 0.91% | - |
| XYZ | 34.26 | 23.46 | 79.81 | - |
| YUV | 136.04 | 182.72 | 145.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 233 | 0.31 | 0.55 | 0 | 0.09 | 265.78 | 0.74 | 0.66 |
| Hex | A0 | 69 | E9 | 1F | 37 | 0 | 9 | 10A | 4A | 42 |
| Octal | 240 | 151 | 351 | 37 | 67 | 0 | 11 | 412 | 112 | 102 |
| Binary | 10100000 | 1101001 | 11101001 | 11111 | 110111 | 0 | 1001 | 100001010 | 1001010 | 1000010 |
Color Harmonies of #A069E9
Complementary color
Monochromatic Colors of #A069E9
Black with #A069E9
Text Example
Text Example
White with #A069E9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069E9; }
p { color: rgb(160,105,233); }
H1.HeaderClassName
{
color: #A069E9;
}
.AnyTagClassName
{
color: #A069E9;
}
</style>
background-color css
<style>
a { background-color: #A069E9; }
a { background-color: rgb(160,105,233); }
div.DivClassName
{
background-color: #A069E9;
}
.BgClassName
{
background-color: #A069E9;
}
</style>
border-color css
<style>
span { border-color: #A069E9; }
span { border-color: rgb(160,105,233); }
td.TdClassName
{
border-color: #A069E9;
}
.TagClassName
{
border-color: #A069E9;
}
</style>