Shades of Medium Purple #A855F9
Tints of Medium Purple #A855F9
RGB
CMYK
RGB Variations
Color information
#A855F9 (or 0xA855F9) is known color: Medium Purple. HEX triplet: A8, 55 and F9. RGB value is (168,85,249). Sum of RGB (Red+Green+Blue) = 168+85+249=502 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.47% from 502); Green value is 85 (33.59% from 255 or 16.93% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #A855F9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855F9 is #57AA06. Grayscale: #7F7F7F. Windows color (decimal): -5745159 or 16340392. OLE color: 16340392.
HSL color Cylindrical-coordinate representation of color #A855F9: hue angle of 270.37º degrees, saturation: 0.93, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #A855F9 is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 85 | 249 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.02 |
| HSL | 270.37º | 0.93% | 0.65% | - |
| HSV(B) | 270.37º | 0.66% | 0.98% | - |
| XYZ | 36.5 | 21.66 | 91.88 | - |
| YUV | 128.51 | 196 | 156.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 249 | 0.33 | 0.66 | 0 | 0.02 | 270.37 | 0.93 | 0.65 |
| Hex | A8 | 55 | F9 | 21 | 42 | 0 | 2 | 10E | 5D | 41 |
| Octal | 250 | 125 | 371 | 41 | 102 | 0 | 2 | 416 | 135 | 101 |
| Binary | 10101000 | 1010101 | 11111001 | 100001 | 1000010 | 0 | 10 | 100001110 | 1011101 | 1000001 |
Color Harmonies of #A855F9
Complementary color
Monochromatic Colors of #A855F9
Black with #A855F9
Text Example
Text Example
White with #A855F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855F9; }
p { color: rgb(168,85,249); }
H1.HeaderClassName
{
color: #A855F9;
}
.AnyTagClassName
{
color: #A855F9;
}
</style>
background-color css
<style>
a { background-color: #A855F9; }
a { background-color: rgb(168,85,249); }
div.DivClassName
{
background-color: #A855F9;
}
.BgClassName
{
background-color: #A855F9;
}
</style>
border-color css
<style>
span { border-color: #A855F9; }
span { border-color: rgb(168,85,249); }
td.TdClassName
{
border-color: #A855F9;
}
.TagClassName
{
border-color: #A855F9;
}
</style>