Shades of Medium Purple #A280F7
Tints of Medium Purple #A280F7
RGB
CMYK
RGB Variations
Color information
#A280F7 (or 0xA280F7) is known color: Medium Purple. HEX triplet: A2, 80 and F7. RGB value is (162,128,247). Sum of RGB (Red+Green+Blue) = 162+128+247=537 (71% of max value = 765). Red value is 162 (63.67% from 255 or 30.17% from 537); Green value is 128 (50.39% from 255 or 23.84% from 537); Blue value is 247 (96.88% from 255 or 46.00% from 537); Max value from RGB is 247 - color contains mainly: blue. Hex color #A280F7 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A280F7 is #5D7F08. Grayscale: #979797. Windows color (decimal): -6127369 or 16220322. OLE color: 16220322.
HSL color Cylindrical-coordinate representation of color #A280F7: hue angle of 257.14º degrees, saturation: 0.88, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A280F7 is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 162 | 128 | 247 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.03 |
| HSL | 257.14º | 0.88% | 0.74% | - |
| HSV(B) | 257.14º | 0.48% | 0.97% | - |
| XYZ | 39.41 | 29.84 | 91.68 | - |
| YUV | 151.73 | 181.76 | 135.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 128 | 247 | 0.34 | 0.48 | 0 | 0.03 | 257.14 | 0.88 | 0.74 |
| Hex | A2 | 80 | F7 | 22 | 30 | 0 | 3 | 101 | 58 | 4A |
| Octal | 242 | 200 | 367 | 42 | 60 | 0 | 3 | 401 | 130 | 112 |
| Binary | 10100010 | 10000000 | 11110111 | 100010 | 110000 | 0 | 11 | 100000001 | 1011000 | 1001010 |
Color Harmonies of #A280F7
Complementary color
Monochromatic Colors of #A280F7
Black with #A280F7
Text Example
Text Example
White with #A280F7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A280F7; }
p { color: rgb(162,128,247); }
H1.HeaderClassName
{
color: #A280F7;
}
.AnyTagClassName
{
color: #A280F7;
}
</style>
background-color css
<style>
a { background-color: #A280F7; }
a { background-color: rgb(162,128,247); }
div.DivClassName
{
background-color: #A280F7;
}
.BgClassName
{
background-color: #A280F7;
}
</style>
border-color css
<style>
span { border-color: #A280F7; }
span { border-color: rgb(162,128,247); }
td.TdClassName
{
border-color: #A280F7;
}
.TagClassName
{
border-color: #A280F7;
}
</style>