Shades of Medium Purple #A269ED
Tints of Medium Purple #A269ED
RGB
CMYK
RGB Variations
Color information
#A269ED (or 0xA269ED) is known color: Medium Purple. HEX triplet: A2, 69 and ED. RGB value is (162,105,237). Sum of RGB (Red+Green+Blue) = 162+105+237=504 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.14% from 504); Green value is 105 (41.41% from 255 or 20.83% from 504); Blue value is 237 (92.97% from 255 or 47.02% from 504); Max value from RGB is 237 - color contains mainly: blue. Hex color #A269ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A269ED is #5D9612. Grayscale: #888888. Windows color (decimal): -6133267 or 15559074. OLE color: 15559074.
HSL color Cylindrical-coordinate representation of color #A269ED: hue angle of 265.91º degrees, saturation: 0.79, 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 #A269ED is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 105 | 237 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265.91º | 0.79% | 0.67% | - |
| HSV(B) | 265.91º | 0.56% | 0.93% | - |
| XYZ | 35.24 | 23.9 | 82.88 | - |
| YUV | 137.09 | 184.38 | 145.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 105 | 237 | 0.32 | 0.56 | 0 | 0.07 | 265.91 | 0.79 | 0.67 |
| Hex | A2 | 69 | ED | 20 | 38 | 0 | 7 | 10A | 4F | 43 |
| Octal | 242 | 151 | 355 | 40 | 70 | 0 | 7 | 412 | 117 | 103 |
| Binary | 10100010 | 1101001 | 11101101 | 100000 | 111000 | 0 | 111 | 100001010 | 1001111 | 1000011 |
Color Harmonies of #A269ED
Complementary color
Monochromatic Colors of #A269ED
Black with #A269ED
Text Example
Text Example
White with #A269ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A269ED; }
p { color: rgb(162,105,237); }
H1.HeaderClassName
{
color: #A269ED;
}
.AnyTagClassName
{
color: #A269ED;
}
</style>
background-color css
<style>
a { background-color: #A269ED; }
a { background-color: rgb(162,105,237); }
div.DivClassName
{
background-color: #A269ED;
}
.BgClassName
{
background-color: #A269ED;
}
</style>
border-color css
<style>
span { border-color: #A269ED; }
span { border-color: rgb(162,105,237); }
td.TdClassName
{
border-color: #A269ED;
}
.TagClassName
{
border-color: #A269ED;
}
</style>