Shades of Medium Purple #A45CF0
Tints of Medium Purple #A45CF0
RGB
CMYK
RGB Variations
Color information
#A45CF0 (or 0xA45CF0) is known color: Medium Purple. HEX triplet: A4, 5C and F0. RGB value is (164,92,240). Sum of RGB (Red+Green+Blue) = 164+92+240=496 (65% of max value = 765). Red value is 164 (64.45% from 255 or 33.06% from 496); Green value is 92 (36.33% from 255 or 18.55% from 496); Blue value is 240 (94.14% from 255 or 48.39% from 496); Max value from RGB is 240 - color contains mainly: blue. Hex color #A45CF0 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45CF0 is #5BA30F. Grayscale: #818181. Windows color (decimal): -6005520 or 15752356. OLE color: 15752356.
HSL color Cylindrical-coordinate representation of color #A45CF0: hue angle of 269.19º degrees, saturation: 0.83, 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 #A45CF0 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 164 | 92 | 240 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.06 |
| HSL | 269.19º | 0.83% | 0.65% | - |
| HSV(B) | 269.19º | 0.62% | 0.94% | - |
| XYZ | 34.87 | 21.84 | 84.82 | - |
| YUV | 130.4 | 189.85 | 151.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 92 | 240 | 0.32 | 0.62 | 0 | 0.06 | 269.19 | 0.83 | 0.65 |
| Hex | A4 | 5C | F0 | 20 | 3E | 0 | 6 | 10D | 53 | 41 |
| Octal | 244 | 134 | 360 | 40 | 76 | 0 | 6 | 415 | 123 | 101 |
| Binary | 10100100 | 1011100 | 11110000 | 100000 | 111110 | 0 | 110 | 100001101 | 1010011 | 1000001 |
Color Harmonies of #A45CF0
Complementary color
Monochromatic Colors of #A45CF0
Black with #A45CF0
Text Example
Text Example
White with #A45CF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45CF0; }
p { color: rgb(164,92,240); }
H1.HeaderClassName
{
color: #A45CF0;
}
.AnyTagClassName
{
color: #A45CF0;
}
</style>
background-color css
<style>
a { background-color: #A45CF0; }
a { background-color: rgb(164,92,240); }
div.DivClassName
{
background-color: #A45CF0;
}
.BgClassName
{
background-color: #A45CF0;
}
</style>
border-color css
<style>
span { border-color: #A45CF0; }
span { border-color: rgb(164,92,240); }
td.TdClassName
{
border-color: #A45CF0;
}
.TagClassName
{
border-color: #A45CF0;
}
</style>