Shades of Medium Purple #A282ED
Tints of Medium Purple #A282ED
RGB
CMYK
RGB Variations
Color information
#A282ED (or 0xA282ED) is known color: Medium Purple. HEX triplet: A2, 82 and ED. RGB value is (162,130,237). Sum of RGB (Red+Green+Blue) = 162+130+237=529 (70% of max value = 765). Red value is 162 (63.67% from 255 or 30.62% from 529); Green value is 130 (51.17% from 255 or 24.57% from 529); Blue value is 237 (92.97% from 255 or 44.80% from 529); Max value from RGB is 237 - color contains mainly: blue. Hex color #A282ED is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A282ED is #5D7D12. Grayscale: #979797. Windows color (decimal): -6126867 or 15565474. OLE color: 15565474.
HSL color Cylindrical-coordinate representation of color #A282ED: hue angle of 257.94º degrees, saturation: 0.75, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A282ED is Cyan = 0.32, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 162 | 130 | 237 | - |
| CMYK | 0.32 | 0.45 | 0 | 0.07 |
| HSL | 257.94º | 0.75% | 0.72% | - |
| HSV(B) | 257.94º | 0.45% | 0.93% | - |
| XYZ | 38.17 | 29.76 | 83.85 | - |
| YUV | 151.77 | 176.1 | 135.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 237 | 0.32 | 0.45 | 0 | 0.07 | 257.94 | 0.75 | 0.72 |
| Hex | A2 | 82 | ED | 20 | 2D | 0 | 7 | 102 | 4B | 48 |
| Octal | 242 | 202 | 355 | 40 | 55 | 0 | 7 | 402 | 113 | 110 |
| Binary | 10100010 | 10000010 | 11101101 | 100000 | 101101 | 0 | 111 | 100000010 | 1001011 | 1001000 |
Color Harmonies of #A282ED
Complementary color
Monochromatic Colors of #A282ED
Black with #A282ED
Text Example
Text Example
White with #A282ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282ED; }
p { color: rgb(162,130,237); }
H1.HeaderClassName
{
color: #A282ED;
}
.AnyTagClassName
{
color: #A282ED;
}
</style>
background-color css
<style>
a { background-color: #A282ED; }
a { background-color: rgb(162,130,237); }
div.DivClassName
{
background-color: #A282ED;
}
.BgClassName
{
background-color: #A282ED;
}
</style>
border-color css
<style>
span { border-color: #A282ED; }
span { border-color: rgb(162,130,237); }
td.TdClassName
{
border-color: #A282ED;
}
.TagClassName
{
border-color: #A282ED;
}
</style>