Shades of Medium Purple #A066EB
Tints of Medium Purple #A066EB
RGB
CMYK
RGB Variations
Color information
#A066EB (or 0xA066EB) is known color: Medium Purple. HEX triplet: A0, 66 and EB. RGB value is (160,102,235). Sum of RGB (Red+Green+Blue) = 160+102+235=497 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.19% from 497); Green value is 102 (40.23% from 255 or 20.52% from 497); Blue value is 235 (92.19% from 255 or 47.28% from 497); Max value from RGB is 235 - color contains mainly: blue. Hex color #A066EB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066EB is #5F9914. Grayscale: #868686. Windows color (decimal): -6265109 or 15427232. OLE color: 15427232.
HSL color Cylindrical-coordinate representation of color #A066EB: hue angle of 266.17º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A066EB is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 160 | 102 | 235 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.08 |
| HSL | 266.17º | 0.77% | 0.66% | - |
| HSV(B) | 266.17º | 0.57% | 0.92% | - |
| XYZ | 34.24 | 22.97 | 81.23 | - |
| YUV | 134.5 | 184.72 | 146.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 235 | 0.32 | 0.57 | 0 | 0.08 | 266.17 | 0.77 | 0.66 |
| Hex | A0 | 66 | EB | 20 | 39 | 0 | 8 | 10A | 4D | 42 |
| Octal | 240 | 146 | 353 | 40 | 71 | 0 | 10 | 412 | 115 | 102 |
| Binary | 10100000 | 1100110 | 11101011 | 100000 | 111001 | 0 | 1000 | 100001010 | 1001101 | 1000010 |
Color Harmonies of #A066EB
Complementary color
Monochromatic Colors of #A066EB
Black with #A066EB
Text Example
Text Example
White with #A066EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066EB; }
p { color: rgb(160,102,235); }
H1.HeaderClassName
{
color: #A066EB;
}
.AnyTagClassName
{
color: #A066EB;
}
</style>
background-color css
<style>
a { background-color: #A066EB; }
a { background-color: rgb(160,102,235); }
div.DivClassName
{
background-color: #A066EB;
}
.BgClassName
{
background-color: #A066EB;
}
</style>
border-color css
<style>
span { border-color: #A066EB; }
span { border-color: rgb(160,102,235); }
td.TdClassName
{
border-color: #A066EB;
}
.TagClassName
{
border-color: #A066EB;
}
</style>