Shades of Medium Purple #A380F0
Tints of Medium Purple #A380F0
RGB
CMYK
RGB Variations
Color information
#A380F0 (or 0xA380F0) is known color: Medium Purple. HEX triplet: A3, 80 and F0. RGB value is (163,128,240). Sum of RGB (Red+Green+Blue) = 163+128+240=531 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.70% from 531); Green value is 128 (50.39% from 255 or 24.11% from 531); Blue value is 240 (94.14% from 255 or 45.20% from 531); Max value from RGB is 240 - color contains mainly: blue. Hex color #A380F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A380F0 is #5C7F0F. Grayscale: #969696. Windows color (decimal): -6061840 or 15761571. OLE color: 15761571.
HSL color Cylindrical-coordinate representation of color #A380F0: hue angle of 258.75º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A380F0 is Cyan = 0.32, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 163 | 128 | 240 | - |
| CMYK | 0.32 | 0.47 | 0 | 0.06 |
| HSL | 258.75º | 0.79% | 0.72% | - |
| HSV(B) | 258.75º | 0.47% | 0.94% | - |
| XYZ | 38.55 | 29.52 | 86.1 | - |
| YUV | 151.23 | 178.1 | 136.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 128 | 240 | 0.32 | 0.47 | 0 | 0.06 | 258.75 | 0.79 | 0.72 |
| Hex | A3 | 80 | F0 | 20 | 2F | 0 | 6 | 103 | 4F | 48 |
| Octal | 243 | 200 | 360 | 40 | 57 | 0 | 6 | 403 | 117 | 110 |
| Binary | 10100011 | 10000000 | 11110000 | 100000 | 101111 | 0 | 110 | 100000011 | 1001111 | 1001000 |
Color Harmonies of #A380F0
Complementary color
Monochromatic Colors of #A380F0
Black with #A380F0
Text Example
Text Example
White with #A380F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A380F0; }
p { color: rgb(163,128,240); }
H1.HeaderClassName
{
color: #A380F0;
}
.AnyTagClassName
{
color: #A380F0;
}
</style>
background-color css
<style>
a { background-color: #A380F0; }
a { background-color: rgb(163,128,240); }
div.DivClassName
{
background-color: #A380F0;
}
.BgClassName
{
background-color: #A380F0;
}
</style>
border-color css
<style>
span { border-color: #A380F0; }
span { border-color: rgb(163,128,240); }
td.TdClassName
{
border-color: #A380F0;
}
.TagClassName
{
border-color: #A380F0;
}
</style>