Shades of Medium Purple #A366E3
Tints of Medium Purple #A366E3
RGB
CMYK
RGB Variations
Color information
#A366E3 (or 0xA366E3) is known color: Medium Purple. HEX triplet: A3, 66 and E3. RGB value is (163,102,227). Sum of RGB (Red+Green+Blue) = 163+102+227=492 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.13% from 492); Green value is 102 (40.23% from 255 or 20.73% from 492); Blue value is 227 (89.06% from 255 or 46.14% from 492); Max value from RGB is 227 - color contains mainly: blue. Hex color #A366E3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366E3 is #5C991C. Grayscale: #868686. Windows color (decimal): -6068509 or 14902947. OLE color: 14902947.
HSL color Cylindrical-coordinate representation of color #A366E3: hue angle of 269.28º degrees, saturation: 0.69, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A366E3 is Cyan = 0.28, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 102 | 227 | - |
| CMYK | 0.28 | 0.55 | 0 | 0.11 |
| HSL | 269.28º | 0.69% | 0.65% | - |
| HSV(B) | 269.28º | 0.55% | 0.89% | - |
| XYZ | 33.72 | 22.84 | 75.3 | - |
| YUV | 134.49 | 180.21 | 148.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 227 | 0.28 | 0.55 | 0 | 0.11 | 269.28 | 0.69 | 0.65 |
| Hex | A3 | 66 | E3 | 1C | 37 | 0 | B | 10D | 45 | 41 |
| Octal | 243 | 146 | 343 | 34 | 67 | 0 | 13 | 415 | 105 | 101 |
| Binary | 10100011 | 1100110 | 11100011 | 11100 | 110111 | 0 | 1011 | 100001101 | 1000101 | 1000001 |
Color Harmonies of #A366E3
Complementary color
Monochromatic Colors of #A366E3
Black with #A366E3
Text Example
Text Example
White with #A366E3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366E3; }
p { color: rgb(163,102,227); }
H1.HeaderClassName
{
color: #A366E3;
}
.AnyTagClassName
{
color: #A366E3;
}
</style>
background-color css
<style>
a { background-color: #A366E3; }
a { background-color: rgb(163,102,227); }
div.DivClassName
{
background-color: #A366E3;
}
.BgClassName
{
background-color: #A366E3;
}
</style>
border-color css
<style>
span { border-color: #A366E3; }
span { border-color: rgb(163,102,227); }
td.TdClassName
{
border-color: #A366E3;
}
.TagClassName
{
border-color: #A366E3;
}
</style>