Shades of Medium Purple #A377FA
Tints of Medium Purple #A377FA
RGB
CMYK
RGB Variations
Color information
#A377FA (or 0xA377FA) is known color: Medium Purple. HEX triplet: A3, 77 and FA. RGB value is (163,119,250). Sum of RGB (Red+Green+Blue) = 163+119+250=532 (70% of max value = 765). Red value is 163 (64.06% from 255 or 30.64% from 532); Green value is 119 (46.88% from 255 or 22.37% from 532); Blue value is 250 (98.05% from 255 or 46.99% from 532); Max value from RGB is 250 - color contains mainly: blue. Hex color #A377FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A377FA is #5C8805. Grayscale: #929292. Windows color (decimal): -6064134 or 16414627. OLE color: 16414627.
HSL color Cylindrical-coordinate representation of color #A377FA: hue angle of 260.15º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A377FA is Cyan = 0.35, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 119 | 250 | - |
| CMYK | 0.35 | 0.52 | 0 | 0.02 |
| HSL | 260.15º | 0.93% | 0.72% | - |
| HSV(B) | 260.15º | 0.52% | 0.98% | - |
| XYZ | 38.96 | 27.88 | 93.77 | - |
| YUV | 147.09 | 186.08 | 139.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 119 | 250 | 0.35 | 0.52 | 0 | 0.02 | 260.15 | 0.93 | 0.72 |
| Hex | A3 | 77 | FA | 23 | 34 | 0 | 2 | 104 | 5D | 48 |
| Octal | 243 | 167 | 372 | 43 | 64 | 0 | 2 | 404 | 135 | 110 |
| Binary | 10100011 | 1110111 | 11111010 | 100011 | 110100 | 0 | 10 | 100000100 | 1011101 | 1001000 |
Color Harmonies of #A377FA
Complementary color
Monochromatic Colors of #A377FA
Black with #A377FA
Text Example
Text Example
White with #A377FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A377FA; }
p { color: rgb(163,119,250); }
H1.HeaderClassName
{
color: #A377FA;
}
.AnyTagClassName
{
color: #A377FA;
}
</style>
background-color css
<style>
a { background-color: #A377FA; }
a { background-color: rgb(163,119,250); }
div.DivClassName
{
background-color: #A377FA;
}
.BgClassName
{
background-color: #A377FA;
}
</style>
border-color css
<style>
span { border-color: #A377FA; }
span { border-color: rgb(163,119,250); }
td.TdClassName
{
border-color: #A377FA;
}
.TagClassName
{
border-color: #A377FA;
}
</style>