Shades of Medium Purple #A366E4
Tints of Medium Purple #A366E4
RGB
CMYK
RGB Variations
Color information
#A366E4 (or 0xA366E4) is known color: Medium Purple. HEX triplet: A3, 66 and E4. RGB value is (163,102,228). Sum of RGB (Red+Green+Blue) = 163+102+228=493 (65% of max value = 765). Red value is 163 (64.06% from 255 or 33.06% from 493); Green value is 102 (40.23% from 255 or 20.69% from 493); Blue value is 228 (89.45% from 255 or 46.25% from 493); Max value from RGB is 228 - color contains mainly: blue. Hex color #A366E4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A366E4 is #5C991B. Grayscale: #868686. Windows color (decimal): -6068508 or 14968483. OLE color: 14968483.
HSL color Cylindrical-coordinate representation of color #A366E4: hue angle of 269.05º degrees, saturation: 0.7, 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 #A366E4 is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 163 | 102 | 228 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.11 |
| HSL | 269.05º | 0.7% | 0.65% | - |
| HSV(B) | 269.05º | 0.55% | 0.89% | - |
| XYZ | 33.86 | 22.89 | 76.03 | - |
| YUV | 134.6 | 180.71 | 148.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 228 | 0.29 | 0.55 | 0 | 0.11 | 269.05 | 0.7 | 0.65 |
| Hex | A3 | 66 | E4 | 1D | 37 | 0 | B | 10D | 46 | 41 |
| Octal | 243 | 146 | 344 | 35 | 67 | 0 | 13 | 415 | 106 | 101 |
| Binary | 10100011 | 1100110 | 11100100 | 11101 | 110111 | 0 | 1011 | 100001101 | 1000110 | 1000001 |
Color Harmonies of #A366E4
Complementary color
Monochromatic Colors of #A366E4
Black with #A366E4
Text Example
Text Example
White with #A366E4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366E4; }
p { color: rgb(163,102,228); }
H1.HeaderClassName
{
color: #A366E4;
}
.AnyTagClassName
{
color: #A366E4;
}
</style>
background-color css
<style>
a { background-color: #A366E4; }
a { background-color: rgb(163,102,228); }
div.DivClassName
{
background-color: #A366E4;
}
.BgClassName
{
background-color: #A366E4;
}
</style>
border-color css
<style>
span { border-color: #A366E4; }
span { border-color: rgb(163,102,228); }
td.TdClassName
{
border-color: #A366E4;
}
.TagClassName
{
border-color: #A366E4;
}
</style>