Shades of Medium Purple #A269EC
Tints of Medium Purple #A269EC
RGB
CMYK
RGB Variations
Color information
#A269EC (or 0xA269EC) is known color: Medium Purple. HEX triplet: A2, 69 and EC. RGB value is (162,105,236). Sum of RGB (Red+Green+Blue) = 162+105+236=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 105 (41.41% from 255 or 20.87% from 503); Blue value is 236 (92.58% from 255 or 46.92% from 503); Max value from RGB is 236 - color contains mainly: blue. Hex color #A269EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269EC is #5D9613. Grayscale: #888888. Windows color (decimal): -6133268 or 15493538. OLE color: 15493538.
HSL color Cylindrical-coordinate representation of color #A269EC: hue angle of 266.11º 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 #A269EC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 105 | 236 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 266.11º | 0.78% | 0.67% | - |
| HSV(B) | 266.11º | 0.56% | 0.93% | - |
| XYZ | 35.09 | 23.84 | 82.11 | - |
| YUV | 136.98 | 183.88 | 145.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 236 | 0.31 | 0.56 | 0 | 0.07 | 266.11 | 0.78 | 0.67 |
| Hex | A2 | 69 | EC | 1F | 38 | 0 | 7 | 10A | 4E | 43 |
| Octal | 242 | 151 | 354 | 37 | 70 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100010 | 1101001 | 11101100 | 11111 | 111000 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A269EC
Complementary color
Monochromatic Colors of #A269EC
Black with #A269EC
Text Example
Text Example
White with #A269EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269EC; }
p { color: rgb(162,105,236); }
H1.HeaderClassName
{
color: #A269EC;
}
.AnyTagClassName
{
color: #A269EC;
}
</style>
background-color css
<style>
a { background-color: #A269EC; }
a { background-color: rgb(162,105,236); }
div.DivClassName
{
background-color: #A269EC;
}
.BgClassName
{
background-color: #A269EC;
}
</style>
border-color css
<style>
span { border-color: #A269EC; }
span { border-color: rgb(162,105,236); }
td.TdClassName
{
border-color: #A269EC;
}
.TagClassName
{
border-color: #A269EC;
}
</style>