Shades of Medium Purple #A271DF
Tints of Medium Purple #A271DF
RGB
CMYK
RGB Variations
Color information
#A271DF (or 0xA271DF) is known color: Medium Purple. HEX triplet: A2, 71 and DF. RGB value is (162,113,223). Sum of RGB (Red+Green+Blue) = 162+113+223=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 113 (44.53% from 255 or 22.69% from 498); Blue value is 223 (87.5% from 255 or 44.78% from 498); Max value from RGB is 223 - color contains mainly: blue. Hex color #A271DF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #A271DF is #5D8E20. Grayscale: #8B8B8B. Windows color (decimal): -6131233 or 14643618. OLE color: 14643618.
HSL color Cylindrical-coordinate representation of color #A271DF: hue angle of 266.73º degrees, saturation: 0.63, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A271DF is Cyan = 0.27, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 162 | 113 | 223 | - |
| CMYK | 0.27 | 0.49 | 0 | 0.13 |
| HSL | 266.73º | 0.63% | 0.66% | - |
| HSV(B) | 266.73º | 0.49% | 0.87% | - |
| XYZ | 34.12 | 24.82 | 72.8 | - |
| YUV | 140.19 | 174.73 | 143.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 113 | 223 | 0.27 | 0.49 | 0 | 0.13 | 266.73 | 0.63 | 0.66 |
| Hex | A2 | 71 | DF | 1B | 31 | 0 | D | 10B | 3F | 42 |
| Octal | 242 | 161 | 337 | 33 | 61 | 0 | 15 | 413 | 77 | 102 |
| Binary | 10100010 | 1110001 | 11011111 | 11011 | 110001 | 0 | 1101 | 100001011 | 111111 | 1000010 |
Color Harmonies of #A271DF
Complementary color
Monochromatic Colors of #A271DF
Black with #A271DF
Text Example
Text Example
White with #A271DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A271DF; }
p { color: rgb(162,113,223); }
H1.HeaderClassName
{
color: #A271DF;
}
.AnyTagClassName
{
color: #A271DF;
}
</style>
background-color css
<style>
a { background-color: #A271DF; }
a { background-color: rgb(162,113,223); }
div.DivClassName
{
background-color: #A271DF;
}
.BgClassName
{
background-color: #A271DF;
}
</style>
border-color css
<style>
span { border-color: #A271DF; }
span { border-color: rgb(162,113,223); }
td.TdClassName
{
border-color: #A271DF;
}
.TagClassName
{
border-color: #A271DF;
}
</style>