Shades of Medium Purple #A560FF
Tints of Medium Purple #A560FF
RGB
CMYK
RGB Variations
Color information
#A560FF (or 0xA560FF) is known color: Medium Purple. HEX triplet: A5, 60 and FF. RGB value is (165,96,255). Sum of RGB (Red+Green+Blue) = 165+96+255=516 (68% of max value = 765). Red value is 165 (64.84% from 255 or 31.98% from 516); Green value is 96 (37.89% from 255 or 18.60% from 516); Blue value is 255 (100% from 255 or 49.42% from 516); Max value from RGB is 255 - color contains mainly: blue. Hex color #A560FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A560FF is #5A9F00. Grayscale: #868686. Windows color (decimal): -5938945 or 16736421. OLE color: 16736421.
HSL color Cylindrical-coordinate representation of color #A560FF: hue angle of 266.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #A560FF is Cyan = 0.35, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 96 | 255 | - |
| CMYK | 0.35 | 0.62 | 0 | 0 |
| HSL | 266.04º | 1% | 0.69% | - |
| HSV(B) | 266.04º | 0.62% | 1% | - |
| XYZ | 37.75 | 23.59 | 97.17 | - |
| YUV | 134.76 | 195.86 | 149.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 96 | 255 | 0.35 | 0.62 | 0 | 0 | 266.04 | 1 | 0.69 |
| Hex | A5 | 60 | FF | 23 | 3E | 0 | 0 | 10A | 64 | 45 |
| Octal | 245 | 140 | 377 | 43 | 76 | 0 | 0 | 412 | 144 | 105 |
| Binary | 10100101 | 1100000 | 11111111 | 100011 | 111110 | 0 | 0 | 100001010 | 1100100 | 1000101 |
Color Harmonies of #A560FF
Complementary color
Monochromatic Colors of #A560FF
Black with #A560FF
Text Example
Text Example
White with #A560FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A560FF; }
p { color: rgb(165,96,255); }
H1.HeaderClassName
{
color: #A560FF;
}
.AnyTagClassName
{
color: #A560FF;
}
</style>
background-color css
<style>
a { background-color: #A560FF; }
a { background-color: rgb(165,96,255); }
div.DivClassName
{
background-color: #A560FF;
}
.BgClassName
{
background-color: #A560FF;
}
</style>
border-color css
<style>
span { border-color: #A560FF; }
span { border-color: rgb(165,96,255); }
td.TdClassName
{
border-color: #A560FF;
}
.TagClassName
{
border-color: #A560FF;
}
</style>