Shades of Medium Purple #A282F0
Tints of Medium Purple #A282F0
RGB
CMYK
RGB Variations
Color information
#A282F0 (or 0xA282F0) is known color: Medium Purple. HEX triplet: A2, 82 and F0. RGB value is (162,130,240). Sum of RGB (Red+Green+Blue) = 162+130+240=532 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.45% from 532); Green value is 130 (51.17% from 255 or 24.44% from 532); Blue value is 240 (94.14% from 255 or 45.11% from 532); Max value from RGB is 240 - color contains mainly: blue. Hex color #A282F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A282F0 is #5D7D0F. Grayscale: #979797. Windows color (decimal): -6126864 or 15762082. OLE color: 15762082.
HSL color Cylindrical-coordinate representation of color #A282F0: hue angle of 257.45º 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 #A282F0 is Cyan = 0.32, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 130 | 240 | - |
| CMYK | 0.32 | 0.46 | 0 | 0.06 |
| HSL | 257.45º | 0.79% | 0.73% | - |
| HSV(B) | 257.45º | 0.46% | 0.94% | - |
| XYZ | 38.61 | 29.94 | 86.18 | - |
| YUV | 152.11 | 177.6 | 135.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 240 | 0.32 | 0.46 | 0 | 0.06 | 257.45 | 0.79 | 0.73 |
| Hex | A2 | 82 | F0 | 20 | 2E | 0 | 6 | 101 | 4F | 49 |
| Octal | 242 | 202 | 360 | 40 | 56 | 0 | 6 | 401 | 117 | 111 |
| Binary | 10100010 | 10000010 | 11110000 | 100000 | 101110 | 0 | 110 | 100000001 | 1001111 | 1001001 |
Color Harmonies of #A282F0
Complementary color
Monochromatic Colors of #A282F0
Black with #A282F0
Text Example
Text Example
White with #A282F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282F0; }
p { color: rgb(162,130,240); }
H1.HeaderClassName
{
color: #A282F0;
}
.AnyTagClassName
{
color: #A282F0;
}
</style>
background-color css
<style>
a { background-color: #A282F0; }
a { background-color: rgb(162,130,240); }
div.DivClassName
{
background-color: #A282F0;
}
.BgClassName
{
background-color: #A282F0;
}
</style>
border-color css
<style>
span { border-color: #A282F0; }
span { border-color: rgb(162,130,240); }
td.TdClassName
{
border-color: #A282F0;
}
.TagClassName
{
border-color: #A282F0;
}
</style>