Shades of Medium Purple #A05DF9
Tints of Medium Purple #A05DF9
RGB
CMYK
RGB Variations
Color information
#A05DF9 (or 0xA05DF9) is known color: Medium Purple. HEX triplet: A0, 5D and F9. RGB value is (160,93,249). Sum of RGB (Red+Green+Blue) = 160+93+249=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 93 (36.72% from 255 or 18.53% from 502); Blue value is 249 (97.66% from 255 or 49.60% from 502); Max value from RGB is 249 - color contains mainly: blue. Hex color #A05DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05DF9 is #5FA206. Grayscale: #828282. Windows color (decimal): -6267399 or 16342432. OLE color: 16342432.
HSL color Cylindrical-coordinate representation of color #A05DF9: hue angle of 265.77º degrees, saturation: 0.93, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #A05DF9 is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 93 | 249 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.02 |
| HSL | 265.77º | 0.93% | 0.67% | - |
| HSV(B) | 265.77º | 0.63% | 0.98% | - |
| XYZ | 35.51 | 22.14 | 92.02 | - |
| YUV | 130.82 | 194.7 | 148.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 249 | 0.36 | 0.63 | 0 | 0.02 | 265.77 | 0.93 | 0.67 |
| Hex | A0 | 5D | F9 | 24 | 3F | 0 | 2 | 10A | 5D | 43 |
| Octal | 240 | 135 | 371 | 44 | 77 | 0 | 2 | 412 | 135 | 103 |
| Binary | 10100000 | 1011101 | 11111001 | 100100 | 111111 | 0 | 10 | 100001010 | 1011101 | 1000011 |
Color Harmonies of #A05DF9
Complementary color
Monochromatic Colors of #A05DF9
Black with #A05DF9
Text Example
Text Example
White with #A05DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DF9; }
p { color: rgb(160,93,249); }
H1.HeaderClassName
{
color: #A05DF9;
}
.AnyTagClassName
{
color: #A05DF9;
}
</style>
background-color css
<style>
a { background-color: #A05DF9; }
a { background-color: rgb(160,93,249); }
div.DivClassName
{
background-color: #A05DF9;
}
.BgClassName
{
background-color: #A05DF9;
}
</style>
border-color css
<style>
span { border-color: #A05DF9; }
span { border-color: rgb(160,93,249); }
td.TdClassName
{
border-color: #A05DF9;
}
.TagClassName
{
border-color: #A05DF9;
}
</style>