Shades of Light Slate Blue #A587FF
Tints of Light Slate Blue #A587FF
RGB
CMYK
RGB Variations
Color information
#A587FF (or 0xA587FF) is known color: Light Slate Blue. HEX triplet: A5, 87 and FF. RGB value is (165,135,255). Sum of RGB (Red+Green+Blue) = 165+135+255=555 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.73% from 555); Green value is 135 (53.12% from 255 or 24.32% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A587FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587FF is #5A7800. Grayscale: #9D9D9D. Windows color (decimal): -5928961 or 16746405. OLE color: 16746405.
HSL color Cylindrical-coordinate representation of color #A587FF: hue angle of 255º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A587FF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 135 | 255 | - |
| CMYK | 0.35 | 0.47 | 0 | 0 |
| HSL | 255º | 1% | 0.76% | - |
| HSV(B) | 255º | 0.47% | 1% | - |
| XYZ | 42.23 | 32.55 | 98.66 | - |
| YUV | 157.65 | 182.94 | 133.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 255 | 0.35 | 0.47 | 0 | 0 | 255 | 1 | 0.76 |
| Hex | A5 | 87 | FF | 23 | 2F | 0 | 0 | FF | 64 | 4C |
| Octal | 245 | 207 | 377 | 43 | 57 | 0 | 0 | 377 | 144 | 114 |
| Binary | 10100101 | 10000111 | 11111111 | 100011 | 101111 | 0 | 0 | 11111111 | 1100100 | 1001100 |
Color Harmonies of #A587FF
Complementary color
Monochromatic Colors of #A587FF
Black with #A587FF
Text Example
Text Example
White with #A587FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587FF; }
p { color: rgb(165,135,255); }
H1.HeaderClassName
{
color: #A587FF;
}
.AnyTagClassName
{
color: #A587FF;
}
</style>
background-color css
<style>
a { background-color: #A587FF; }
a { background-color: rgb(165,135,255); }
div.DivClassName
{
background-color: #A587FF;
}
.BgClassName
{
background-color: #A587FF;
}
</style>
border-color css
<style>
span { border-color: #A587FF; }
span { border-color: rgb(165,135,255); }
td.TdClassName
{
border-color: #A587FF;
}
.TagClassName
{
border-color: #A587FF;
}
</style>