Shades of Medium Purple #A375F1
Tints of Medium Purple #A375F1
RGB
CMYK
RGB Variations
Color information
#A375F1 (or 0xA375F1) is known color: Medium Purple. HEX triplet: A3, 75 and F1. RGB value is (163,117,241). Sum of RGB (Red+Green+Blue) = 163+117+241=521 (69% of max value = 765). Red value is 163 (64.06% from 255 or 31.29% from 521); Green value is 117 (46.09% from 255 or 22.46% from 521); Blue value is 241 (94.53% from 255 or 46.26% from 521); Max value from RGB is 241 - color contains mainly: blue. Hex color #A375F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F1 is #5C8A0E. Grayscale: #909090. Windows color (decimal): -6064655 or 15824291. OLE color: 15824291.
HSL color Cylindrical-coordinate representation of color #A375F1: hue angle of 262.26º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A375F1 is Cyan = 0.32, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 163 | 117 | 241 | - |
| CMYK | 0.32 | 0.51 | 0 | 0.05 |
| HSL | 262.26º | 0.82% | 0.7% | - |
| HSV(B) | 262.26º | 0.51% | 0.95% | - |
| XYZ | 37.34 | 26.86 | 86.44 | - |
| YUV | 144.89 | 182.24 | 140.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 241 | 0.32 | 0.51 | 0 | 0.05 | 262.26 | 0.82 | 0.7 |
| Hex | A3 | 75 | F1 | 20 | 33 | 0 | 5 | 106 | 52 | 46 |
| Octal | 243 | 165 | 361 | 40 | 63 | 0 | 5 | 406 | 122 | 106 |
| Binary | 10100011 | 1110101 | 11110001 | 100000 | 110011 | 0 | 101 | 100000110 | 1010010 | 1000110 |
Color Harmonies of #A375F1
Complementary color
Monochromatic Colors of #A375F1
Black with #A375F1
Text Example
Text Example
White with #A375F1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375F1; }
p { color: rgb(163,117,241); }
H1.HeaderClassName
{
color: #A375F1;
}
.AnyTagClassName
{
color: #A375F1;
}
</style>
background-color css
<style>
a { background-color: #A375F1; }
a { background-color: rgb(163,117,241); }
div.DivClassName
{
background-color: #A375F1;
}
.BgClassName
{
background-color: #A375F1;
}
</style>
border-color css
<style>
span { border-color: #A375F1; }
span { border-color: rgb(163,117,241); }
td.TdClassName
{
border-color: #A375F1;
}
.TagClassName
{
border-color: #A375F1;
}
</style>