Shades of Medium Purple #A383EF
Tints of Medium Purple #A383EF
RGB
CMYK
RGB Variations
Color information
#A383EF (or 0xA383EF) is known color: Medium Purple. HEX triplet: A3, 83 and EF. RGB value is (163,131,239). Sum of RGB (Red+Green+Blue) = 163+131+239=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 239 (93.75% from 255 or 44.84% from 533); Max value from RGB is 239 - color contains mainly: blue. Hex color #A383EF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A383EF is #5C7C10. Grayscale: #989898. Windows color (decimal): -6061073 or 15696803. OLE color: 15696803.
HSL color Cylindrical-coordinate representation of color #A383EF: hue angle of 257.78º degrees, saturation: 0.77, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A383EF is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 131 | 239 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.06 |
| HSL | 257.78º | 0.77% | 0.73% | - |
| HSV(B) | 257.78º | 0.45% | 0.94% | - |
| XYZ | 38.8 | 30.25 | 85.46 | - |
| YUV | 152.88 | 176.6 | 135.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 239 | 0.32 | 0.45 | 0 | 0.06 | 257.78 | 0.77 | 0.73 |
| Hex | A3 | 83 | EF | 20 | 2D | 0 | 6 | 102 | 4D | 49 |
| Octal | 243 | 203 | 357 | 40 | 55 | 0 | 6 | 402 | 115 | 111 |
| Binary | 10100011 | 10000011 | 11101111 | 100000 | 101101 | 0 | 110 | 100000010 | 1001101 | 1001001 |
Color Harmonies of #A383EF
Complementary color
Monochromatic Colors of #A383EF
Black with #A383EF
Text Example
Text Example
White with #A383EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383EF; }
p { color: rgb(163,131,239); }
H1.HeaderClassName
{
color: #A383EF;
}
.AnyTagClassName
{
color: #A383EF;
}
</style>
background-color css
<style>
a { background-color: #A383EF; }
a { background-color: rgb(163,131,239); }
div.DivClassName
{
background-color: #A383EF;
}
.BgClassName
{
background-color: #A383EF;
}
</style>
border-color css
<style>
span { border-color: #A383EF; }
span { border-color: rgb(163,131,239); }
td.TdClassName
{
border-color: #A383EF;
}
.TagClassName
{
border-color: #A383EF;
}
</style>