Shades of Medium Purple #A066E0
Tints of Medium Purple #A066E0
RGB
CMYK
RGB Variations
Color information
#A066E0 (or 0xA066E0) is known color: Medium Purple. HEX triplet: A0, 66 and E0. RGB value is (160,102,224). Sum of RGB (Red+Green+Blue) = 160+102+224=486 (64% of max value = 765). Red value is 160 (62.89% from 255 or 32.92% from 486); Green value is 102 (40.23% from 255 or 20.99% from 486); Blue value is 224 (87.89% from 255 or 46.09% from 486); Max value from RGB is 224 - color contains mainly: blue. Hex color #A066E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A066E0 is #5F991F. Grayscale: #848484. Windows color (decimal): -6265120 or 14706336. OLE color: 14706336.
HSL color Cylindrical-coordinate representation of color #A066E0: hue angle of 268.52º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #A066E0 is Cyan = 0.29, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 160 | 102 | 224 | - |
| CMYK | 0.29 | 0.54 | 0 | 0.12 |
| HSL | 268.52º | 0.66% | 0.64% | - |
| HSV(B) | 268.52º | 0.54% | 0.88% | - |
| XYZ | 32.7 | 22.36 | 73.11 | - |
| YUV | 133.25 | 179.22 | 147.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 224 | 0.29 | 0.54 | 0 | 0.12 | 268.52 | 0.66 | 0.64 |
| Hex | A0 | 66 | E0 | 1D | 36 | 0 | C | 10D | 42 | 40 |
| Octal | 240 | 146 | 340 | 35 | 66 | 0 | 14 | 415 | 102 | 100 |
| Binary | 10100000 | 1100110 | 11100000 | 11101 | 110110 | 0 | 1100 | 100001101 | 1000010 | 1000000 |
Color Harmonies of #A066E0
Complementary color
Monochromatic Colors of #A066E0
Black with #A066E0
Text Example
Text Example
White with #A066E0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066E0; }
p { color: rgb(160,102,224); }
H1.HeaderClassName
{
color: #A066E0;
}
.AnyTagClassName
{
color: #A066E0;
}
</style>
background-color css
<style>
a { background-color: #A066E0; }
a { background-color: rgb(160,102,224); }
div.DivClassName
{
background-color: #A066E0;
}
.BgClassName
{
background-color: #A066E0;
}
</style>
border-color css
<style>
span { border-color: #A066E0; }
span { border-color: rgb(160,102,224); }
td.TdClassName
{
border-color: #A066E0;
}
.TagClassName
{
border-color: #A066E0;
}
</style>