Shades of Medium Purple #A45BFA
Tints of Medium Purple #A45BFA
RGB
CMYK
RGB Variations
Color information
#A45BFA (or 0xA45BFA) is known color: Medium Purple. HEX triplet: A4, 5B and FA. RGB value is (164,91,250). Sum of RGB (Red+Green+Blue) = 164+91+250=505 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.48% from 505); Green value is 91 (35.94% from 255 or 18.02% from 505); Blue value is 250 (98.05% from 255 or 49.50% from 505); Max value from RGB is 250 - color contains mainly: blue. Hex color #A45BFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BFA is #5BA405. Grayscale: #828282. Windows color (decimal): -6005766 or 16407460. OLE color: 16407460.
HSL color Cylindrical-coordinate representation of color #A45BFA: hue angle of 267.55º degrees, saturation: 0.94, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45BFA is Cyan = 0.34, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 91 | 250 | - |
| CMYK | 0.34 | 0.64 | 0 | 0.02 |
| HSL | 267.55º | 0.94% | 0.67% | - |
| HSV(B) | 267.55º | 0.64% | 0.98% | - |
| XYZ | 36.31 | 22.28 | 92.83 | - |
| YUV | 130.95 | 195.18 | 151.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 250 | 0.34 | 0.64 | 0 | 0.02 | 267.55 | 0.94 | 0.67 |
| Hex | A4 | 5B | FA | 22 | 40 | 0 | 2 | 10C | 5E | 43 |
| Octal | 244 | 133 | 372 | 42 | 100 | 0 | 2 | 414 | 136 | 103 |
| Binary | 10100100 | 1011011 | 11111010 | 100010 | 1000000 | 0 | 10 | 100001100 | 1011110 | 1000011 |
Color Harmonies of #A45BFA
Complementary color
Monochromatic Colors of #A45BFA
Black with #A45BFA
Text Example
Text Example
White with #A45BFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BFA; }
p { color: rgb(164,91,250); }
H1.HeaderClassName
{
color: #A45BFA;
}
.AnyTagClassName
{
color: #A45BFA;
}
</style>
background-color css
<style>
a { background-color: #A45BFA; }
a { background-color: rgb(164,91,250); }
div.DivClassName
{
background-color: #A45BFA;
}
.BgClassName
{
background-color: #A45BFA;
}
</style>
border-color css
<style>
span { border-color: #A45BFA; }
span { border-color: rgb(164,91,250); }
td.TdClassName
{
border-color: #A45BFA;
}
.TagClassName
{
border-color: #A45BFA;
}
</style>