Shades of Medium Purple #A255FB
Tints of Medium Purple #A255FB
RGB
CMYK
RGB Variations
Color information
#A255FB (or 0xA255FB) is known color: Medium Purple. HEX triplet: A2, 55 and FB. RGB value is (162,85,251). Sum of RGB (Red+Green+Blue) = 162+85+251=498 (65% of max value = 765). Red value is 162 (63.67% from 255 or 32.53% from 498); Green value is 85 (33.59% from 255 or 17.07% from 498); Blue value is 251 (98.44% from 255 or 50.40% from 498); Max value from RGB is 251 - color contains mainly: blue. Hex color #A255FB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255FB is #5DAA04. Grayscale: #7E7E7E. Windows color (decimal): -6138373 or 16471458. OLE color: 16471458.
HSL color Cylindrical-coordinate representation of color #A255FB: hue angle of 267.83º 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 #A255FB is Cyan = 0.35, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 85 | 251 | - |
| CMYK | 0.35 | 0.66 | 0 | 0.02 |
| HSL | 267.83º | 0.95% | 0.66% | - |
| HSV(B) | 267.83º | 0.66% | 0.98% | - |
| XYZ | 35.56 | 21.14 | 93.47 | - |
| YUV | 126.95 | 198.01 | 153 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 251 | 0.35 | 0.66 | 0 | 0.02 | 267.83 | 0.95 | 0.66 |
| Hex | A2 | 55 | FB | 23 | 42 | 0 | 2 | 10C | 5F | 42 |
| Octal | 242 | 125 | 373 | 43 | 102 | 0 | 2 | 414 | 137 | 102 |
| Binary | 10100010 | 1010101 | 11111011 | 100011 | 1000010 | 0 | 10 | 100001100 | 1011111 | 1000010 |
Color Harmonies of #A255FB
Complementary color
Monochromatic Colors of #A255FB
Black with #A255FB
Text Example
Text Example
White with #A255FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255FB; }
p { color: rgb(162,85,251); }
H1.HeaderClassName
{
color: #A255FB;
}
.AnyTagClassName
{
color: #A255FB;
}
</style>
background-color css
<style>
a { background-color: #A255FB; }
a { background-color: rgb(162,85,251); }
div.DivClassName
{
background-color: #A255FB;
}
.BgClassName
{
background-color: #A255FB;
}
</style>
border-color css
<style>
span { border-color: #A255FB; }
span { border-color: rgb(162,85,251); }
td.TdClassName
{
border-color: #A255FB;
}
.TagClassName
{
border-color: #A255FB;
}
</style>