Shades of Medium Purple #A382F0
Tints of Medium Purple #A382F0
RGB
CMYK
RGB Variations
Color information
#A382F0 (or 0xA382F0) is known color: Medium Purple. HEX triplet: A3, 82 and F0. RGB value is (163,130,240). Sum of RGB (Red+Green+Blue) = 163+130+240=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 240 (94.14% from 255 or 45.03% from 533); Max value from RGB is 240 - color contains mainly: blue. Hex color #A382F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A382F0 is #5C7D0F. Grayscale: #989898. Windows color (decimal): -6061328 or 15762083. OLE color: 15762083.
HSL color Cylindrical-coordinate representation of color #A382F0: hue angle of 258º degrees, saturation: 0.79, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A382F0 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 130 | 240 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.06 |
| HSL | 258º | 0.79% | 0.73% | - |
| HSV(B) | 258º | 0.46% | 0.94% | - |
| XYZ | 38.82 | 30.04 | 86.19 | - |
| YUV | 152.41 | 177.43 | 135.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 130 | 240 | 0.32 | 0.46 | 0 | 0.06 | 258 | 0.79 | 0.73 |
| Hex | A3 | 82 | F0 | 20 | 2E | 0 | 6 | 102 | 4F | 49 |
| Octal | 243 | 202 | 360 | 40 | 56 | 0 | 6 | 402 | 117 | 111 |
| Binary | 10100011 | 10000010 | 11110000 | 100000 | 101110 | 0 | 110 | 100000010 | 1001111 | 1001001 |
Color Harmonies of #A382F0
Complementary color
Monochromatic Colors of #A382F0
Black with #A382F0
Text Example
Text Example
White with #A382F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A382F0; }
p { color: rgb(163,130,240); }
H1.HeaderClassName
{
color: #A382F0;
}
.AnyTagClassName
{
color: #A382F0;
}
</style>
background-color css
<style>
a { background-color: #A382F0; }
a { background-color: rgb(163,130,240); }
div.DivClassName
{
background-color: #A382F0;
}
.BgClassName
{
background-color: #A382F0;
}
</style>
border-color css
<style>
span { border-color: #A382F0; }
span { border-color: rgb(163,130,240); }
td.TdClassName
{
border-color: #A382F0;
}
.TagClassName
{
border-color: #A382F0;
}
</style>