Shades of Medium Purple #A45DF3
Tints of Medium Purple #A45DF3
RGB
CMYK
RGB Variations
Color information
#A45DF3 (or 0xA45DF3) is known color: Medium Purple. HEX triplet: A4, 5D and F3. RGB value is (164,93,243). Sum of RGB (Red+Green+Blue) = 164+93+243=500 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.8% from 500); Green value is 93 (36.72% from 255 or 18.6% from 500); Blue value is 243 (95.31% from 255 or 48.6% from 500); Max value from RGB is 243 - color contains mainly: blue. Hex color #A45DF3 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DF3 is #5BA20C. Grayscale: #828282. Windows color (decimal): -6005261 or 15949220. OLE color: 15949220.
HSL color Cylindrical-coordinate representation of color #A45DF3: hue angle of 268.4º degrees, saturation: 0.86, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A45DF3 is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 93 | 243 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.05 |
| HSL | 268.4º | 0.86% | 0.66% | - |
| HSV(B) | 268.4º | 0.62% | 0.95% | - |
| XYZ | 35.4 | 22.19 | 87.21 | - |
| YUV | 131.33 | 191.02 | 151.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 243 | 0.33 | 0.62 | 0 | 0.05 | 268.4 | 0.86 | 0.66 |
| Hex | A4 | 5D | F3 | 21 | 3E | 0 | 5 | 10C | 56 | 42 |
| Octal | 244 | 135 | 363 | 41 | 76 | 0 | 5 | 414 | 126 | 102 |
| Binary | 10100100 | 1011101 | 11110011 | 100001 | 111110 | 0 | 101 | 100001100 | 1010110 | 1000010 |
Color Harmonies of #A45DF3
Complementary color
Monochromatic Colors of #A45DF3
Black with #A45DF3
Text Example
Text Example
White with #A45DF3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DF3; }
p { color: rgb(164,93,243); }
H1.HeaderClassName
{
color: #A45DF3;
}
.AnyTagClassName
{
color: #A45DF3;
}
</style>
background-color css
<style>
a { background-color: #A45DF3; }
a { background-color: rgb(164,93,243); }
div.DivClassName
{
background-color: #A45DF3;
}
.BgClassName
{
background-color: #A45DF3;
}
</style>
border-color css
<style>
span { border-color: #A45DF3; }
span { border-color: rgb(164,93,243); }
td.TdClassName
{
border-color: #A45DF3;
}
.TagClassName
{
border-color: #A45DF3;
}
</style>