Shades of Medium Purple #A780FA
Tints of Medium Purple #A780FA
RGB
CMYK
RGB Variations
Color information
#A780FA (or 0xA780FA) is known color: Medium Purple. HEX triplet: A7, 80 and FA. RGB value is (167,128,250). Sum of RGB (Red+Green+Blue) = 167+128+250=545 (72% of max value = 765). Red value is 167 (65.62% from 255 or 30.64% from 545); Green value is 128 (50.39% from 255 or 23.49% from 545); Blue value is 250 (98.05% from 255 or 45.87% from 545); Max value from RGB is 250 - color contains mainly: blue. Hex color #A780FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A780FA is #587F05. Grayscale: #999999. Windows color (decimal): -5799686 or 16416935. OLE color: 16416935.
HSL color Cylindrical-coordinate representation of color #A780FA: hue angle of 259.18º degrees, saturation: 0.92, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A780FA is Cyan = 0.33, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 128 | 250 | - |
| CMYK | 0.33 | 0.49 | 0 | 0.02 |
| HSL | 259.18º | 0.92% | 0.74% | - |
| HSV(B) | 259.18º | 0.49% | 0.98% | - |
| XYZ | 40.91 | 30.56 | 94.18 | - |
| YUV | 153.57 | 182.42 | 137.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 128 | 250 | 0.33 | 0.49 | 0 | 0.02 | 259.18 | 0.92 | 0.74 |
| Hex | A7 | 80 | FA | 21 | 31 | 0 | 2 | 103 | 5C | 4A |
| Octal | 247 | 200 | 372 | 41 | 61 | 0 | 2 | 403 | 134 | 112 |
| Binary | 10100111 | 10000000 | 11111010 | 100001 | 110001 | 0 | 10 | 100000011 | 1011100 | 1001010 |
Color Harmonies of #A780FA
Complementary color
Monochromatic Colors of #A780FA
Black with #A780FA
Text Example
Text Example
White with #A780FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A780FA; }
p { color: rgb(167,128,250); }
H1.HeaderClassName
{
color: #A780FA;
}
.AnyTagClassName
{
color: #A780FA;
}
</style>
background-color css
<style>
a { background-color: #A780FA; }
a { background-color: rgb(167,128,250); }
div.DivClassName
{
background-color: #A780FA;
}
.BgClassName
{
background-color: #A780FA;
}
</style>
border-color css
<style>
span { border-color: #A780FA; }
span { border-color: rgb(167,128,250); }
td.TdClassName
{
border-color: #A780FA;
}
.TagClassName
{
border-color: #A780FA;
}
</style>