Shades of Medium Purple #A260FD
Tints of Medium Purple #A260FD
RGB
CMYK
RGB Variations
Color information
#A260FD (or 0xA260FD) is known color: Medium Purple. HEX triplet: A2, 60 and FD. RGB value is (162,96,253). Sum of RGB (Red+Green+Blue) = 162+96+253=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 96 (37.89% from 255 or 18.79% from 511); Blue value is 253 (99.22% from 255 or 49.51% from 511); Max value from RGB is 253 - color contains mainly: blue. Hex color #A260FD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A260FD is #5D9F02. Grayscale: #858585. Windows color (decimal): -6135555 or 16605346. OLE color: 16605346.
HSL color Cylindrical-coordinate representation of color #A260FD: hue angle of 265.22º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A260FD is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 96 | 253 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.01 |
| HSL | 265.22º | 0.98% | 0.68% | - |
| HSV(B) | 265.22º | 0.62% | 0.99% | - |
| XYZ | 36.81 | 23.14 | 95.45 | - |
| YUV | 133.63 | 195.37 | 148.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 96 | 253 | 0.36 | 0.62 | 0 | 0.01 | 265.22 | 0.98 | 0.68 |
| Hex | A2 | 60 | FD | 24 | 3E | 0 | 1 | 109 | 62 | 44 |
| Octal | 242 | 140 | 375 | 44 | 76 | 0 | 1 | 411 | 142 | 104 |
| Binary | 10100010 | 1100000 | 11111101 | 100100 | 111110 | 0 | 1 | 100001001 | 1100010 | 1000100 |
Color Harmonies of #A260FD
Complementary color
Monochromatic Colors of #A260FD
Black with #A260FD
Text Example
Text Example
White with #A260FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A260FD; }
p { color: rgb(162,96,253); }
H1.HeaderClassName
{
color: #A260FD;
}
.AnyTagClassName
{
color: #A260FD;
}
</style>
background-color css
<style>
a { background-color: #A260FD; }
a { background-color: rgb(162,96,253); }
div.DivClassName
{
background-color: #A260FD;
}
.BgClassName
{
background-color: #A260FD;
}
</style>
border-color css
<style>
span { border-color: #A260FD; }
span { border-color: rgb(162,96,253); }
td.TdClassName
{
border-color: #A260FD;
}
.TagClassName
{
border-color: #A260FD;
}
</style>