Shades of Medium Purple #A960F2
Tints of Medium Purple #A960F2
RGB
CMYK
RGB Variations
Color information
#A960F2 (or 0xA960F2) is known color: Medium Purple. HEX triplet: A9, 60 and F2. RGB value is (169,96,242). Sum of RGB (Red+Green+Blue) = 169+96+242=507 (67% of max value = 765). Red value is 169 (66.41% from 255 or 33.33% from 507); Green value is 96 (37.89% from 255 or 18.93% from 507); Blue value is 242 (94.92% from 255 or 47.73% from 507); Max value from RGB is 242 - color contains mainly: blue. Hex color #A960F2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A960F2 is #569F0D. Grayscale: #858585. Windows color (decimal): -5676814 or 15884457. OLE color: 15884457.
HSL color Cylindrical-coordinate representation of color #A960F2: hue angle of 270º degrees, saturation: 0.85, 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 #A960F2 is Cyan = 0.30, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 169 | 96 | 242 | - |
| CMYK | 0.30 | 0.60 | 0 | 0.05 |
| HSL | 270º | 0.85% | 0.66% | - |
| HSV(B) | 270º | 0.6% | 0.95% | - |
| XYZ | 36.57 | 23.21 | 86.56 | - |
| YUV | 134.47 | 188.68 | 152.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 96 | 242 | 0.30 | 0.60 | 0 | 0.05 | 270 | 0.85 | 0.66 |
| Hex | A9 | 60 | F2 | 1E | 3C | 0 | 5 | 10E | 55 | 42 |
| Octal | 251 | 140 | 362 | 36 | 74 | 0 | 5 | 416 | 125 | 102 |
| Binary | 10101001 | 1100000 | 11110010 | 11110 | 111100 | 0 | 101 | 100001110 | 1010101 | 1000010 |
Color Harmonies of #A960F2
Complementary color
Monochromatic Colors of #A960F2
Black with #A960F2
Text Example
Text Example
White with #A960F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A960F2; }
p { color: rgb(169,96,242); }
H1.HeaderClassName
{
color: #A960F2;
}
.AnyTagClassName
{
color: #A960F2;
}
</style>
background-color css
<style>
a { background-color: #A960F2; }
a { background-color: rgb(169,96,242); }
div.DivClassName
{
background-color: #A960F2;
}
.BgClassName
{
background-color: #A960F2;
}
</style>
border-color css
<style>
span { border-color: #A960F2; }
span { border-color: rgb(169,96,242); }
td.TdClassName
{
border-color: #A960F2;
}
.TagClassName
{
border-color: #A960F2;
}
</style>