Shades of Medium Purple #A069E7
Tints of Medium Purple #A069E7
RGB
CMYK
RGB Variations
Color information
#A069E7 (or 0xA069E7) is known color: Medium Purple. HEX triplet: A0, 69 and E7. RGB value is (160,105,231). Sum of RGB (Red+Green+Blue) = 160+105+231=496 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.26% from 496); Green value is 105 (41.41% from 255 or 21.17% from 496); Blue value is 231 (90.62% from 255 or 46.57% from 496); Max value from RGB is 231 - color contains mainly: blue. Hex color #A069E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069E7 is #5F9618. Grayscale: #878787. Windows color (decimal): -6264345 or 15165856. OLE color: 15165856.
HSL color Cylindrical-coordinate representation of color #A069E7: hue angle of 266.19º 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 #A069E7 is Cyan = 0.31, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 160 | 105 | 231 | - |
| CMYK | 0.31 | 0.55 | 0 | 0.09 |
| HSL | 266.19º | 0.72% | 0.66% | - |
| HSV(B) | 266.19º | 0.55% | 0.91% | - |
| XYZ | 33.97 | 23.35 | 78.32 | - |
| YUV | 135.81 | 181.72 | 145.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 231 | 0.31 | 0.55 | 0 | 0.09 | 266.19 | 0.72 | 0.66 |
| Hex | A0 | 69 | E7 | 1F | 37 | 0 | 9 | 10A | 48 | 42 |
| Octal | 240 | 151 | 347 | 37 | 67 | 0 | 11 | 412 | 110 | 102 |
| Binary | 10100000 | 1101001 | 11100111 | 11111 | 110111 | 0 | 1001 | 100001010 | 1001000 | 1000010 |
Color Harmonies of #A069E7
Complementary color
Monochromatic Colors of #A069E7
Black with #A069E7
Text Example
Text Example
White with #A069E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069E7; }
p { color: rgb(160,105,231); }
H1.HeaderClassName
{
color: #A069E7;
}
.AnyTagClassName
{
color: #A069E7;
}
</style>
background-color css
<style>
a { background-color: #A069E7; }
a { background-color: rgb(160,105,231); }
div.DivClassName
{
background-color: #A069E7;
}
.BgClassName
{
background-color: #A069E7;
}
</style>
border-color css
<style>
span { border-color: #A069E7; }
span { border-color: rgb(160,105,231); }
td.TdClassName
{
border-color: #A069E7;
}
.TagClassName
{
border-color: #A069E7;
}
</style>