Shades of Medium Purple #A366EF
Tints of Medium Purple #A366EF
RGB
CMYK
RGB Variations
Color information
#A366EF (or 0xA366EF) is known color: Medium Purple. HEX triplet: A3, 66 and EF. RGB value is (163,102,239). Sum of RGB (Red+Green+Blue) = 163+102+239=504 (66% of max value = 765). Red value is 163 (64.06% from 255 or 32.34% from 504); Green value is 102 (40.23% from 255 or 20.24% from 504); Blue value is 239 (93.75% from 255 or 47.42% from 504); Max value from RGB is 239 - color contains mainly: blue. Hex color #A366EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366EF is #5C9910. Grayscale: #878787. Windows color (decimal): -6068497 or 15689379. OLE color: 15689379.
HSL color Cylindrical-coordinate representation of color #A366EF: hue angle of 266.72º 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 #A366EF is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 102 | 239 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.06 |
| HSL | 266.72º | 0.81% | 0.67% | - |
| HSV(B) | 266.72º | 0.57% | 0.94% | - |
| XYZ | 35.44 | 23.52 | 84.33 | - |
| YUV | 135.86 | 186.21 | 147.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 239 | 0.32 | 0.57 | 0 | 0.06 | 266.72 | 0.81 | 0.67 |
| Hex | A3 | 66 | EF | 20 | 39 | 0 | 6 | 10B | 51 | 43 |
| Octal | 243 | 146 | 357 | 40 | 71 | 0 | 6 | 413 | 121 | 103 |
| Binary | 10100011 | 1100110 | 11101111 | 100000 | 111001 | 0 | 110 | 100001011 | 1010001 | 1000011 |
Color Harmonies of #A366EF
Complementary color
Monochromatic Colors of #A366EF
Black with #A366EF
Text Example
Text Example
White with #A366EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366EF; }
p { color: rgb(163,102,239); }
H1.HeaderClassName
{
color: #A366EF;
}
.AnyTagClassName
{
color: #A366EF;
}
</style>
background-color css
<style>
a { background-color: #A366EF; }
a { background-color: rgb(163,102,239); }
div.DivClassName
{
background-color: #A366EF;
}
.BgClassName
{
background-color: #A366EF;
}
</style>
border-color css
<style>
span { border-color: #A366EF; }
span { border-color: rgb(163,102,239); }
td.TdClassName
{
border-color: #A366EF;
}
.TagClassName
{
border-color: #A366EF;
}
</style>