Shades of Medium Purple #A371E6
Tints of Medium Purple #A371E6
RGB
CMYK
RGB Variations
Color information
#A371E6 (or 0xA371E6) is known color: Medium Purple. HEX triplet: A3, 71 and E6. RGB value is (163,113,230). Sum of RGB (Red+Green+Blue) = 163+113+230=506 (67% of max value = 765). Red value is 163 (64.06% from 255 or 32.21% from 506); Green value is 113 (44.53% from 255 or 22.33% from 506); Blue value is 230 (90.23% from 255 or 45.45% from 506); Max value from RGB is 230 - color contains mainly: blue. Hex color #A371E6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A371E6 is #5C8E19. Grayscale: #8C8C8C. Windows color (decimal): -6065690 or 15102371. OLE color: 15102371.
HSL color Cylindrical-coordinate representation of color #A371E6: hue angle of 265.64º degrees, saturation: 0.7, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A371E6 is Cyan = 0.29, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 163 | 113 | 230 | - |
| CMYK | 0.29 | 0.51 | 0 | 0.10 |
| HSL | 265.64º | 0.7% | 0.67% | - |
| HSV(B) | 265.64º | 0.51% | 0.9% | - |
| XYZ | 35.29 | 25.31 | 77.89 | - |
| YUV | 141.29 | 178.07 | 143.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 113 | 230 | 0.29 | 0.51 | 0 | 0.10 | 265.64 | 0.7 | 0.67 |
| Hex | A3 | 71 | E6 | 1D | 33 | 0 | A | 10A | 46 | 43 |
| Octal | 243 | 161 | 346 | 35 | 63 | 0 | 12 | 412 | 106 | 103 |
| Binary | 10100011 | 1110001 | 11100110 | 11101 | 110011 | 0 | 1010 | 100001010 | 1000110 | 1000011 |
Color Harmonies of #A371E6
Complementary color
Monochromatic Colors of #A371E6
Black with #A371E6
Text Example
Text Example
White with #A371E6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A371E6; }
p { color: rgb(163,113,230); }
H1.HeaderClassName
{
color: #A371E6;
}
.AnyTagClassName
{
color: #A371E6;
}
</style>
background-color css
<style>
a { background-color: #A371E6; }
a { background-color: rgb(163,113,230); }
div.DivClassName
{
background-color: #A371E6;
}
.BgClassName
{
background-color: #A371E6;
}
</style>
border-color css
<style>
span { border-color: #A371E6; }
span { border-color: rgb(163,113,230); }
td.TdClassName
{
border-color: #A371E6;
}
.TagClassName
{
border-color: #A371E6;
}
</style>