Shades of Medium Purple #A05FFB
Tints of Medium Purple #A05FFB
RGB
CMYK
RGB Variations
Color information
#A05FFB (or 0xA05FFB) is known color: Medium Purple. HEX triplet: A0, 5F and FB. RGB value is (160,95,251). Sum of RGB (Red+Green+Blue) = 160+95+251=506 (67% of max value = 765). Red value is 160 (62.89% from 255 or 31.62% from 506); Green value is 95 (37.5% from 255 or 18.77% from 506); Blue value is 251 (98.44% from 255 or 49.60% from 506); Max value from RGB is 251 - color contains mainly: blue. Hex color #A05FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A05FFB is #5FA004. Grayscale: #838383. Windows color (decimal): -6266885 or 16474016. OLE color: 16474016.
HSL color Cylindrical-coordinate representation of color #A05FFB: hue angle of 265º degrees, saturation: 0.95, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A05FFB is Cyan = 0.36, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 95 | 251 | - |
| CMYK | 0.36 | 0.62 | 0 | 0.02 |
| HSL | 265º | 0.95% | 0.68% | - |
| HSV(B) | 265º | 0.62% | 0.98% | - |
| XYZ | 36 | 22.62 | 93.74 | - |
| YUV | 132.22 | 195.03 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 95 | 251 | 0.36 | 0.62 | 0 | 0.02 | 265 | 0.95 | 0.68 |
| Hex | A0 | 5F | FB | 24 | 3E | 0 | 2 | 109 | 5F | 44 |
| Octal | 240 | 137 | 373 | 44 | 76 | 0 | 2 | 411 | 137 | 104 |
| Binary | 10100000 | 1011111 | 11111011 | 100100 | 111110 | 0 | 10 | 100001001 | 1011111 | 1000100 |
Color Harmonies of #A05FFB
Complementary color
Monochromatic Colors of #A05FFB
Black with #A05FFB
Text Example
Text Example
White with #A05FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A05FFB; }
p { color: rgb(160,95,251); }
H1.HeaderClassName
{
color: #A05FFB;
}
.AnyTagClassName
{
color: #A05FFB;
}
</style>
background-color css
<style>
a { background-color: #A05FFB; }
a { background-color: rgb(160,95,251); }
div.DivClassName
{
background-color: #A05FFB;
}
.BgClassName
{
background-color: #A05FFB;
}
</style>
border-color css
<style>
span { border-color: #A05FFB; }
span { border-color: rgb(160,95,251); }
td.TdClassName
{
border-color: #A05FFB;
}
.TagClassName
{
border-color: #A05FFB;
}
</style>