Shades of Medium Purple #A469E2
Tints of Medium Purple #A469E2
RGB
CMYK
RGB Variations
Color information
#A469E2 (or 0xA469E2) is known color: Medium Purple. HEX triplet: A4, 69 and E2. RGB value is (164,105,226). Sum of RGB (Red+Green+Blue) = 164+105+226=495 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.13% from 495); Green value is 105 (41.41% from 255 or 21.21% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #A469E2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A469E2 is #5B961D. Grayscale: #888888. Windows color (decimal): -6002206 or 14838180. OLE color: 14838180.
HSL color Cylindrical-coordinate representation of color #A469E2: hue angle of 269.26º degrees, saturation: 0.68, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A469E2 is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 164 | 105 | 226 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.11 |
| HSL | 269.26º | 0.68% | 0.65% | - |
| HSV(B) | 269.26º | 0.54% | 0.89% | - |
| XYZ | 34.09 | 23.49 | 74.69 | - |
| YUV | 136.44 | 178.55 | 147.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 105 | 226 | 0.27 | 0.54 | 0 | 0.11 | 269.26 | 0.68 | 0.65 |
| Hex | A4 | 69 | E2 | 1B | 36 | 0 | B | 10D | 44 | 41 |
| Octal | 244 | 151 | 342 | 33 | 66 | 0 | 13 | 415 | 104 | 101 |
| Binary | 10100100 | 1101001 | 11100010 | 11011 | 110110 | 0 | 1011 | 100001101 | 1000100 | 1000001 |
Color Harmonies of #A469E2
Complementary color
Monochromatic Colors of #A469E2
Black with #A469E2
Text Example
Text Example
White with #A469E2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A469E2; }
p { color: rgb(164,105,226); }
H1.HeaderClassName
{
color: #A469E2;
}
.AnyTagClassName
{
color: #A469E2;
}
</style>
background-color css
<style>
a { background-color: #A469E2; }
a { background-color: rgb(164,105,226); }
div.DivClassName
{
background-color: #A469E2;
}
.BgClassName
{
background-color: #A469E2;
}
</style>
border-color css
<style>
span { border-color: #A469E2; }
span { border-color: rgb(164,105,226); }
td.TdClassName
{
border-color: #A469E2;
}
.TagClassName
{
border-color: #A469E2;
}
</style>