Shades of Medium Purple #A268ED
Tints of Medium Purple #A268ED
RGB
CMYK
RGB Variations
Color information
#A268ED (or 0xA268ED) is known color: Medium Purple. HEX triplet: A2, 68 and ED. RGB value is (162,104,237). Sum of RGB (Red+Green+Blue) = 162+104+237=503 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.21% from 503); Green value is 104 (41.02% from 255 or 20.68% from 503); Blue value is 237 (92.97% from 255 or 47.12% from 503); Max value from RGB is 237 - color contains mainly: blue. Hex color #A268ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268ED is #5D9712. Grayscale: #888888. Windows color (decimal): -6133523 or 15558818. OLE color: 15558818.
HSL color Cylindrical-coordinate representation of color #A268ED: hue angle of 266.17º degrees, saturation: 0.79, 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 #A268ED is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 104 | 237 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 266.17º | 0.79% | 0.67% | - |
| HSV(B) | 266.17º | 0.56% | 0.93% | - |
| XYZ | 35.14 | 23.7 | 82.84 | - |
| YUV | 136.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 237 | 0.32 | 0.56 | 0 | 0.07 | 266.17 | 0.79 | 0.67 |
| Hex | A2 | 68 | ED | 20 | 38 | 0 | 7 | 10A | 4F | 43 |
| Octal | 242 | 150 | 355 | 40 | 70 | 0 | 7 | 412 | 117 | 103 |
| Binary | 10100010 | 1101000 | 11101101 | 100000 | 111000 | 0 | 111 | 100001010 | 1001111 | 1000011 |
Color Harmonies of #A268ED
Complementary color
Monochromatic Colors of #A268ED
Black with #A268ED
Text Example
Text Example
White with #A268ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268ED; }
p { color: rgb(162,104,237); }
H1.HeaderClassName
{
color: #A268ED;
}
.AnyTagClassName
{
color: #A268ED;
}
</style>
background-color css
<style>
a { background-color: #A268ED; }
a { background-color: rgb(162,104,237); }
div.DivClassName
{
background-color: #A268ED;
}
.BgClassName
{
background-color: #A268ED;
}
</style>
border-color css
<style>
span { border-color: #A268ED; }
span { border-color: rgb(162,104,237); }
td.TdClassName
{
border-color: #A268ED;
}
.TagClassName
{
border-color: #A268ED;
}
</style>