Shades of Medium Purple #A45EFB
Tints of Medium Purple #A45EFB
RGB
CMYK
RGB Variations
Color information
#A45EFB (or 0xA45EFB) is known color: Medium Purple. HEX triplet: A4, 5E and FB. RGB value is (164,94,251). Sum of RGB (Red+Green+Blue) = 164+94+251=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 94 (37.11% from 255 or 18.47% from 509); Blue value is 251 (98.44% from 255 or 49.31% from 509); Max value from RGB is 251 - color contains mainly: blue. Hex color #A45EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45EFB is #5BA104. Grayscale: #848484. Windows color (decimal): -6004997 or 16473764. OLE color: 16473764.
HSL color Cylindrical-coordinate representation of color #A45EFB: hue angle of 266.75º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45EFB is Cyan = 0.35, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 94 | 251 | - |
| CMYK | 0.35 | 0.63 | 0 | 0.02 |
| HSL | 266.75º | 0.95% | 0.68% | - |
| HSV(B) | 266.75º | 0.63% | 0.98% | - |
| XYZ | 36.73 | 22.86 | 93.74 | - |
| YUV | 132.83 | 194.69 | 150.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 94 | 251 | 0.35 | 0.63 | 0 | 0.02 | 266.75 | 0.95 | 0.68 |
| Hex | A4 | 5E | FB | 23 | 3F | 0 | 2 | 10B | 5F | 44 |
| Octal | 244 | 136 | 373 | 43 | 77 | 0 | 2 | 413 | 137 | 104 |
| Binary | 10100100 | 1011110 | 11111011 | 100011 | 111111 | 0 | 10 | 100001011 | 1011111 | 1000100 |
Color Harmonies of #A45EFB
Complementary color
Monochromatic Colors of #A45EFB
Black with #A45EFB
Text Example
Text Example
White with #A45EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45EFB; }
p { color: rgb(164,94,251); }
H1.HeaderClassName
{
color: #A45EFB;
}
.AnyTagClassName
{
color: #A45EFB;
}
</style>
background-color css
<style>
a { background-color: #A45EFB; }
a { background-color: rgb(164,94,251); }
div.DivClassName
{
background-color: #A45EFB;
}
.BgClassName
{
background-color: #A45EFB;
}
</style>
border-color css
<style>
span { border-color: #A45EFB; }
span { border-color: rgb(164,94,251); }
td.TdClassName
{
border-color: #A45EFB;
}
.TagClassName
{
border-color: #A45EFB;
}
</style>