Shades of Medium Purple #A45AF6
Tints of Medium Purple #A45AF6
RGB
CMYK
RGB Variations
Color information
#A45AF6 (or 0xA45AF6) is known color: Medium Purple. HEX triplet: A4, 5A and F6. RGB value is (164,90,246). Sum of RGB (Red+Green+Blue) = 164+90+246=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 90 (35.55% from 255 or 18% from 500); Blue value is 246 (96.48% from 255 or 49.2% from 500); Max value from RGB is 246 - color contains mainly: blue. Hex color #A45AF6 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45AF6 is #5BA509. Grayscale: #818181. Windows color (decimal): -6006026 or 16145060. OLE color: 16145060.
HSL color Cylindrical-coordinate representation of color #A45AF6: hue angle of 268.46º degrees, saturation: 0.9, 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 #A45AF6 is Cyan = 0.33, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 164 | 90 | 246 | - |
| CMYK | 0.33 | 0.63 | 0 | 0.04 |
| HSL | 268.46º | 0.9% | 0.66% | - |
| HSV(B) | 268.46º | 0.63% | 0.96% | - |
| XYZ | 35.6 | 21.86 | 89.53 | - |
| YUV | 129.91 | 193.52 | 152.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 90 | 246 | 0.33 | 0.63 | 0 | 0.04 | 268.46 | 0.9 | 0.66 |
| Hex | A4 | 5A | F6 | 21 | 3F | 0 | 4 | 10C | 5A | 42 |
| Octal | 244 | 132 | 366 | 41 | 77 | 0 | 4 | 414 | 132 | 102 |
| Binary | 10100100 | 1011010 | 11110110 | 100001 | 111111 | 0 | 100 | 100001100 | 1011010 | 1000010 |
Color Harmonies of #A45AF6
Complementary color
Monochromatic Colors of #A45AF6
Black with #A45AF6
Text Example
Text Example
White with #A45AF6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45AF6; }
p { color: rgb(164,90,246); }
H1.HeaderClassName
{
color: #A45AF6;
}
.AnyTagClassName
{
color: #A45AF6;
}
</style>
background-color css
<style>
a { background-color: #A45AF6; }
a { background-color: rgb(164,90,246); }
div.DivClassName
{
background-color: #A45AF6;
}
.BgClassName
{
background-color: #A45AF6;
}
</style>
border-color css
<style>
span { border-color: #A45AF6; }
span { border-color: rgb(164,90,246); }
td.TdClassName
{
border-color: #A45AF6;
}
.TagClassName
{
border-color: #A45AF6;
}
</style>