Shades of Medium Purple #A482EA
Tints of Medium Purple #A482EA
RGB
CMYK
RGB Variations
Color information
#A482EA (or 0xA482EA) is known color: Medium Purple. HEX triplet: A4, 82 and EA. RGB value is (164,130,234). Sum of RGB (Red+Green+Blue) = 164+130+234=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 130 (51.17% from 255 or 24.62% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 234 - color contains mainly: blue. Hex color #A482EA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A482EA is #5B7D15. Grayscale: #979797. Windows color (decimal): -5995798 or 15368868. OLE color: 15368868.
HSL color Cylindrical-coordinate representation of color #A482EA: hue angle of 259.62º degrees, saturation: 0.71, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A482EA is Cyan = 0.30, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 164 | 130 | 234 | - |
| CMYK | 0.30 | 0.44 | 0 | 0.08 |
| HSL | 259.62º | 0.71% | 0.71% | - |
| HSV(B) | 259.62º | 0.44% | 0.92% | - |
| XYZ | 38.14 | 29.8 | 81.58 | - |
| YUV | 152.02 | 174.26 | 136.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 130 | 234 | 0.30 | 0.44 | 0 | 0.08 | 259.62 | 0.71 | 0.71 |
| Hex | A4 | 82 | EA | 1E | 2C | 0 | 8 | 104 | 47 | 47 |
| Octal | 244 | 202 | 352 | 36 | 54 | 0 | 10 | 404 | 107 | 107 |
| Binary | 10100100 | 10000010 | 11101010 | 11110 | 101100 | 0 | 1000 | 100000100 | 1000111 | 1000111 |
Color Harmonies of #A482EA
Complementary color
Monochromatic Colors of #A482EA
Black with #A482EA
Text Example
Text Example
White with #A482EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A482EA; }
p { color: rgb(164,130,234); }
H1.HeaderClassName
{
color: #A482EA;
}
.AnyTagClassName
{
color: #A482EA;
}
</style>
background-color css
<style>
a { background-color: #A482EA; }
a { background-color: rgb(164,130,234); }
div.DivClassName
{
background-color: #A482EA;
}
.BgClassName
{
background-color: #A482EA;
}
</style>
border-color css
<style>
span { border-color: #A482EA; }
span { border-color: rgb(164,130,234); }
td.TdClassName
{
border-color: #A482EA;
}
.TagClassName
{
border-color: #A482EA;
}
</style>