Shades of Medium Purple #A45BFF
Tints of Medium Purple #A45BFF
RGB
CMYK
RGB Variations
Color information
#A45BFF (or 0xA45BFF) is known color: Medium Purple. HEX triplet: A4, 5B and FF. RGB value is (164,91,255). Sum of RGB (Red+Green+Blue) = 164+91+255=510 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.16% from 510); Green value is 91 (35.94% from 255 or 17.84% from 510); Blue value is 255 (100% from 255 or 50% from 510); Max value from RGB is 255 - color contains mainly: blue. Hex color #A45BFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BFF is #5BA400. Grayscale: #828282. Windows color (decimal): -6005761 or 16735140. OLE color: 16735140.
HSL color Cylindrical-coordinate representation of color #A45BFF: hue angle of 266.71º degrees, saturation: 1, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45BFF is Cyan = 0.36, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 91 | 255 | - |
| CMYK | 0.36 | 0.64 | 0 | 0 |
| HSL | 266.71º | 1% | 0.68% | - |
| HSV(B) | 266.71º | 0.64% | 1% | - |
| XYZ | 37.1 | 22.59 | 97.01 | - |
| YUV | 131.52 | 197.68 | 151.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 255 | 0.36 | 0.64 | 0 | 0 | 266.71 | 1 | 0.68 |
| Hex | A4 | 5B | FF | 24 | 40 | 0 | 0 | 10B | 64 | 44 |
| Octal | 244 | 133 | 377 | 44 | 100 | 0 | 0 | 413 | 144 | 104 |
| Binary | 10100100 | 1011011 | 11111111 | 100100 | 1000000 | 0 | 0 | 100001011 | 1100100 | 1000100 |
Color Harmonies of #A45BFF
Complementary color
Monochromatic Colors of #A45BFF
Black with #A45BFF
Text Example
Text Example
White with #A45BFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BFF; }
p { color: rgb(164,91,255); }
H1.HeaderClassName
{
color: #A45BFF;
}
.AnyTagClassName
{
color: #A45BFF;
}
</style>
background-color css
<style>
a { background-color: #A45BFF; }
a { background-color: rgb(164,91,255); }
div.DivClassName
{
background-color: #A45BFF;
}
.BgClassName
{
background-color: #A45BFF;
}
</style>
border-color css
<style>
span { border-color: #A45BFF; }
span { border-color: rgb(164,91,255); }
td.TdClassName
{
border-color: #A45BFF;
}
.TagClassName
{
border-color: #A45BFF;
}
</style>