Shades of Light Slate Blue #A587FE
Tints of Light Slate Blue #A587FE
RGB
CMYK
RGB Variations
Color information
#A587FE (or 0xA587FE) is known color: Light Slate Blue. HEX triplet: A5, 87 and FE. RGB value is (165,135,254). Sum of RGB (Red+Green+Blue) = 165+135+254=554 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.78% from 554); Green value is 135 (53.12% from 255 or 24.37% from 554); Blue value is 254 (99.61% from 255 or 45.85% from 554); Max value from RGB is 254 - color contains mainly: blue. Hex color #A587FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587FE is #5A7801. Grayscale: #9D9D9D. Windows color (decimal): -5928962 or 16680869. OLE color: 16680869.
HSL color Cylindrical-coordinate representation of color #A587FE: hue angle of 255.13º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A587FE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 135 | 254 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.00 |
| HSL | 255.13º | 0.98% | 0.76% | - |
| HSV(B) | 255.13º | 0.47% | 1% | - |
| XYZ | 42.07 | 32.48 | 97.82 | - |
| YUV | 157.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 254 | 0.35 | 0.47 | 0 | 0.00 | 255.13 | 0.98 | 0.76 |
| Hex | A5 | 87 | FE | 23 | 2F | 0 | 0 | FF | 62 | 4C |
| Octal | 245 | 207 | 376 | 43 | 57 | 0 | 0 | 377 | 142 | 114 |
| Binary | 10100101 | 10000111 | 11111110 | 100011 | 101111 | 0 | 0 | 11111111 | 1100010 | 1001100 |
Color Harmonies of #A587FE
Complementary color
Monochromatic Colors of #A587FE
Black with #A587FE
Text Example
Text Example
White with #A587FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587FE; }
p { color: rgb(165,135,254); }
H1.HeaderClassName
{
color: #A587FE;
}
.AnyTagClassName
{
color: #A587FE;
}
</style>
background-color css
<style>
a { background-color: #A587FE; }
a { background-color: rgb(165,135,254); }
div.DivClassName
{
background-color: #A587FE;
}
.BgClassName
{
background-color: #A587FE;
}
</style>
border-color css
<style>
span { border-color: #A587FE; }
span { border-color: rgb(165,135,254); }
td.TdClassName
{
border-color: #A587FE;
}
.TagClassName
{
border-color: #A587FE;
}
</style>