Shades of Medium Purple #A271F9
Tints of Medium Purple #A271F9
RGB
CMYK
RGB Variations
Color information
#A271F9 (or 0xA271F9) is known color: Medium Purple. HEX triplet: A2, 71 and F9. RGB value is (162,113,249). Sum of RGB (Red+Green+Blue) = 162+113+249=524 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.92% from 524); Green value is 113 (44.53% from 255 or 21.56% from 524); Blue value is 249 (97.66% from 255 or 47.52% from 524); Max value from RGB is 249 - color contains mainly: blue. Hex color #A271F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A271F9 is #5D8E06. Grayscale: #8E8E8E. Windows color (decimal): -6131207 or 16347554. OLE color: 16347554.
HSL color Cylindrical-coordinate representation of color #A271F9: hue angle of 261.62º degrees, saturation: 0.92, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #A271F9 is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 113 | 249 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.02 |
| HSL | 261.62º | 0.92% | 0.71% | - |
| HSV(B) | 261.62º | 0.55% | 0.98% | - |
| XYZ | 37.9 | 26.33 | 92.71 | - |
| YUV | 143.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 249 | 0.35 | 0.55 | 0 | 0.02 | 261.62 | 0.92 | 0.71 |
| Hex | A2 | 71 | F9 | 23 | 37 | 0 | 2 | 106 | 5C | 47 |
| Octal | 242 | 161 | 371 | 43 | 67 | 0 | 2 | 406 | 134 | 107 |
| Binary | 10100010 | 1110001 | 11111001 | 100011 | 110111 | 0 | 10 | 100000110 | 1011100 | 1000111 |
Color Harmonies of #A271F9
Complementary color
Monochromatic Colors of #A271F9
Black with #A271F9
Text Example
Text Example
White with #A271F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271F9; }
p { color: rgb(162,113,249); }
H1.HeaderClassName
{
color: #A271F9;
}
.AnyTagClassName
{
color: #A271F9;
}
</style>
background-color css
<style>
a { background-color: #A271F9; }
a { background-color: rgb(162,113,249); }
div.DivClassName
{
background-color: #A271F9;
}
.BgClassName
{
background-color: #A271F9;
}
</style>
border-color css
<style>
span { border-color: #A271F9; }
span { border-color: rgb(162,113,249); }
td.TdClassName
{
border-color: #A271F9;
}
.TagClassName
{
border-color: #A271F9;
}
</style>