Shades of Medium Purple #A45AF5
Tints of Medium Purple #A45AF5
RGB
CMYK
RGB Variations
Color information
#A45AF5 (or 0xA45AF5) is known color: Medium Purple. HEX triplet: A4, 5A and F5. RGB value is (164,90,245). Sum of RGB (Red+Green+Blue) = 164+90+245=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 90 (35.55% from 255 or 18.04% from 499); Blue value is 245 (96.09% from 255 or 49.10% from 499); Max value from RGB is 245 - color contains mainly: blue. Hex color #A45AF5 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AF5 is #5BA50A. Grayscale: #818181. Windows color (decimal): -6006027 or 16079524. OLE color: 16079524.
HSL color Cylindrical-coordinate representation of color #A45AF5: hue angle of 268.65º degrees, saturation: 0.89, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A45AF5 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 90 | 245 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.04 |
| HSL | 268.65º | 0.89% | 0.66% | - |
| HSV(B) | 268.65º | 0.63% | 0.96% | - |
| XYZ | 35.45 | 21.8 | 88.73 | - |
| YUV | 129.8 | 193.02 | 152.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 245 | 0.33 | 0.63 | 0 | 0.04 | 268.65 | 0.89 | 0.66 |
| Hex | A4 | 5A | F5 | 21 | 3F | 0 | 4 | 10D | 59 | 42 |
| Octal | 244 | 132 | 365 | 41 | 77 | 0 | 4 | 415 | 131 | 102 |
| Binary | 10100100 | 1011010 | 11110101 | 100001 | 111111 | 0 | 100 | 100001101 | 1011001 | 1000010 |
Color Harmonies of #A45AF5
Complementary color
Monochromatic Colors of #A45AF5
Black with #A45AF5
Text Example
Text Example
White with #A45AF5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AF5; }
p { color: rgb(164,90,245); }
H1.HeaderClassName
{
color: #A45AF5;
}
.AnyTagClassName
{
color: #A45AF5;
}
</style>
background-color css
<style>
a { background-color: #A45AF5; }
a { background-color: rgb(164,90,245); }
div.DivClassName
{
background-color: #A45AF5;
}
.BgClassName
{
background-color: #A45AF5;
}
</style>
border-color css
<style>
span { border-color: #A45AF5; }
span { border-color: rgb(164,90,245); }
td.TdClassName
{
border-color: #A45AF5;
}
.TagClassName
{
border-color: #A45AF5;
}
</style>