Shades of Medium Purple #A769EC
Tints of Medium Purple #A769EC
RGB
CMYK
RGB Variations
Color information
#A769EC (or 0xA769EC) is known color: Medium Purple. HEX triplet: A7, 69 and EC. RGB value is (167,105,236). Sum of RGB (Red+Green+Blue) = 167+105+236=508 (67% of max value = 765). Red value is 167 (65.62% from 255 or 32.87% from 508); Green value is 105 (41.41% from 255 or 20.67% from 508); Blue value is 236 (92.58% from 255 or 46.46% from 508); Max value from RGB is 236 - color contains mainly: blue. Hex color #A769EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A769EC is #589613. Grayscale: #8A8A8A. Windows color (decimal): -5805588 or 15493543. OLE color: 15493543.
HSL color Cylindrical-coordinate representation of color #A769EC: hue angle of 268.4º degrees, saturation: 0.78, 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 #A769EC is Cyan = 0.29, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 167 | 105 | 236 | - |
| CMYK | 0.29 | 0.56 | 0 | 0.07 |
| HSL | 268.4º | 0.78% | 0.67% | - |
| HSV(B) | 268.4º | 0.56% | 0.93% | - |
| XYZ | 36.13 | 24.37 | 82.16 | - |
| YUV | 138.47 | 183.04 | 148.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 105 | 236 | 0.29 | 0.56 | 0 | 0.07 | 268.4 | 0.78 | 0.67 |
| Hex | A7 | 69 | EC | 1D | 38 | 0 | 7 | 10C | 4E | 43 |
| Octal | 247 | 151 | 354 | 35 | 70 | 0 | 7 | 414 | 116 | 103 |
| Binary | 10100111 | 1101001 | 11101100 | 11101 | 111000 | 0 | 111 | 100001100 | 1001110 | 1000011 |
Color Harmonies of #A769EC
Complementary color
Monochromatic Colors of #A769EC
Black with #A769EC
Text Example
Text Example
White with #A769EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A769EC; }
p { color: rgb(167,105,236); }
H1.HeaderClassName
{
color: #A769EC;
}
.AnyTagClassName
{
color: #A769EC;
}
</style>
background-color css
<style>
a { background-color: #A769EC; }
a { background-color: rgb(167,105,236); }
div.DivClassName
{
background-color: #A769EC;
}
.BgClassName
{
background-color: #A769EC;
}
</style>
border-color css
<style>
span { border-color: #A769EC; }
span { border-color: rgb(167,105,236); }
td.TdClassName
{
border-color: #A769EC;
}
.TagClassName
{
border-color: #A769EC;
}
</style>