Shades of Medium Purple #A469EC
Tints of Medium Purple #A469EC
RGB
CMYK
RGB Variations
Color information
#A469EC (or 0xA469EC) is known color: Medium Purple. HEX triplet: A4, 69 and EC. RGB value is (164,105,236). Sum of RGB (Red+Green+Blue) = 164+105+236=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 105 (41.41% from 255 or 20.79% from 505); Blue value is 236 (92.58% from 255 or 46.73% from 505); Max value from RGB is 236 - color contains mainly: blue. Hex color #A469EC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A469EC is #5B9613. Grayscale: #898989. Windows color (decimal): -6002196 or 15493540. OLE color: 15493540.
HSL color Cylindrical-coordinate representation of color #A469EC: hue angle of 267.02º degrees, saturation: 0.78, 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 #A469EC is Cyan = 0.31, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 164 | 105 | 236 | - |
| CMYK | 0.31 | 0.56 | 0 | 0.07 |
| HSL | 267.02º | 0.78% | 0.67% | - |
| HSV(B) | 267.02º | 0.56% | 0.93% | - |
| XYZ | 35.5 | 24.05 | 82.13 | - |
| YUV | 137.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 236 | 0.31 | 0.56 | 0 | 0.07 | 267.02 | 0.78 | 0.67 |
| Hex | A4 | 69 | EC | 1F | 38 | 0 | 7 | 10B | 4E | 43 |
| Octal | 244 | 151 | 354 | 37 | 70 | 0 | 7 | 413 | 116 | 103 |
| Binary | 10100100 | 1101001 | 11101100 | 11111 | 111000 | 0 | 111 | 100001011 | 1001110 | 1000011 |
Color Harmonies of #A469EC
Complementary color
Monochromatic Colors of #A469EC
Black with #A469EC
Text Example
Text Example
White with #A469EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469EC; }
p { color: rgb(164,105,236); }
H1.HeaderClassName
{
color: #A469EC;
}
.AnyTagClassName
{
color: #A469EC;
}
</style>
background-color css
<style>
a { background-color: #A469EC; }
a { background-color: rgb(164,105,236); }
div.DivClassName
{
background-color: #A469EC;
}
.BgClassName
{
background-color: #A469EC;
}
</style>
border-color css
<style>
span { border-color: #A469EC; }
span { border-color: rgb(164,105,236); }
td.TdClassName
{
border-color: #A469EC;
}
.TagClassName
{
border-color: #A469EC;
}
</style>