Shades of Medium Purple #A255FE
Tints of Medium Purple #A255FE
RGB
CMYK
RGB Variations
Color information
#A255FE (or 0xA255FE) is known color: Medium Purple. HEX triplet: A2, 55 and FE. RGB value is (162,85,254). Sum of RGB (Red+Green+Blue) = 162+85+254=501 (66% of max value = 765). Red value is 162 (63.67% from 255 or 32.34% from 501); Green value is 85 (33.59% from 255 or 16.97% from 501); Blue value is 254 (99.61% from 255 or 50.70% from 501); Max value from RGB is 254 - color contains mainly: blue. Hex color #A255FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255FE is #5DAA01. Grayscale: #7E7E7E. Windows color (decimal): -6138370 or 16668066. OLE color: 16668066.
HSL color Cylindrical-coordinate representation of color #A255FE: hue angle of 267.34º degrees, saturation: 0.99, lightness: 0.66%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #A255FE is Cyan = 0.36, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 85 | 254 | - |
| CMYK | 0.36 | 0.67 | 0 | 0.00 |
| HSL | 267.34º | 0.99% | 0.66% | - |
| HSV(B) | 267.34º | 0.67% | 1% | - |
| XYZ | 36.04 | 21.33 | 95.98 | - |
| YUV | 127.29 | 199.51 | 152.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 254 | 0.36 | 0.67 | 0 | 0.00 | 267.34 | 0.99 | 0.66 |
| Hex | A2 | 55 | FE | 24 | 43 | 0 | 0 | 10B | 63 | 42 |
| Octal | 242 | 125 | 376 | 44 | 103 | 0 | 0 | 413 | 143 | 102 |
| Binary | 10100010 | 1010101 | 11111110 | 100100 | 1000011 | 0 | 0 | 100001011 | 1100011 | 1000010 |
Color Harmonies of #A255FE
Complementary color
Monochromatic Colors of #A255FE
Black with #A255FE
Text Example
Text Example
White with #A255FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255FE; }
p { color: rgb(162,85,254); }
H1.HeaderClassName
{
color: #A255FE;
}
.AnyTagClassName
{
color: #A255FE;
}
</style>
background-color css
<style>
a { background-color: #A255FE; }
a { background-color: rgb(162,85,254); }
div.DivClassName
{
background-color: #A255FE;
}
.BgClassName
{
background-color: #A255FE;
}
</style>
border-color css
<style>
span { border-color: #A255FE; }
span { border-color: rgb(162,85,254); }
td.TdClassName
{
border-color: #A255FE;
}
.TagClassName
{
border-color: #A255FE;
}
</style>