Shades of Medium Purple #A05DF2
Tints of Medium Purple #A05DF2
RGB
CMYK
RGB Variations
Color information
#A05DF2 (or 0xA05DF2) is known color: Medium Purple. HEX triplet: A0, 5D and F2. RGB value is (160,93,242). Sum of RGB (Red+Green+Blue) = 160+93+242=495 (65% of max value = 765). Red value is 160 (62.89% from 255 or 32.32% from 495); Green value is 93 (36.72% from 255 or 18.79% from 495); Blue value is 242 (94.92% from 255 or 48.89% from 495); Max value from RGB is 242 - color contains mainly: blue. Hex color #A05DF2 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05DF2 is #5FA20D. Grayscale: #818181. Windows color (decimal): -6267406 or 15883680. OLE color: 15883680.
HSL color Cylindrical-coordinate representation of color #A05DF2: hue angle of 266.98º 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 #A05DF2 is Cyan = 0.34, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 160 | 93 | 242 | - |
| CMYK | 0.34 | 0.62 | 0 | 0.05 |
| HSL | 266.98º | 0.85% | 0.66% | - |
| HSV(B) | 266.98º | 0.62% | 0.95% | - |
| XYZ | 34.44 | 21.71 | 86.38 | - |
| YUV | 130.02 | 191.2 | 149.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 93 | 242 | 0.34 | 0.62 | 0 | 0.05 | 266.98 | 0.85 | 0.66 |
| Hex | A0 | 5D | F2 | 22 | 3E | 0 | 5 | 10B | 55 | 42 |
| Octal | 240 | 135 | 362 | 42 | 76 | 0 | 5 | 413 | 125 | 102 |
| Binary | 10100000 | 1011101 | 11110010 | 100010 | 111110 | 0 | 101 | 100001011 | 1010101 | 1000010 |
Color Harmonies of #A05DF2
Complementary color
Monochromatic Colors of #A05DF2
Black with #A05DF2
Text Example
Text Example
White with #A05DF2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05DF2; }
p { color: rgb(160,93,242); }
H1.HeaderClassName
{
color: #A05DF2;
}
.AnyTagClassName
{
color: #A05DF2;
}
</style>
background-color css
<style>
a { background-color: #A05DF2; }
a { background-color: rgb(160,93,242); }
div.DivClassName
{
background-color: #A05DF2;
}
.BgClassName
{
background-color: #A05DF2;
}
</style>
border-color css
<style>
span { border-color: #A05DF2; }
span { border-color: rgb(160,93,242); }
td.TdClassName
{
border-color: #A05DF2;
}
.TagClassName
{
border-color: #A05DF2;
}
</style>