Shades of Medium Purple #A375F6
Tints of Medium Purple #A375F6
RGB
CMYK
RGB Variations
Color information
#A375F6 (or 0xA375F6) is known color: Medium Purple. HEX triplet: A3, 75 and F6. RGB value is (163,117,246). Sum of RGB (Red+Green+Blue) = 163+117+246=526 (69% of max value = 765). Red value is 163 (64.06% from 255 or 30.99% from 526); Green value is 117 (46.09% from 255 or 22.24% from 526); Blue value is 246 (96.48% from 255 or 46.77% from 526); Max value from RGB is 246 - color contains mainly: blue. Hex color #A375F6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A375F6 is #5C8A09. Grayscale: #909090. Windows color (decimal): -6064650 or 16151971. OLE color: 16151971.
HSL color Cylindrical-coordinate representation of color #A375F6: hue angle of 261.4º degrees, saturation: 0.88, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A375F6 is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 163 | 117 | 246 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.04 |
| HSL | 261.4º | 0.88% | 0.71% | - |
| HSV(B) | 261.4º | 0.52% | 0.96% | - |
| XYZ | 38.1 | 27.16 | 90.42 | - |
| YUV | 145.46 | 184.74 | 140.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 117 | 246 | 0.34 | 0.52 | 0 | 0.04 | 261.4 | 0.88 | 0.71 |
| Hex | A3 | 75 | F6 | 22 | 34 | 0 | 4 | 105 | 58 | 47 |
| Octal | 243 | 165 | 366 | 42 | 64 | 0 | 4 | 405 | 130 | 107 |
| Binary | 10100011 | 1110101 | 11110110 | 100010 | 110100 | 0 | 100 | 100000101 | 1011000 | 1000111 |
Color Harmonies of #A375F6
Complementary color
Monochromatic Colors of #A375F6
Black with #A375F6
Text Example
Text Example
White with #A375F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A375F6; }
p { color: rgb(163,117,246); }
H1.HeaderClassName
{
color: #A375F6;
}
.AnyTagClassName
{
color: #A375F6;
}
</style>
background-color css
<style>
a { background-color: #A375F6; }
a { background-color: rgb(163,117,246); }
div.DivClassName
{
background-color: #A375F6;
}
.BgClassName
{
background-color: #A375F6;
}
</style>
border-color css
<style>
span { border-color: #A375F6; }
span { border-color: rgb(163,117,246); }
td.TdClassName
{
border-color: #A375F6;
}
.TagClassName
{
border-color: #A375F6;
}
</style>