Shades of Medium Purple #A366F3
Tints of Medium Purple #A366F3
RGB
CMYK
RGB Variations
Color information
#A366F3 (or 0xA366F3) is known color: Medium Purple. HEX triplet: A3, 66 and F3. RGB value is (163,102,243). Sum of RGB (Red+Green+Blue) = 163+102+243=508 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.09% from 508); Green value is 102 (40.23% from 255 or 20.08% from 508); Blue value is 243 (95.31% from 255 or 47.83% from 508); Max value from RGB is 243 - color contains mainly: blue. Hex color #A366F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A366F3 is #5C990C. Grayscale: #878787. Windows color (decimal): -6068493 or 15951523. OLE color: 15951523.
HSL color Cylindrical-coordinate representation of color #A366F3: hue angle of 265.96º degrees, saturation: 0.85, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A366F3 is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 102 | 243 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.05 |
| HSL | 265.96º | 0.85% | 0.68% | - |
| HSV(B) | 265.96º | 0.58% | 0.95% | - |
| XYZ | 36.03 | 23.76 | 87.48 | - |
| YUV | 136.31 | 188.21 | 147.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 102 | 243 | 0.33 | 0.58 | 0 | 0.05 | 265.96 | 0.85 | 0.68 |
| Hex | A3 | 66 | F3 | 21 | 3A | 0 | 5 | 10A | 55 | 44 |
| Octal | 243 | 146 | 363 | 41 | 72 | 0 | 5 | 412 | 125 | 104 |
| Binary | 10100011 | 1100110 | 11110011 | 100001 | 111010 | 0 | 101 | 100001010 | 1010101 | 1000100 |
Color Harmonies of #A366F3
Complementary color
Monochromatic Colors of #A366F3
Black with #A366F3
Text Example
Text Example
White with #A366F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A366F3; }
p { color: rgb(163,102,243); }
H1.HeaderClassName
{
color: #A366F3;
}
.AnyTagClassName
{
color: #A366F3;
}
</style>
background-color css
<style>
a { background-color: #A366F3; }
a { background-color: rgb(163,102,243); }
div.DivClassName
{
background-color: #A366F3;
}
.BgClassName
{
background-color: #A366F3;
}
</style>
border-color css
<style>
span { border-color: #A366F3; }
span { border-color: rgb(163,102,243); }
td.TdClassName
{
border-color: #A366F3;
}
.TagClassName
{
border-color: #A366F3;
}
</style>