Shades of Medium Purple #A45BFD
Tints of Medium Purple #A45BFD
RGB
CMYK
RGB Variations
Color information
#A45BFD (or 0xA45BFD) is known color: Medium Purple. HEX triplet: A4, 5B and FD. RGB value is (164,91,253). Sum of RGB (Red+Green+Blue) = 164+91+253=508 (67% of max value = 765). Red value is 164 (64.45% from 255 or 32.28% from 508); Green value is 91 (35.94% from 255 or 17.91% from 508); Blue value is 253 (99.22% from 255 or 49.80% from 508); Max value from RGB is 253 - color contains mainly: blue. Hex color #A45BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BFD is #5BA402. Grayscale: #828282. Windows color (decimal): -6005763 or 16604068. OLE color: 16604068.
HSL color Cylindrical-coordinate representation of color #A45BFD: hue angle of 267.04º degrees, saturation: 0.98, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #A45BFD is Cyan = 0.35, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 91 | 253 | - |
| CMYK | 0.35 | 0.64 | 0 | 0.01 |
| HSL | 267.04º | 0.98% | 0.67% | - |
| HSV(B) | 267.04º | 0.64% | 0.99% | - |
| XYZ | 36.78 | 22.47 | 95.33 | - |
| YUV | 131.3 | 196.68 | 151.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 253 | 0.35 | 0.64 | 0 | 0.01 | 267.04 | 0.98 | 0.67 |
| Hex | A4 | 5B | FD | 23 | 40 | 0 | 1 | 10B | 62 | 43 |
| Octal | 244 | 133 | 375 | 43 | 100 | 0 | 1 | 413 | 142 | 103 |
| Binary | 10100100 | 1011011 | 11111101 | 100011 | 1000000 | 0 | 1 | 100001011 | 1100010 | 1000011 |
Color Harmonies of #A45BFD
Complementary color
Monochromatic Colors of #A45BFD
Black with #A45BFD
Text Example
Text Example
White with #A45BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BFD; }
p { color: rgb(164,91,253); }
H1.HeaderClassName
{
color: #A45BFD;
}
.AnyTagClassName
{
color: #A45BFD;
}
</style>
background-color css
<style>
a { background-color: #A45BFD; }
a { background-color: rgb(164,91,253); }
div.DivClassName
{
background-color: #A45BFD;
}
.BgClassName
{
background-color: #A45BFD;
}
</style>
border-color css
<style>
span { border-color: #A45BFD; }
span { border-color: rgb(164,91,253); }
td.TdClassName
{
border-color: #A45BFD;
}
.TagClassName
{
border-color: #A45BFD;
}
</style>