Shades of Medium Purple #A281EA
Tints of Medium Purple #A281EA
RGB
CMYK
RGB Variations
Color information
#A281EA (or 0xA281EA) is known color: Medium Purple. HEX triplet: A2, 81 and EA. RGB value is (162,129,234). Sum of RGB (Red+Green+Blue) = 162+129+234=525 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.86% from 525); Green value is 129 (50.78% from 255 or 24.57% from 525); Blue value is 234 (91.80% from 255 or 44.57% from 525); Max value from RGB is 234 - color contains mainly: blue. Hex color #A281EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A281EA is #5D7E15. Grayscale: #969696. Windows color (decimal): -6127126 or 15368610. OLE color: 15368610.
HSL color Cylindrical-coordinate representation of color #A281EA: hue angle of 258.86º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A281EA is Cyan = 0.31, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 162 | 129 | 234 | - |
| CMYK | 0.31 | 0.45 | 0 | 0.08 |
| HSL | 258.86º | 0.71% | 0.71% | - |
| HSV(B) | 258.86º | 0.45% | 0.92% | - |
| XYZ | 37.6 | 29.32 | 81.52 | - |
| YUV | 150.84 | 174.93 | 135.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 129 | 234 | 0.31 | 0.45 | 0 | 0.08 | 258.86 | 0.71 | 0.71 |
| Hex | A2 | 81 | EA | 1F | 2D | 0 | 8 | 103 | 47 | 47 |
| Octal | 242 | 201 | 352 | 37 | 55 | 0 | 10 | 403 | 107 | 107 |
| Binary | 10100010 | 10000001 | 11101010 | 11111 | 101101 | 0 | 1000 | 100000011 | 1000111 | 1000111 |
Color Harmonies of #A281EA
Complementary color
Monochromatic Colors of #A281EA
Black with #A281EA
Text Example
Text Example
White with #A281EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A281EA; }
p { color: rgb(162,129,234); }
H1.HeaderClassName
{
color: #A281EA;
}
.AnyTagClassName
{
color: #A281EA;
}
</style>
background-color css
<style>
a { background-color: #A281EA; }
a { background-color: rgb(162,129,234); }
div.DivClassName
{
background-color: #A281EA;
}
.BgClassName
{
background-color: #A281EA;
}
</style>
border-color css
<style>
span { border-color: #A281EA; }
span { border-color: rgb(162,129,234); }
td.TdClassName
{
border-color: #A281EA;
}
.TagClassName
{
border-color: #A281EA;
}
</style>