Shades of Medium Purple #A260FA
Tints of Medium Purple #A260FA
RGB
CMYK
RGB Variations
Color information
#A260FA (or 0xA260FA) is known color: Medium Purple. HEX triplet: A2, 60 and FA. RGB value is (162,96,250). Sum of RGB (Red+Green+Blue) = 162+96+250=508 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.89% from 508); Green value is 96 (37.89% from 255 or 18.90% from 508); Blue value is 250 (98.05% from 255 or 49.21% from 508); Max value from RGB is 250 - color contains mainly: blue. Hex color #A260FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FA is #5D9F05. Grayscale: #848484. Windows color (decimal): -6135558 or 16408738. OLE color: 16408738.
HSL color Cylindrical-coordinate representation of color #A260FA: hue angle of 265.71º degrees, saturation: 0.94, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A260FA is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 96 | 250 | - |
| CMYK | 0.35 | 0.62 | 0 | 0.02 |
| HSL | 265.71º | 0.94% | 0.68% | - |
| HSV(B) | 265.71º | 0.62% | 0.98% | - |
| XYZ | 36.34 | 22.95 | 92.96 | - |
| YUV | 133.29 | 193.87 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 250 | 0.35 | 0.62 | 0 | 0.02 | 265.71 | 0.94 | 0.68 |
| Hex | A2 | 60 | FA | 23 | 3E | 0 | 2 | 10A | 5E | 44 |
| Octal | 242 | 140 | 372 | 43 | 76 | 0 | 2 | 412 | 136 | 104 |
| Binary | 10100010 | 1100000 | 11111010 | 100011 | 111110 | 0 | 10 | 100001010 | 1011110 | 1000100 |
Color Harmonies of #A260FA
Complementary color
Monochromatic Colors of #A260FA
Black with #A260FA
Text Example
Text Example
White with #A260FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260FA; }
p { color: rgb(162,96,250); }
H1.HeaderClassName
{
color: #A260FA;
}
.AnyTagClassName
{
color: #A260FA;
}
</style>
background-color css
<style>
a { background-color: #A260FA; }
a { background-color: rgb(162,96,250); }
div.DivClassName
{
background-color: #A260FA;
}
.BgClassName
{
background-color: #A260FA;
}
</style>
border-color css
<style>
span { border-color: #A260FA; }
span { border-color: rgb(162,96,250); }
td.TdClassName
{
border-color: #A260FA;
}
.TagClassName
{
border-color: #A260FA;
}
</style>