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