Shades of Medium Purple #A282E5
Tints of Medium Purple #A282E5
RGB
CMYK
RGB Variations
Color information
#A282E5 (or 0xA282E5) is known color: Medium Purple. HEX triplet: A2, 82 and E5. RGB value is (162,130,229). Sum of RGB (Red+Green+Blue) = 162+130+229=521 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.09% from 521); Green value is 130 (51.17% from 255 or 24.95% from 521); Blue value is 229 (89.84% from 255 or 43.95% from 521); Max value from RGB is 229 - color contains mainly: blue. Hex color #A282E5 is not a web safe color. Web safe color analog (approx): #9999CC. Inversed color of #A282E5 is #5D7D1A. Grayscale: #969696. Windows color (decimal): -6126875 or 15041186. OLE color: 15041186.
HSL color Cylindrical-coordinate representation of color #A282E5: hue angle of 259.39º degrees, saturation: 0.66, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A282E5 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.10.
Color convert
| RGB | 162 | 130 | 229 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.10 |
| HSL | 259.39º | 0.66% | 0.7% | - |
| HSV(B) | 259.39º | 0.43% | 0.9% | - |
| XYZ | 37.03 | 29.3 | 77.83 | - |
| YUV | 150.85 | 172.1 | 135.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 130 | 229 | 0.29 | 0.43 | 0 | 0.10 | 259.39 | 0.66 | 0.7 |
| Hex | A2 | 82 | E5 | 1D | 2B | 0 | A | 103 | 42 | 46 |
| Octal | 242 | 202 | 345 | 35 | 53 | 0 | 12 | 403 | 102 | 106 |
| Binary | 10100010 | 10000010 | 11100101 | 11101 | 101011 | 0 | 1010 | 100000011 | 1000010 | 1000110 |
Color Harmonies of #A282E5
Complementary color
Monochromatic Colors of #A282E5
Black with #A282E5
Text Example
Text Example
White with #A282E5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A282E5; }
p { color: rgb(162,130,229); }
H1.HeaderClassName
{
color: #A282E5;
}
.AnyTagClassName
{
color: #A282E5;
}
</style>
background-color css
<style>
a { background-color: #A282E5; }
a { background-color: rgb(162,130,229); }
div.DivClassName
{
background-color: #A282E5;
}
.BgClassName
{
background-color: #A282E5;
}
</style>
border-color css
<style>
span { border-color: #A282E5; }
span { border-color: rgb(162,130,229); }
td.TdClassName
{
border-color: #A282E5;
}
.TagClassName
{
border-color: #A282E5;
}
</style>