Shades of Medium Purple #A276F3
Tints of Medium Purple #A276F3
RGB
CMYK
RGB Variations
Color information
#A276F3 (or 0xA276F3) is known color: Medium Purple. HEX triplet: A2, 76 and F3. RGB value is (162,118,243). Sum of RGB (Red+Green+Blue) = 162+118+243=523 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.98% from 523); Green value is 118 (46.48% from 255 or 22.56% from 523); Blue value is 243 (95.31% from 255 or 46.46% from 523); Max value from RGB is 243 - color contains mainly: blue. Hex color #A276F3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A276F3 is #5D890C. Grayscale: #909090. Windows color (decimal): -6129933 or 15955618. OLE color: 15955618.
HSL color Cylindrical-coordinate representation of color #A276F3: hue angle of 261.12º degrees, saturation: 0.84, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A276F3 is Cyan = 0.33, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 162 | 118 | 243 | - |
| CMYK | 0.33 | 0.51 | 0 | 0.05 |
| HSL | 261.12º | 0.84% | 0.71% | - |
| HSV(B) | 261.12º | 0.51% | 0.95% | - |
| XYZ | 37.56 | 27.11 | 88.05 | - |
| YUV | 145.41 | 183.08 | 139.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 118 | 243 | 0.33 | 0.51 | 0 | 0.05 | 261.12 | 0.84 | 0.71 |
| Hex | A2 | 76 | F3 | 21 | 33 | 0 | 5 | 105 | 54 | 47 |
| Octal | 242 | 166 | 363 | 41 | 63 | 0 | 5 | 405 | 124 | 107 |
| Binary | 10100010 | 1110110 | 11110011 | 100001 | 110011 | 0 | 101 | 100000101 | 1010100 | 1000111 |
Color Harmonies of #A276F3
Complementary color
Monochromatic Colors of #A276F3
Black with #A276F3
Text Example
Text Example
White with #A276F3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A276F3; }
p { color: rgb(162,118,243); }
H1.HeaderClassName
{
color: #A276F3;
}
.AnyTagClassName
{
color: #A276F3;
}
</style>
background-color css
<style>
a { background-color: #A276F3; }
a { background-color: rgb(162,118,243); }
div.DivClassName
{
background-color: #A276F3;
}
.BgClassName
{
background-color: #A276F3;
}
</style>
border-color css
<style>
span { border-color: #A276F3; }
span { border-color: rgb(162,118,243); }
td.TdClassName
{
border-color: #A276F3;
}
.TagClassName
{
border-color: #A276F3;
}
</style>