Shades of Medium Purple #A268EC
Tints of Medium Purple #A268EC
RGB
CMYK
RGB Variations
Color information
#A268EC (or 0xA268EC) is known color: Medium Purple. HEX triplet: A2, 68 and EC. RGB value is (162,104,236). Sum of RGB (Red+Green+Blue) = 162+104+236=502 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.27% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 236 (92.58% from 255 or 47.01% from 502); Max value from RGB is 236 - color contains mainly: blue. Hex color #A268EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268EC is #5D9713. Grayscale: #878787. Windows color (decimal): -6133524 or 15493282. OLE color: 15493282.
HSL color Cylindrical-coordinate representation of color #A268EC: hue angle of 266.36º 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 #A268EC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 104 | 236 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 266.36º | 0.78% | 0.67% | - |
| HSV(B) | 266.36º | 0.56% | 0.93% | - |
| XYZ | 34.99 | 23.64 | 82.08 | - |
| YUV | 136.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 236 | 0.31 | 0.56 | 0 | 0.07 | 266.36 | 0.78 | 0.67 |
| Hex | A2 | 68 | EC | 1F | 38 | 0 | 7 | 10A | 4E | 43 |
| Octal | 242 | 150 | 354 | 37 | 70 | 0 | 7 | 412 | 116 | 103 |
| Binary | 10100010 | 1101000 | 11101100 | 11111 | 111000 | 0 | 111 | 100001010 | 1001110 | 1000011 |
Color Harmonies of #A268EC
Complementary color
Monochromatic Colors of #A268EC
Black with #A268EC
Text Example
Text Example
White with #A268EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268EC; }
p { color: rgb(162,104,236); }
H1.HeaderClassName
{
color: #A268EC;
}
.AnyTagClassName
{
color: #A268EC;
}
</style>
background-color css
<style>
a { background-color: #A268EC; }
a { background-color: rgb(162,104,236); }
div.DivClassName
{
background-color: #A268EC;
}
.BgClassName
{
background-color: #A268EC;
}
</style>
border-color css
<style>
span { border-color: #A268EC; }
span { border-color: rgb(162,104,236); }
td.TdClassName
{
border-color: #A268EC;
}
.TagClassName
{
border-color: #A268EC;
}
</style>