Shades of Medium Purple #A260F3
Tints of Medium Purple #A260F3
RGB
CMYK
RGB Variations
Color information
#A260F3 (or 0xA260F3) is known color: Medium Purple. HEX triplet: A2, 60 and F3. RGB value is (162,96,243). Sum of RGB (Red+Green+Blue) = 162+96+243=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 96 (37.89% from 255 or 19.16% from 501); Blue value is 243 (95.31% from 255 or 48.50% from 501); Max value from RGB is 243 - color contains mainly: blue. Hex color #A260F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260F3 is #5D9F0C. Grayscale: #838383. Windows color (decimal): -6135565 or 15949986. OLE color: 15949986.
HSL color Cylindrical-coordinate representation of color #A260F3: hue angle of 266.94º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A260F3 is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 96 | 243 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.05 |
| HSL | 266.94º | 0.86% | 0.66% | - |
| HSV(B) | 266.94º | 0.6% | 0.95% | - |
| XYZ | 35.26 | 22.52 | 87.28 | - |
| YUV | 132.49 | 190.37 | 149.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 243 | 0.33 | 0.60 | 0 | 0.05 | 266.94 | 0.86 | 0.66 |
| Hex | A2 | 60 | F3 | 21 | 3C | 0 | 5 | 10B | 56 | 42 |
| Octal | 242 | 140 | 363 | 41 | 74 | 0 | 5 | 413 | 126 | 102 |
| Binary | 10100010 | 1100000 | 11110011 | 100001 | 111100 | 0 | 101 | 100001011 | 1010110 | 1000010 |
Color Harmonies of #A260F3
Complementary color
Monochromatic Colors of #A260F3
Black with #A260F3
Text Example
Text Example
White with #A260F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260F3; }
p { color: rgb(162,96,243); }
H1.HeaderClassName
{
color: #A260F3;
}
.AnyTagClassName
{
color: #A260F3;
}
</style>
background-color css
<style>
a { background-color: #A260F3; }
a { background-color: rgb(162,96,243); }
div.DivClassName
{
background-color: #A260F3;
}
.BgClassName
{
background-color: #A260F3;
}
</style>
border-color css
<style>
span { border-color: #A260F3; }
span { border-color: rgb(162,96,243); }
td.TdClassName
{
border-color: #A260F3;
}
.TagClassName
{
border-color: #A260F3;
}
</style>