Shades of Medium Purple #A069EB
Tints of Medium Purple #A069EB
RGB
CMYK
RGB Variations
Color information
#A069EB (or 0xA069EB) is known color: Medium Purple. HEX triplet: A0, 69 and EB. RGB value is (160,105,235). Sum of RGB (Red+Green+Blue) = 160+105+235=500 (66% of max value = 765). Red value is 160 (62.89% from 255 or 32% from 500); Green value is 105 (41.41% from 255 or 21% from 500); Blue value is 235 (92.19% from 255 or 47% from 500); Max value from RGB is 235 - color contains mainly: blue. Hex color #A069EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A069EB is #5F9614. Grayscale: #878787. Windows color (decimal): -6264341 or 15428000. OLE color: 15428000.
HSL color Cylindrical-coordinate representation of color #A069EB: hue angle of 265.38º degrees, saturation: 0.76, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A069EB is Cyan = 0.32, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 105 | 235 | - |
| CMYK | 0.32 | 0.55 | 0 | 0.08 |
| HSL | 265.38º | 0.76% | 0.67% | - |
| HSV(B) | 265.38º | 0.55% | 0.92% | - |
| XYZ | 34.54 | 23.57 | 81.33 | - |
| YUV | 136.27 | 183.72 | 144.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 105 | 235 | 0.32 | 0.55 | 0 | 0.08 | 265.38 | 0.76 | 0.67 |
| Hex | A0 | 69 | EB | 20 | 37 | 0 | 8 | 109 | 4C | 43 |
| Octal | 240 | 151 | 353 | 40 | 67 | 0 | 10 | 411 | 114 | 103 |
| Binary | 10100000 | 1101001 | 11101011 | 100000 | 110111 | 0 | 1000 | 100001001 | 1001100 | 1000011 |
Color Harmonies of #A069EB
Complementary color
Monochromatic Colors of #A069EB
Black with #A069EB
Text Example
Text Example
White with #A069EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A069EB; }
p { color: rgb(160,105,235); }
H1.HeaderClassName
{
color: #A069EB;
}
.AnyTagClassName
{
color: #A069EB;
}
</style>
background-color css
<style>
a { background-color: #A069EB; }
a { background-color: rgb(160,105,235); }
div.DivClassName
{
background-color: #A069EB;
}
.BgClassName
{
background-color: #A069EB;
}
</style>
border-color css
<style>
span { border-color: #A069EB; }
span { border-color: rgb(160,105,235); }
td.TdClassName
{
border-color: #A069EB;
}
.TagClassName
{
border-color: #A069EB;
}
</style>