Shades of Medium Purple #A37FF3
Tints of Medium Purple #A37FF3
RGB
CMYK
RGB Variations
Color information
#A37FF3 (or 0xA37FF3) is known color: Medium Purple. HEX triplet: A3, 7F and F3. RGB value is (163,127,243). Sum of RGB (Red+Green+Blue) = 163+127+243=533 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.58% from 533); Green value is 127 (50% from 255 or 23.83% from 533); Blue value is 243 (95.31% from 255 or 45.59% from 533); Max value from RGB is 243 - color contains mainly: blue. Hex color #A37FF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A37FF3 is #5C800C. Grayscale: #969696. Windows color (decimal): -6062093 or 15957923. OLE color: 15957923.
HSL color Cylindrical-coordinate representation of color #A37FF3: hue angle of 258.62º degrees, saturation: 0.83, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A37FF3 is Cyan = 0.33, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 127 | 243 | - |
| CMYK | 0.33 | 0.48 | 0 | 0.05 |
| HSL | 258.62º | 0.83% | 0.73% | - |
| HSV(B) | 258.62º | 0.48% | 0.95% | - |
| XYZ | 38.87 | 29.44 | 88.43 | - |
| YUV | 150.99 | 179.93 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 127 | 243 | 0.33 | 0.48 | 0 | 0.05 | 258.62 | 0.83 | 0.73 |
| Hex | A3 | 7F | F3 | 21 | 30 | 0 | 5 | 103 | 53 | 49 |
| Octal | 243 | 177 | 363 | 41 | 60 | 0 | 5 | 403 | 123 | 111 |
| Binary | 10100011 | 1111111 | 11110011 | 100001 | 110000 | 0 | 101 | 100000011 | 1010011 | 1001001 |
Color Harmonies of #A37FF3
Complementary color
Monochromatic Colors of #A37FF3
Black with #A37FF3
Text Example
Text Example
White with #A37FF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A37FF3; }
p { color: rgb(163,127,243); }
H1.HeaderClassName
{
color: #A37FF3;
}
.AnyTagClassName
{
color: #A37FF3;
}
</style>
background-color css
<style>
a { background-color: #A37FF3; }
a { background-color: rgb(163,127,243); }
div.DivClassName
{
background-color: #A37FF3;
}
.BgClassName
{
background-color: #A37FF3;
}
</style>
border-color css
<style>
span { border-color: #A37FF3; }
span { border-color: rgb(163,127,243); }
td.TdClassName
{
border-color: #A37FF3;
}
.TagClassName
{
border-color: #A37FF3;
}
</style>