Shades of Medium Purple #A755FA
Tints of Medium Purple #A755FA
RGB
CMYK
RGB Variations
Color information
#A755FA (or 0xA755FA) is known color: Medium Purple. HEX triplet: A7, 55 and FA. RGB value is (167,85,250). Sum of RGB (Red+Green+Blue) = 167+85+250=502 (66% of max value = 765). Red value is 167 (65.62% from 255 or 33.27% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A755FA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A755FA is #58AA05. Grayscale: #7F7F7F. Windows color (decimal): -5810694 or 16405927. OLE color: 16405927.
HSL color Cylindrical-coordinate representation of color #A755FA: hue angle of 269.82º degrees, saturation: 0.94, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A755FA is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 167 | 85 | 250 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.02 |
| HSL | 269.82º | 0.94% | 0.66% | - |
| HSV(B) | 269.82º | 0.66% | 0.98% | - |
| XYZ | 36.44 | 21.61 | 92.69 | - |
| YUV | 128.33 | 196.67 | 155.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 167 | 85 | 250 | 0.33 | 0.66 | 0 | 0.02 | 269.82 | 0.94 | 0.66 |
| Hex | A7 | 55 | FA | 21 | 42 | 0 | 2 | 10E | 5E | 42 |
| Octal | 247 | 125 | 372 | 41 | 102 | 0 | 2 | 416 | 136 | 102 |
| Binary | 10100111 | 1010101 | 11111010 | 100001 | 1000010 | 0 | 10 | 100001110 | 1011110 | 1000010 |
Color Harmonies of #A755FA
Complementary color
Monochromatic Colors of #A755FA
Black with #A755FA
Text Example
Text Example
White with #A755FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A755FA; }
p { color: rgb(167,85,250); }
H1.HeaderClassName
{
color: #A755FA;
}
.AnyTagClassName
{
color: #A755FA;
}
</style>
background-color css
<style>
a { background-color: #A755FA; }
a { background-color: rgb(167,85,250); }
div.DivClassName
{
background-color: #A755FA;
}
.BgClassName
{
background-color: #A755FA;
}
</style>
border-color css
<style>
span { border-color: #A755FA; }
span { border-color: rgb(167,85,250); }
td.TdClassName
{
border-color: #A755FA;
}
.TagClassName
{
border-color: #A755FA;
}
</style>