Shades of Medium Purple #A268E6
Tints of Medium Purple #A268E6
RGB
CMYK
RGB Variations
Color information
#A268E6 (or 0xA268E6) is known color: Medium Purple. HEX triplet: A2, 68 and E6. RGB value is (162,104,230). Sum of RGB (Red+Green+Blue) = 162+104+230=496 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.66% from 496); Green value is 104 (41.02% from 255 or 20.97% from 496); Blue value is 230 (90.23% from 255 or 46.37% from 496); Max value from RGB is 230 - color contains mainly: blue. Hex color #A268E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A268E6 is #5D9719. Grayscale: #878787. Windows color (decimal): -6133530 or 15100066. OLE color: 15100066.
HSL color Cylindrical-coordinate representation of color #A268E6: hue angle of 267.62º degrees, saturation: 0.72, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A268E6 is Cyan = 0.30, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 104 | 230 | - |
| CMYK | 0.30 | 0.55 | 0 | 0.10 |
| HSL | 267.62º | 0.72% | 0.65% | - |
| HSV(B) | 267.62º | 0.55% | 0.9% | - |
| XYZ | 34.13 | 23.3 | 77.56 | - |
| YUV | 135.71 | 181.22 | 146.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 104 | 230 | 0.30 | 0.55 | 0 | 0.10 | 267.62 | 0.72 | 0.65 |
| Hex | A2 | 68 | E6 | 1E | 37 | 0 | A | 10C | 48 | 41 |
| Octal | 242 | 150 | 346 | 36 | 67 | 0 | 12 | 414 | 110 | 101 |
| Binary | 10100010 | 1101000 | 11100110 | 11110 | 110111 | 0 | 1010 | 100001100 | 1001000 | 1000001 |
Color Harmonies of #A268E6
Complementary color
Monochromatic Colors of #A268E6
Black with #A268E6
Text Example
Text Example
White with #A268E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A268E6; }
p { color: rgb(162,104,230); }
H1.HeaderClassName
{
color: #A268E6;
}
.AnyTagClassName
{
color: #A268E6;
}
</style>
background-color css
<style>
a { background-color: #A268E6; }
a { background-color: rgb(162,104,230); }
div.DivClassName
{
background-color: #A268E6;
}
.BgClassName
{
background-color: #A268E6;
}
</style>
border-color css
<style>
span { border-color: #A268E6; }
span { border-color: rgb(162,104,230); }
td.TdClassName
{
border-color: #A268E6;
}
.TagClassName
{
border-color: #A268E6;
}
</style>