Shades of Medium Purple #A485E8
Tints of Medium Purple #A485E8
RGB
CMYK
RGB Variations
Color information
#A485E8 (or 0xA485E8) is known color: Medium Purple. HEX triplet: A4, 85 and E8. RGB value is (164,133,232). Sum of RGB (Red+Green+Blue) = 164+133+232=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 133 (52.34% from 255 or 25.14% from 529); Blue value is 232 (91.02% from 255 or 43.86% from 529); Max value from RGB is 232 - color contains mainly: blue. Hex color #A485E8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A485E8 is #5B7A17. Grayscale: #999999. Windows color (decimal): -5995032 or 15238564. OLE color: 15238564.
HSL color Cylindrical-coordinate representation of color #A485E8: hue angle of 258.79º degrees, saturation: 0.68, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A485E8 is Cyan = 0.29, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.09.
Color convert
| RGB | 164 | 133 | 232 | - |
| CMYK | 0.29 | 0.43 | 0 | 0.09 |
| HSL | 258.79º | 0.68% | 0.72% | - |
| HSV(B) | 258.79º | 0.43% | 0.91% | - |
| XYZ | 38.26 | 30.49 | 80.21 | - |
| YUV | 153.56 | 172.27 | 135.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 133 | 232 | 0.29 | 0.43 | 0 | 0.09 | 258.79 | 0.68 | 0.72 |
| Hex | A4 | 85 | E8 | 1D | 2B | 0 | 9 | 103 | 44 | 48 |
| Octal | 244 | 205 | 350 | 35 | 53 | 0 | 11 | 403 | 104 | 110 |
| Binary | 10100100 | 10000101 | 11101000 | 11101 | 101011 | 0 | 1001 | 100000011 | 1000100 | 1001000 |
Color Harmonies of #A485E8
Complementary color
Monochromatic Colors of #A485E8
Black with #A485E8
Text Example
Text Example
White with #A485E8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A485E8; }
p { color: rgb(164,133,232); }
H1.HeaderClassName
{
color: #A485E8;
}
.AnyTagClassName
{
color: #A485E8;
}
</style>
background-color css
<style>
a { background-color: #A485E8; }
a { background-color: rgb(164,133,232); }
div.DivClassName
{
background-color: #A485E8;
}
.BgClassName
{
background-color: #A485E8;
}
</style>
border-color css
<style>
span { border-color: #A485E8; }
span { border-color: rgb(164,133,232); }
td.TdClassName
{
border-color: #A485E8;
}
.TagClassName
{
border-color: #A485E8;
}
</style>