Shades of Medium Purple #A268E7
Tints of Medium Purple #A268E7
RGB
CMYK
RGB Variations
Color information
#A268E7 (or 0xA268E7) is known color: Medium Purple. HEX triplet: A2, 68 and E7. RGB value is (162,104,231). Sum of RGB (Red+Green+Blue) = 162+104+231=497 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.60% from 497); Green value is 104 (41.02% from 255 or 20.93% from 497); Blue value is 231 (90.62% from 255 or 46.48% from 497); Max value from RGB is 231 - color contains mainly: blue. Hex color #A268E7 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268E7 is #5D9718. Grayscale: #878787. Windows color (decimal): -6133529 or 15165602. OLE color: 15165602.
HSL color Cylindrical-coordinate representation of color #A268E7: hue angle of 267.4º degrees, saturation: 0.73, 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 #A268E7 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 162 | 104 | 231 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.09 |
| HSL | 267.4º | 0.73% | 0.66% | - |
| HSV(B) | 267.4º | 0.55% | 0.91% | - |
| XYZ | 34.27 | 23.35 | 78.3 | - |
| YUV | 135.82 | 181.72 | 146.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 231 | 0.30 | 0.55 | 0 | 0.09 | 267.4 | 0.73 | 0.66 |
| Hex | A2 | 68 | E7 | 1E | 37 | 0 | 9 | 10B | 49 | 42 |
| Octal | 242 | 150 | 347 | 36 | 67 | 0 | 11 | 413 | 111 | 102 |
| Binary | 10100010 | 1101000 | 11100111 | 11110 | 110111 | 0 | 1001 | 100001011 | 1001001 | 1000010 |
Color Harmonies of #A268E7
Complementary color
Monochromatic Colors of #A268E7
Black with #A268E7
Text Example
Text Example
White with #A268E7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268E7; }
p { color: rgb(162,104,231); }
H1.HeaderClassName
{
color: #A268E7;
}
.AnyTagClassName
{
color: #A268E7;
}
</style>
background-color css
<style>
a { background-color: #A268E7; }
a { background-color: rgb(162,104,231); }
div.DivClassName
{
background-color: #A268E7;
}
.BgClassName
{
background-color: #A268E7;
}
</style>
border-color css
<style>
span { border-color: #A268E7; }
span { border-color: rgb(162,104,231); }
td.TdClassName
{
border-color: #A268E7;
}
.TagClassName
{
border-color: #A268E7;
}
</style>