Shades of Medium Purple #A255EF
Tints of Medium Purple #A255EF
RGB
CMYK
RGB Variations
Color information
#A255EF (or 0xA255EF) is known color: Medium Purple. HEX triplet: A2, 55 and EF. RGB value is (162,85,239). Sum of RGB (Red+Green+Blue) = 162+85+239=486 (64% of max value = 765). Red value is 162 (63.67% from 255 or 33.33% from 486); Green value is 85 (33.59% from 255 or 17.49% from 486); Blue value is 239 (93.75% from 255 or 49.18% from 486); Max value from RGB is 239 - color contains mainly: blue. Hex color #A255EF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A255EF is #5DAA10. Grayscale: #7D7D7D. Windows color (decimal): -6138385 or 15685026. OLE color: 15685026.
HSL color Cylindrical-coordinate representation of color #A255EF: hue angle of 270º degrees, saturation: 0.83, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A255EF is Cyan = 0.32, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 162 | 85 | 239 | - |
| CMYK | 0.32 | 0.64 | 0 | 0.06 |
| HSL | 270º | 0.83% | 0.64% | - |
| HSV(B) | 270º | 0.64% | 0.94% | - |
| XYZ | 33.73 | 20.41 | 83.82 | - |
| YUV | 125.58 | 192.01 | 153.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 85 | 239 | 0.32 | 0.64 | 0 | 0.06 | 270 | 0.83 | 0.64 |
| Hex | A2 | 55 | EF | 20 | 40 | 0 | 6 | 10E | 53 | 40 |
| Octal | 242 | 125 | 357 | 40 | 100 | 0 | 6 | 416 | 123 | 100 |
| Binary | 10100010 | 1010101 | 11101111 | 100000 | 1000000 | 0 | 110 | 100001110 | 1010011 | 1000000 |
Color Harmonies of #A255EF
Complementary color
Monochromatic Colors of #A255EF
Black with #A255EF
Text Example
Text Example
White with #A255EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A255EF; }
p { color: rgb(162,85,239); }
H1.HeaderClassName
{
color: #A255EF;
}
.AnyTagClassName
{
color: #A255EF;
}
</style>
background-color css
<style>
a { background-color: #A255EF; }
a { background-color: rgb(162,85,239); }
div.DivClassName
{
background-color: #A255EF;
}
.BgClassName
{
background-color: #A255EF;
}
</style>
border-color css
<style>
span { border-color: #A255EF; }
span { border-color: rgb(162,85,239); }
td.TdClassName
{
border-color: #A255EF;
}
.TagClassName
{
border-color: #A255EF;
}
</style>