Shades of Medium Purple #A667EE
Tints of Medium Purple #A667EE
RGB
CMYK
RGB Variations
Color information
#A667EE (or 0xA667EE) is known color: Medium Purple. HEX triplet: A6, 67 and EE. RGB value is (166,103,238). Sum of RGB (Red+Green+Blue) = 166+103+238=507 (67% of max value = 765). Red value is 166 (65.23% from 255 or 32.74% from 507); Green value is 103 (40.62% from 255 or 20.32% from 507); Blue value is 238 (93.36% from 255 or 46.94% from 507); Max value from RGB is 238 - color contains mainly: blue. Hex color #A667EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A667EE is #599811. Grayscale: #888888. Windows color (decimal): -5871634 or 15624102. OLE color: 15624102.
HSL color Cylindrical-coordinate representation of color #A667EE: hue angle of 268º 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 #A667EE is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 166 | 103 | 238 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.07 |
| HSL | 268º | 0.8% | 0.67% | - |
| HSV(B) | 268º | 0.57% | 0.93% | - |
| XYZ | 36.01 | 23.98 | 83.62 | - |
| YUV | 137.23 | 184.87 | 148.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 103 | 238 | 0.30 | 0.57 | 0 | 0.07 | 268 | 0.8 | 0.67 |
| Hex | A6 | 67 | EE | 1E | 39 | 0 | 7 | 10C | 50 | 43 |
| Octal | 246 | 147 | 356 | 36 | 71 | 0 | 7 | 414 | 120 | 103 |
| Binary | 10100110 | 1100111 | 11101110 | 11110 | 111001 | 0 | 111 | 100001100 | 1010000 | 1000011 |
Color Harmonies of #A667EE
Complementary color
Monochromatic Colors of #A667EE
Black with #A667EE
Text Example
Text Example
White with #A667EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A667EE; }
p { color: rgb(166,103,238); }
H1.HeaderClassName
{
color: #A667EE;
}
.AnyTagClassName
{
color: #A667EE;
}
</style>
background-color css
<style>
a { background-color: #A667EE; }
a { background-color: rgb(166,103,238); }
div.DivClassName
{
background-color: #A667EE;
}
.BgClassName
{
background-color: #A667EE;
}
</style>
border-color css
<style>
span { border-color: #A667EE; }
span { border-color: rgb(166,103,238); }
td.TdClassName
{
border-color: #A667EE;
}
.TagClassName
{
border-color: #A667EE;
}
</style>