Shades of Medium Purple #A855FB
Tints of Medium Purple #A855FB
RGB
CMYK
RGB Variations
Color information
#A855FB (or 0xA855FB) is known color: Medium Purple. HEX triplet: A8, 55 and FB. RGB value is (168,85,251). Sum of RGB (Red+Green+Blue) = 168+85+251=504 (66% of max value = 765). Red value is 168 (66.02% from 255 or 33.33% from 504); Green value is 85 (33.59% from 255 or 16.87% from 504); Blue value is 251 (98.44% from 255 or 49.80% from 504); Max value from RGB is 251 - color contains mainly: blue. Hex color #A855FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A855FB is #57AA04. Grayscale: #808080. Windows color (decimal): -5745157 or 16471464. OLE color: 16471464.
HSL color Cylindrical-coordinate representation of color #A855FB: hue angle of 270º degrees, saturation: 0.95, 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 #A855FB is Cyan = 0.33, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 168 | 85 | 251 | - |
| CMYK | 0.33 | 0.66 | 0 | 0.02 |
| HSL | 270º | 0.95% | 0.66% | - |
| HSV(B) | 270º | 0.66% | 0.98% | - |
| XYZ | 36.81 | 21.79 | 93.53 | - |
| YUV | 128.74 | 197 | 156 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 85 | 251 | 0.33 | 0.66 | 0 | 0.02 | 270 | 0.95 | 0.66 |
| Hex | A8 | 55 | FB | 21 | 42 | 0 | 2 | 10E | 5F | 42 |
| Octal | 250 | 125 | 373 | 41 | 102 | 0 | 2 | 416 | 137 | 102 |
| Binary | 10101000 | 1010101 | 11111011 | 100001 | 1000010 | 0 | 10 | 100001110 | 1011111 | 1000010 |
Color Harmonies of #A855FB
Complementary color
Monochromatic Colors of #A855FB
Black with #A855FB
Text Example
Text Example
White with #A855FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A855FB; }
p { color: rgb(168,85,251); }
H1.HeaderClassName
{
color: #A855FB;
}
.AnyTagClassName
{
color: #A855FB;
}
</style>
background-color css
<style>
a { background-color: #A855FB; }
a { background-color: rgb(168,85,251); }
div.DivClassName
{
background-color: #A855FB;
}
.BgClassName
{
background-color: #A855FB;
}
</style>
border-color css
<style>
span { border-color: #A855FB; }
span { border-color: rgb(168,85,251); }
td.TdClassName
{
border-color: #A855FB;
}
.TagClassName
{
border-color: #A855FB;
}
</style>