Shades of Medium Purple #A45BFE
Tints of Medium Purple #A45BFE
RGB
CMYK
RGB Variations
Color information
#A45BFE (or 0xA45BFE) is known color: Medium Purple. HEX triplet: A4, 5B and FE. RGB value is (164,91,254). Sum of RGB (Red+Green+Blue) = 164+91+254=509 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.22% from 509); Green value is 91 (35.94% from 255 or 17.88% from 509); Blue value is 254 (99.61% from 255 or 49.90% from 509); Max value from RGB is 254 - color contains mainly: blue. Hex color #A45BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BFE is #5BA401. Grayscale: #828282. Windows color (decimal): -6005762 or 16669604. OLE color: 16669604.
HSL color Cylindrical-coordinate representation of color #A45BFE: hue angle of 266.87º degrees, saturation: 0.99, lightness: 0.68%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45BFE is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 91 | 254 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.00 |
| HSL | 266.87º | 0.99% | 0.68% | - |
| HSV(B) | 266.87º | 0.64% | 1% | - |
| XYZ | 36.94 | 22.53 | 96.17 | - |
| YUV | 131.41 | 197.18 | 151.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 254 | 0.35 | 0.64 | 0 | 0.00 | 266.87 | 0.99 | 0.68 |
| Hex | A4 | 5B | FE | 23 | 40 | 0 | 0 | 10B | 63 | 44 |
| Octal | 244 | 133 | 376 | 43 | 100 | 0 | 0 | 413 | 143 | 104 |
| Binary | 10100100 | 1011011 | 11111110 | 100011 | 1000000 | 0 | 0 | 100001011 | 1100011 | 1000100 |
Color Harmonies of #A45BFE
Complementary color
Monochromatic Colors of #A45BFE
Black with #A45BFE
Text Example
Text Example
White with #A45BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BFE; }
p { color: rgb(164,91,254); }
H1.HeaderClassName
{
color: #A45BFE;
}
.AnyTagClassName
{
color: #A45BFE;
}
</style>
background-color css
<style>
a { background-color: #A45BFE; }
a { background-color: rgb(164,91,254); }
div.DivClassName
{
background-color: #A45BFE;
}
.BgClassName
{
background-color: #A45BFE;
}
</style>
border-color css
<style>
span { border-color: #A45BFE; }
span { border-color: rgb(164,91,254); }
td.TdClassName
{
border-color: #A45BFE;
}
.TagClassName
{
border-color: #A45BFE;
}
</style>