Shades of Medium Purple #A467EE
Tints of Medium Purple #A467EE
RGB
CMYK
RGB Variations
Color information
#A467EE (or 0xA467EE) is known color: Medium Purple. HEX triplet: A4, 67 and EE. RGB value is (164,103,238). Sum of RGB (Red+Green+Blue) = 164+103+238=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 103 (40.62% from 255 or 20.40% from 505); Blue value is 238 (93.36% from 255 or 47.13% from 505); Max value from RGB is 238 - color contains mainly: blue. Hex color #A467EE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A467EE is #5B9811. Grayscale: #888888. Windows color (decimal): -6002706 or 15624100. OLE color: 15624100.
HSL color Cylindrical-coordinate representation of color #A467EE: hue angle of 267.11º 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 #A467EE is Cyan = 0.31, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 103 | 238 | - |
| CMYK | 0.31 | 0.57 | 0 | 0.07 |
| HSL | 267.11º | 0.8% | 0.67% | - |
| HSV(B) | 267.11º | 0.57% | 0.93% | - |
| XYZ | 35.59 | 23.77 | 83.6 | - |
| YUV | 136.63 | 185.21 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 103 | 238 | 0.31 | 0.57 | 0 | 0.07 | 267.11 | 0.8 | 0.67 |
| Hex | A4 | 67 | EE | 1F | 39 | 0 | 7 | 10B | 50 | 43 |
| Octal | 244 | 147 | 356 | 37 | 71 | 0 | 7 | 413 | 120 | 103 |
| Binary | 10100100 | 1100111 | 11101110 | 11111 | 111001 | 0 | 111 | 100001011 | 1010000 | 1000011 |
Color Harmonies of #A467EE
Complementary color
Monochromatic Colors of #A467EE
Black with #A467EE
Text Example
Text Example
White with #A467EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A467EE; }
p { color: rgb(164,103,238); }
H1.HeaderClassName
{
color: #A467EE;
}
.AnyTagClassName
{
color: #A467EE;
}
</style>
background-color css
<style>
a { background-color: #A467EE; }
a { background-color: rgb(164,103,238); }
div.DivClassName
{
background-color: #A467EE;
}
.BgClassName
{
background-color: #A467EE;
}
</style>
border-color css
<style>
span { border-color: #A467EE; }
span { border-color: rgb(164,103,238); }
td.TdClassName
{
border-color: #A467EE;
}
.TagClassName
{
border-color: #A467EE;
}
</style>