Shades of Medium Purple #A45DF2
Tints of Medium Purple #A45DF2
RGB
CMYK
RGB Variations
Color information
#A45DF2 (or 0xA45DF2) is known color: Medium Purple. HEX triplet: A4, 5D and F2. RGB value is (164,93,242). Sum of RGB (Red+Green+Blue) = 164+93+242=499 (66% of max value = 765). Red value is 164 (64.45% from 255 or 32.87% from 499); Green value is 93 (36.72% from 255 or 18.64% from 499); Blue value is 242 (94.92% from 255 or 48.50% from 499); Max value from RGB is 242 - color contains mainly: blue. Hex color #A45DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A45DF2 is #5BA20D. Grayscale: #828282. Windows color (decimal): -6005262 or 15883684. OLE color: 15883684.
HSL color Cylindrical-coordinate representation of color #A45DF2: hue angle of 268.59º degrees, saturation: 0.85, 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 #A45DF2 is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 164 | 93 | 242 | - |
| CMYK | 0.32 | 0.62 | 0 | 0.05 |
| HSL | 268.59º | 0.85% | 0.66% | - |
| HSV(B) | 268.59º | 0.62% | 0.95% | - |
| XYZ | 35.25 | 22.13 | 86.42 | - |
| YUV | 131.22 | 190.52 | 151.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 93 | 242 | 0.32 | 0.62 | 0 | 0.05 | 268.59 | 0.85 | 0.66 |
| Hex | A4 | 5D | F2 | 20 | 3E | 0 | 5 | 10D | 55 | 42 |
| Octal | 244 | 135 | 362 | 40 | 76 | 0 | 5 | 415 | 125 | 102 |
| Binary | 10100100 | 1011101 | 11110010 | 100000 | 111110 | 0 | 101 | 100001101 | 1010101 | 1000010 |
Color Harmonies of #A45DF2
Complementary color
Monochromatic Colors of #A45DF2
Black with #A45DF2
Text Example
Text Example
White with #A45DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A45DF2; }
p { color: rgb(164,93,242); }
H1.HeaderClassName
{
color: #A45DF2;
}
.AnyTagClassName
{
color: #A45DF2;
}
</style>
background-color css
<style>
a { background-color: #A45DF2; }
a { background-color: rgb(164,93,242); }
div.DivClassName
{
background-color: #A45DF2;
}
.BgClassName
{
background-color: #A45DF2;
}
</style>
border-color css
<style>
span { border-color: #A45DF2; }
span { border-color: rgb(164,93,242); }
td.TdClassName
{
border-color: #A45DF2;
}
.TagClassName
{
border-color: #A45DF2;
}
</style>