Shades of Medium Purple #A366E5
Tints of Medium Purple #A366E5
RGB
CMYK
RGB Variations
Color information
#A366E5 (or 0xA366E5) is known color: Medium Purple. HEX triplet: A3, 66 and E5. RGB value is (163,102,229). Sum of RGB (Red+Green+Blue) = 163+102+229=494 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.00% from 494); Green value is 102 (40.23% from 255 or 20.65% from 494); Blue value is 229 (89.84% from 255 or 46.36% from 494); Max value from RGB is 229 - color contains mainly: blue. Hex color #A366E5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366E5 is #5C991A. Grayscale: #868686. Windows color (decimal): -6068507 or 15034019. OLE color: 15034019.
HSL color Cylindrical-coordinate representation of color #A366E5: hue angle of 268.82º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A366E5 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 102 | 229 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.10 |
| HSL | 268.82º | 0.71% | 0.65% | - |
| HSV(B) | 268.82º | 0.55% | 0.9% | - |
| XYZ | 34 | 22.95 | 76.77 | - |
| YUV | 134.72 | 181.21 | 148.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 229 | 0.29 | 0.55 | 0 | 0.10 | 268.82 | 0.71 | 0.65 |
| Hex | A3 | 66 | E5 | 1D | 37 | 0 | A | 10D | 47 | 41 |
| Octal | 243 | 146 | 345 | 35 | 67 | 0 | 12 | 415 | 107 | 101 |
| Binary | 10100011 | 1100110 | 11100101 | 11101 | 110111 | 0 | 1010 | 100001101 | 1000111 | 1000001 |
Color Harmonies of #A366E5
Complementary color
Monochromatic Colors of #A366E5
Black with #A366E5
Text Example
Text Example
White with #A366E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366E5; }
p { color: rgb(163,102,229); }
H1.HeaderClassName
{
color: #A366E5;
}
.AnyTagClassName
{
color: #A366E5;
}
</style>
background-color css
<style>
a { background-color: #A366E5; }
a { background-color: rgb(163,102,229); }
div.DivClassName
{
background-color: #A366E5;
}
.BgClassName
{
background-color: #A366E5;
}
</style>
border-color css
<style>
span { border-color: #A366E5; }
span { border-color: rgb(163,102,229); }
td.TdClassName
{
border-color: #A366E5;
}
.TagClassName
{
border-color: #A366E5;
}
</style>