Shades of Medium Purple #A069ED
Tints of Medium Purple #A069ED
RGB
CMYK
RGB Variations
Color information
#A069ED (or 0xA069ED) is known color: Medium Purple. HEX triplet: A0, 69 and ED. RGB value is (160,105,237). Sum of RGB (Red+Green+Blue) = 160+105+237=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 105 (41.41% from 255 or 20.92% from 502); Blue value is 237 (92.97% from 255 or 47.21% from 502); Max value from RGB is 237 - color contains mainly: blue. Hex color #A069ED is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069ED is #5F9612. Grayscale: #888888. Windows color (decimal): -6264339 or 15559072. OLE color: 15559072.
HSL color Cylindrical-coordinate representation of color #A069ED: hue angle of 265º 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 #A069ED is Cyan = 0.32, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 160 | 105 | 237 | - |
| CMYK | 0.32 | 0.56 | 0 | 0.07 |
| HSL | 265º | 0.79% | 0.67% | - |
| HSV(B) | 265º | 0.56% | 0.93% | - |
| XYZ | 34.83 | 23.69 | 82.86 | - |
| YUV | 136.49 | 184.72 | 144.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 237 | 0.32 | 0.56 | 0 | 0.07 | 265 | 0.79 | 0.67 |
| Hex | A0 | 69 | ED | 20 | 38 | 0 | 7 | 109 | 4F | 43 |
| Octal | 240 | 151 | 355 | 40 | 70 | 0 | 7 | 411 | 117 | 103 |
| Binary | 10100000 | 1101001 | 11101101 | 100000 | 111000 | 0 | 111 | 100001001 | 1001111 | 1000011 |
Color Harmonies of #A069ED
Complementary color
Monochromatic Colors of #A069ED
Black with #A069ED
Text Example
Text Example
White with #A069ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069ED; }
p { color: rgb(160,105,237); }
H1.HeaderClassName
{
color: #A069ED;
}
.AnyTagClassName
{
color: #A069ED;
}
</style>
background-color css
<style>
a { background-color: #A069ED; }
a { background-color: rgb(160,105,237); }
div.DivClassName
{
background-color: #A069ED;
}
.BgClassName
{
background-color: #A069ED;
}
</style>
border-color css
<style>
span { border-color: #A069ED; }
span { border-color: rgb(160,105,237); }
td.TdClassName
{
border-color: #A069ED;
}
.TagClassName
{
border-color: #A069ED;
}
</style>