Shades of Medium Purple #A45BEF
Tints of Medium Purple #A45BEF
RGB
CMYK
RGB Variations
Color information
#A45BEF (or 0xA45BEF) is known color: Medium Purple. HEX triplet: A4, 5B and EF. RGB value is (164,91,239). Sum of RGB (Red+Green+Blue) = 164+91+239=494 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.20% from 494); Green value is 91 (35.94% from 255 or 18.42% from 494); Blue value is 239 (93.75% from 255 or 48.38% from 494); Max value from RGB is 239 - color contains mainly: blue. Hex color #A45BEF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45BEF is #5BA410. Grayscale: #818181. Windows color (decimal): -6005777 or 15686564. OLE color: 15686564.
HSL color Cylindrical-coordinate representation of color #A45BEF: hue angle of 269.59º degrees, saturation: 0.82, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45BEF is Cyan = 0.31, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 91 | 239 | - |
| CMYK | 0.31 | 0.62 | 0 | 0.06 |
| HSL | 269.59º | 0.82% | 0.65% | - |
| HSV(B) | 269.59º | 0.62% | 0.94% | - |
| XYZ | 34.63 | 21.61 | 84.01 | - |
| YUV | 129.7 | 189.68 | 152.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 91 | 239 | 0.31 | 0.62 | 0 | 0.06 | 269.59 | 0.82 | 0.65 |
| Hex | A4 | 5B | EF | 1F | 3E | 0 | 6 | 10E | 52 | 41 |
| Octal | 244 | 133 | 357 | 37 | 76 | 0 | 6 | 416 | 122 | 101 |
| Binary | 10100100 | 1011011 | 11101111 | 11111 | 111110 | 0 | 110 | 100001110 | 1010010 | 1000001 |
Color Harmonies of #A45BEF
Complementary color
Monochromatic Colors of #A45BEF
Black with #A45BEF
Text Example
Text Example
White with #A45BEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45BEF; }
p { color: rgb(164,91,239); }
H1.HeaderClassName
{
color: #A45BEF;
}
.AnyTagClassName
{
color: #A45BEF;
}
</style>
background-color css
<style>
a { background-color: #A45BEF; }
a { background-color: rgb(164,91,239); }
div.DivClassName
{
background-color: #A45BEF;
}
.BgClassName
{
background-color: #A45BEF;
}
</style>
border-color css
<style>
span { border-color: #A45BEF; }
span { border-color: rgb(164,91,239); }
td.TdClassName
{
border-color: #A45BEF;
}
.TagClassName
{
border-color: #A45BEF;
}
</style>