Shades of Medium Purple #A066EF
Tints of Medium Purple #A066EF
RGB
CMYK
RGB Variations
Color information
#A066EF (or 0xA066EF) is known color: Medium Purple. HEX triplet: A0, 66 and EF. RGB value is (160,102,239). Sum of RGB (Red+Green+Blue) = 160+102+239=501 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.94% from 501); Green value is 102 (40.23% from 255 or 20.36% from 501); Blue value is 239 (93.75% from 255 or 47.70% from 501); Max value from RGB is 239 - color contains mainly: blue. Hex color #A066EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A066EF is #5F9910. Grayscale: #868686. Windows color (decimal): -6265105 or 15689376. OLE color: 15689376.
HSL color Cylindrical-coordinate representation of color #A066EF: hue angle of 265.4º degrees, saturation: 0.81, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A066EF is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 160 | 102 | 239 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.06 |
| HSL | 265.4º | 0.81% | 0.67% | - |
| HSV(B) | 265.4º | 0.57% | 0.94% | - |
| XYZ | 34.83 | 23.21 | 84.31 | - |
| YUV | 134.96 | 186.72 | 145.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 102 | 239 | 0.33 | 0.57 | 0 | 0.06 | 265.4 | 0.81 | 0.67 |
| Hex | A0 | 66 | EF | 21 | 39 | 0 | 6 | 109 | 51 | 43 |
| Octal | 240 | 146 | 357 | 41 | 71 | 0 | 6 | 411 | 121 | 103 |
| Binary | 10100000 | 1100110 | 11101111 | 100001 | 111001 | 0 | 110 | 100001001 | 1010001 | 1000011 |
Color Harmonies of #A066EF
Complementary color
Monochromatic Colors of #A066EF
Black with #A066EF
Text Example
Text Example
White with #A066EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A066EF; }
p { color: rgb(160,102,239); }
H1.HeaderClassName
{
color: #A066EF;
}
.AnyTagClassName
{
color: #A066EF;
}
</style>
background-color css
<style>
a { background-color: #A066EF; }
a { background-color: rgb(160,102,239); }
div.DivClassName
{
background-color: #A066EF;
}
.BgClassName
{
background-color: #A066EF;
}
</style>
border-color css
<style>
span { border-color: #A066EF; }
span { border-color: rgb(160,102,239); }
td.TdClassName
{
border-color: #A066EF;
}
.TagClassName
{
border-color: #A066EF;
}
</style>