Shades of Medium Purple #A068EE
Tints of Medium Purple #A068EE
RGB
CMYK
RGB Variations
Color information
#A068EE (or 0xA068EE) is known color: Medium Purple. HEX triplet: A0, 68 and EE. RGB value is (160,104,238). Sum of RGB (Red+Green+Blue) = 160+104+238=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 104 (41.02% from 255 or 20.72% from 502); Blue value is 238 (93.36% from 255 or 47.41% from 502); Max value from RGB is 238 - color contains mainly: blue. Hex color #A068EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A068EE is #5F9711. Grayscale: #878787. Windows color (decimal): -6264594 or 15624352. OLE color: 15624352.
HSL color Cylindrical-coordinate representation of color #A068EE: hue angle of 265.07º degrees, saturation: 0.8, 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 #A068EE is Cyan = 0.33, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 104 | 238 | - |
| CMYK | 0.33 | 0.56 | 0 | 0.07 |
| HSL | 265.07º | 0.8% | 0.67% | - |
| HSV(B) | 265.07º | 0.56% | 0.93% | - |
| XYZ | 34.88 | 23.55 | 83.6 | - |
| YUV | 136.02 | 185.55 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 104 | 238 | 0.33 | 0.56 | 0 | 0.07 | 265.07 | 0.8 | 0.67 |
| Hex | A0 | 68 | EE | 21 | 38 | 0 | 7 | 109 | 50 | 43 |
| Octal | 240 | 150 | 356 | 41 | 70 | 0 | 7 | 411 | 120 | 103 |
| Binary | 10100000 | 1101000 | 11101110 | 100001 | 111000 | 0 | 111 | 100001001 | 1010000 | 1000011 |
Color Harmonies of #A068EE
Complementary color
Monochromatic Colors of #A068EE
Black with #A068EE
Text Example
Text Example
White with #A068EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A068EE; }
p { color: rgb(160,104,238); }
H1.HeaderClassName
{
color: #A068EE;
}
.AnyTagClassName
{
color: #A068EE;
}
</style>
background-color css
<style>
a { background-color: #A068EE; }
a { background-color: rgb(160,104,238); }
div.DivClassName
{
background-color: #A068EE;
}
.BgClassName
{
background-color: #A068EE;
}
</style>
border-color css
<style>
span { border-color: #A068EE; }
span { border-color: rgb(160,104,238); }
td.TdClassName
{
border-color: #A068EE;
}
.TagClassName
{
border-color: #A068EE;
}
</style>