Shades of Medium Purple #A67AEE
Tints of Medium Purple #A67AEE
RGB
CMYK
RGB Variations
Color information
#A67AEE (or 0xA67AEE) is known color: Medium Purple. HEX triplet: A6, 7A and EE. RGB value is (166,122,238). Sum of RGB (Red+Green+Blue) = 166+122+238=526 (69% of max value = 765). Red value is 166 (65.23% from 255 or 31.56% from 526); Green value is 122 (48.05% from 255 or 23.19% from 526); Blue value is 238 (93.36% from 255 or 45.25% from 526); Max value from RGB is 238 - color contains mainly: blue. Hex color #A67AEE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67AEE is #598511. Grayscale: #939393. Windows color (decimal): -5866770 or 15628966. OLE color: 15628966.
HSL color Cylindrical-coordinate representation of color #A67AEE: hue angle of 262.76º degrees, saturation: 0.77, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A67AEE is Cyan = 0.30, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 122 | 238 | - |
| CMYK | 0.30 | 0.49 | 0 | 0.07 |
| HSL | 262.76º | 0.77% | 0.71% | - |
| HSV(B) | 262.76º | 0.49% | 0.93% | - |
| XYZ | 38.12 | 28.2 | 84.32 | - |
| YUV | 148.38 | 178.58 | 140.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 122 | 238 | 0.30 | 0.49 | 0 | 0.07 | 262.76 | 0.77 | 0.71 |
| Hex | A6 | 7A | EE | 1E | 31 | 0 | 7 | 107 | 4D | 47 |
| Octal | 246 | 172 | 356 | 36 | 61 | 0 | 7 | 407 | 115 | 107 |
| Binary | 10100110 | 1111010 | 11101110 | 11110 | 110001 | 0 | 111 | 100000111 | 1001101 | 1000111 |
Color Harmonies of #A67AEE
Complementary color
Monochromatic Colors of #A67AEE
Black with #A67AEE
Text Example
Text Example
White with #A67AEE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67AEE; }
p { color: rgb(166,122,238); }
H1.HeaderClassName
{
color: #A67AEE;
}
.AnyTagClassName
{
color: #A67AEE;
}
</style>
background-color css
<style>
a { background-color: #A67AEE; }
a { background-color: rgb(166,122,238); }
div.DivClassName
{
background-color: #A67AEE;
}
.BgClassName
{
background-color: #A67AEE;
}
</style>
border-color css
<style>
span { border-color: #A67AEE; }
span { border-color: rgb(166,122,238); }
td.TdClassName
{
border-color: #A67AEE;
}
.TagClassName
{
border-color: #A67AEE;
}
</style>