Shades of Medium Purple #A264F9
Tints of Medium Purple #A264F9
RGB
CMYK
RGB Variations
Color information
#A264F9 (or 0xA264F9) is known color: Medium Purple. HEX triplet: A2, 64 and F9. RGB value is (162,100,249). Sum of RGB (Red+Green+Blue) = 162+100+249=511 (67% of max value = 765). Red value is 162 (63.67% from 255 or 31.70% from 511); Green value is 100 (39.45% from 255 or 19.57% from 511); Blue value is 249 (97.66% from 255 or 48.73% from 511); Max value from RGB is 249 - color contains mainly: blue. Hex color #A264F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A264F9 is #5D9B06. Grayscale: #868686. Windows color (decimal): -6134535 or 16344226. OLE color: 16344226.
HSL color Cylindrical-coordinate representation of color #A264F9: hue angle of 264.97º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #A264F9 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 100 | 249 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.02 |
| HSL | 264.97º | 0.93% | 0.68% | - |
| HSV(B) | 264.97º | 0.6% | 0.98% | - |
| XYZ | 36.56 | 23.64 | 92.26 | - |
| YUV | 135.52 | 192.04 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 100 | 249 | 0.35 | 0.60 | 0 | 0.02 | 264.97 | 0.93 | 0.68 |
| Hex | A2 | 64 | F9 | 23 | 3C | 0 | 2 | 109 | 5D | 44 |
| Octal | 242 | 144 | 371 | 43 | 74 | 0 | 2 | 411 | 135 | 104 |
| Binary | 10100010 | 1100100 | 11111001 | 100011 | 111100 | 0 | 10 | 100001001 | 1011101 | 1000100 |
Color Harmonies of #A264F9
Complementary color
Monochromatic Colors of #A264F9
Black with #A264F9
Text Example
Text Example
White with #A264F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A264F9; }
p { color: rgb(162,100,249); }
H1.HeaderClassName
{
color: #A264F9;
}
.AnyTagClassName
{
color: #A264F9;
}
</style>
background-color css
<style>
a { background-color: #A264F9; }
a { background-color: rgb(162,100,249); }
div.DivClassName
{
background-color: #A264F9;
}
.BgClassName
{
background-color: #A264F9;
}
</style>
border-color css
<style>
span { border-color: #A264F9; }
span { border-color: rgb(162,100,249); }
td.TdClassName
{
border-color: #A264F9;
}
.TagClassName
{
border-color: #A264F9;
}
</style>