Shades of Medium Purple #A366FA
Tints of Medium Purple #A366FA
RGB
CMYK
RGB Variations
Color information
#A366FA (or 0xA366FA) is known color: Medium Purple. HEX triplet: A3, 66 and FA. RGB value is (163,102,250). Sum of RGB (Red+Green+Blue) = 163+102+250=515 (68% of max value = 765). Red value is 163 (64.06% from 255 or 31.65% from 515); Green value is 102 (40.23% from 255 or 19.81% from 515); Blue value is 250 (98.05% from 255 or 48.54% from 515); Max value from RGB is 250 - color contains mainly: blue. Hex color #A366FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366FA is #5C9905. Grayscale: #888888. Windows color (decimal): -6068486 or 16410275. OLE color: 16410275.
HSL color Cylindrical-coordinate representation of color #A366FA: hue angle of 264.73º degrees, saturation: 0.94, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A366FA is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 102 | 250 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.02 |
| HSL | 264.73º | 0.94% | 0.69% | - |
| HSV(B) | 264.73º | 0.59% | 0.98% | - |
| XYZ | 37.11 | 24.19 | 93.16 | - |
| YUV | 137.11 | 191.71 | 146.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 250 | 0.35 | 0.59 | 0 | 0.02 | 264.73 | 0.94 | 0.69 |
| Hex | A3 | 66 | FA | 23 | 3B | 0 | 2 | 109 | 5E | 45 |
| Octal | 243 | 146 | 372 | 43 | 73 | 0 | 2 | 411 | 136 | 105 |
| Binary | 10100011 | 1100110 | 11111010 | 100011 | 111011 | 0 | 10 | 100001001 | 1011110 | 1000101 |
Color Harmonies of #A366FA
Complementary color
Monochromatic Colors of #A366FA
Black with #A366FA
Text Example
Text Example
White with #A366FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366FA; }
p { color: rgb(163,102,250); }
H1.HeaderClassName
{
color: #A366FA;
}
.AnyTagClassName
{
color: #A366FA;
}
</style>
background-color css
<style>
a { background-color: #A366FA; }
a { background-color: rgb(163,102,250); }
div.DivClassName
{
background-color: #A366FA;
}
.BgClassName
{
background-color: #A366FA;
}
</style>
border-color css
<style>
span { border-color: #A366FA; }
span { border-color: rgb(163,102,250); }
td.TdClassName
{
border-color: #A366FA;
}
.TagClassName
{
border-color: #A366FA;
}
</style>