Shades of Medium Purple #A083F2
Tints of Medium Purple #A083F2
RGB
CMYK
RGB Variations
Color information
#A083F2 (or 0xA083F2) is known color: Medium Purple. HEX triplet: A0, 83 and F2. RGB value is (160,131,242). Sum of RGB (Red+Green+Blue) = 160+131+242=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 131 (51.56% from 255 or 24.58% from 533); Blue value is 242 (94.92% from 255 or 45.40% from 533); Max value from RGB is 242 - color contains mainly: blue. Hex color #A083F2 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A083F2 is #5F7C0D. Grayscale: #979797. Windows color (decimal): -6257678 or 15893408. OLE color: 15893408.
HSL color Cylindrical-coordinate representation of color #A083F2: hue angle of 255.68º degrees, saturation: 0.81, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A083F2 is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 131 | 242 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.05 |
| HSL | 255.68º | 0.81% | 0.73% | - |
| HSV(B) | 255.68º | 0.46% | 0.95% | - |
| XYZ | 38.64 | 30.12 | 87.78 | - |
| YUV | 152.33 | 178.61 | 133.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 131 | 242 | 0.34 | 0.46 | 0 | 0.05 | 255.68 | 0.81 | 0.73 |
| Hex | A0 | 83 | F2 | 22 | 2E | 0 | 5 | 100 | 51 | 49 |
| Octal | 240 | 203 | 362 | 42 | 56 | 0 | 5 | 400 | 121 | 111 |
| Binary | 10100000 | 10000011 | 11110010 | 100010 | 101110 | 0 | 101 | 100000000 | 1010001 | 1001001 |
Color Harmonies of #A083F2
Complementary color
Monochromatic Colors of #A083F2
Black with #A083F2
Text Example
Text Example
White with #A083F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A083F2; }
p { color: rgb(160,131,242); }
H1.HeaderClassName
{
color: #A083F2;
}
.AnyTagClassName
{
color: #A083F2;
}
</style>
background-color css
<style>
a { background-color: #A083F2; }
a { background-color: rgb(160,131,242); }
div.DivClassName
{
background-color: #A083F2;
}
.BgClassName
{
background-color: #A083F2;
}
</style>
border-color css
<style>
span { border-color: #A083F2; }
span { border-color: rgb(160,131,242); }
td.TdClassName
{
border-color: #A083F2;
}
.TagClassName
{
border-color: #A083F2;
}
</style>