Shades of Medium Purple #A05CFA
Tints of Medium Purple #A05CFA
RGB
CMYK
RGB Variations
Color information
#A05CFA (or 0xA05CFA) is known color: Medium Purple. HEX triplet: A0, 5C and FA. RGB value is (160,92,250). Sum of RGB (Red+Green+Blue) = 160+92+250=502 (66% of max value = 765). Red value is 160 (62.89% from 255 or 31.87% from 502); Green value is 92 (36.33% from 255 or 18.33% from 502); Blue value is 250 (98.05% from 255 or 49.80% from 502); Max value from RGB is 250 - color contains mainly: blue. Hex color #A05CFA is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05CFA is #5FA305. Grayscale: #818181. Windows color (decimal): -6267654 or 16407712. OLE color: 16407712.
HSL color Cylindrical-coordinate representation of color #A05CFA: hue angle of 265.82º degrees, saturation: 0.94, 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 #A05CFA is Cyan = 0.36, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 92 | 250 | - |
| CMYK | 0.36 | 0.63 | 0 | 0.02 |
| HSL | 265.82º | 0.94% | 0.67% | - |
| HSV(B) | 265.82º | 0.63% | 0.98% | - |
| XYZ | 35.58 | 22.03 | 92.82 | - |
| YUV | 130.34 | 195.53 | 149.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 92 | 250 | 0.36 | 0.63 | 0 | 0.02 | 265.82 | 0.94 | 0.67 |
| Hex | A0 | 5C | FA | 24 | 3F | 0 | 2 | 10A | 5E | 43 |
| Octal | 240 | 134 | 372 | 44 | 77 | 0 | 2 | 412 | 136 | 103 |
| Binary | 10100000 | 1011100 | 11111010 | 100100 | 111111 | 0 | 10 | 100001010 | 1011110 | 1000011 |
Color Harmonies of #A05CFA
Complementary color
Monochromatic Colors of #A05CFA
Black with #A05CFA
Text Example
Text Example
White with #A05CFA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05CFA; }
p { color: rgb(160,92,250); }
H1.HeaderClassName
{
color: #A05CFA;
}
.AnyTagClassName
{
color: #A05CFA;
}
</style>
background-color css
<style>
a { background-color: #A05CFA; }
a { background-color: rgb(160,92,250); }
div.DivClassName
{
background-color: #A05CFA;
}
.BgClassName
{
background-color: #A05CFA;
}
</style>
border-color css
<style>
span { border-color: #A05CFA; }
span { border-color: rgb(160,92,250); }
td.TdClassName
{
border-color: #A05CFA;
}
.TagClassName
{
border-color: #A05CFA;
}
</style>