Shades of Light Slate Blue #A487FF
Tints of Light Slate Blue #A487FF
RGB
CMYK
RGB Variations
Color information
#A487FF (or 0xA487FF) is known color: Light Slate Blue. HEX triplet: A4, 87 and FF. RGB value is (164,135,255). Sum of RGB (Red+Green+Blue) = 164+135+255=554 (73% of max value = 765). Red value is 164 (64.45% from 255 or 29.60% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A487FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A487FF is #5B7800. Grayscale: #9C9C9C. Windows color (decimal): -5994497 or 16746404. OLE color: 16746404.
HSL color Cylindrical-coordinate representation of color #A487FF: hue angle of 254.5º 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 #A487FF is Cyan = 0.36, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 135 | 255 | - |
| CMYK | 0.36 | 0.47 | 0 | 0 |
| HSL | 254.5º | 1% | 0.76% | - |
| HSV(B) | 254.5º | 0.47% | 1% | - |
| XYZ | 42.02 | 32.44 | 98.65 | - |
| YUV | 157.35 | 183.11 | 132.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 135 | 255 | 0.36 | 0.47 | 0 | 0 | 254.5 | 1 | 0.76 |
| Hex | A4 | 87 | FF | 24 | 2F | 0 | 0 | FE | 64 | 4C |
| Octal | 244 | 207 | 377 | 44 | 57 | 0 | 0 | 376 | 144 | 114 |
| Binary | 10100100 | 10000111 | 11111111 | 100100 | 101111 | 0 | 0 | 11111110 | 1100100 | 1001100 |
Color Harmonies of #A487FF
Complementary color
Monochromatic Colors of #A487FF
Black with #A487FF
Text Example
Text Example
White with #A487FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A487FF; }
p { color: rgb(164,135,255); }
H1.HeaderClassName
{
color: #A487FF;
}
.AnyTagClassName
{
color: #A487FF;
}
</style>
background-color css
<style>
a { background-color: #A487FF; }
a { background-color: rgb(164,135,255); }
div.DivClassName
{
background-color: #A487FF;
}
.BgClassName
{
background-color: #A487FF;
}
</style>
border-color css
<style>
span { border-color: #A487FF; }
span { border-color: rgb(164,135,255); }
td.TdClassName
{
border-color: #A487FF;
}
.TagClassName
{
border-color: #A487FF;
}
</style>