Shades of Medium Purple #A067EE
Tints of Medium Purple #A067EE
RGB
CMYK
RGB Variations
Color information
#A067EE (or 0xA067EE) is known color: Medium Purple. HEX triplet: A0, 67 and EE. RGB value is (160,103,238). Sum of RGB (Red+Green+Blue) = 160+103+238=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 103 (40.62% from 255 or 20.56% from 501); Blue value is 238 (93.36% from 255 or 47.50% from 501); Max value from RGB is 238 - color contains mainly: blue. Hex color #A067EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A067EE is #5F9811. Grayscale: #868686. Windows color (decimal): -6264850 or 15624096. OLE color: 15624096.
HSL color Cylindrical-coordinate representation of color #A067EE: hue angle of 265.33º degrees, saturation: 0.8, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A067EE is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 103 | 238 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.07 |
| HSL | 265.33º | 0.8% | 0.67% | - |
| HSV(B) | 265.33º | 0.57% | 0.93% | - |
| XYZ | 34.78 | 23.35 | 83.56 | - |
| YUV | 135.43 | 185.88 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 103 | 238 | 0.33 | 0.57 | 0 | 0.07 | 265.33 | 0.8 | 0.67 |
| Hex | A0 | 67 | EE | 21 | 39 | 0 | 7 | 109 | 50 | 43 |
| Octal | 240 | 147 | 356 | 41 | 71 | 0 | 7 | 411 | 120 | 103 |
| Binary | 10100000 | 1100111 | 11101110 | 100001 | 111001 | 0 | 111 | 100001001 | 1010000 | 1000011 |
Color Harmonies of #A067EE
Complementary color
Monochromatic Colors of #A067EE
Black with #A067EE
Text Example
Text Example
White with #A067EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A067EE; }
p { color: rgb(160,103,238); }
H1.HeaderClassName
{
color: #A067EE;
}
.AnyTagClassName
{
color: #A067EE;
}
</style>
background-color css
<style>
a { background-color: #A067EE; }
a { background-color: rgb(160,103,238); }
div.DivClassName
{
background-color: #A067EE;
}
.BgClassName
{
background-color: #A067EE;
}
</style>
border-color css
<style>
span { border-color: #A067EE; }
span { border-color: rgb(160,103,238); }
td.TdClassName
{
border-color: #A067EE;
}
.TagClassName
{
border-color: #A067EE;
}
</style>