Shades of Light Slate Blue #A587FA
Tints of Light Slate Blue #A587FA
RGB
CMYK
RGB Variations
Color information
#A587FA (or 0xA587FA) is known color: Light Slate Blue. HEX triplet: A5, 87 and FA. RGB value is (165,135,250). Sum of RGB (Red+Green+Blue) = 165+135+250=550 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30% from 550); Green value is 135 (53.12% from 255 or 24.55% from 550); Blue value is 250 (98.05% from 255 or 45.45% from 550); Max value from RGB is 250 - color contains mainly: blue. Hex color #A587FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A587FA is #5A7805. Grayscale: #9C9C9C. Windows color (decimal): -5928966 or 16418725. OLE color: 16418725.
HSL color Cylindrical-coordinate representation of color #A587FA: hue angle of 255.65º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A587FA is Cyan = 0.34, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 135 | 250 | - |
| CMYK | 0.34 | 0.46 | 0 | 0.02 |
| HSL | 255.65º | 0.92% | 0.75% | - |
| HSV(B) | 255.65º | 0.46% | 0.98% | - |
| XYZ | 41.44 | 32.23 | 94.48 | - |
| YUV | 157.08 | 180.44 | 133.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 135 | 250 | 0.34 | 0.46 | 0 | 0.02 | 255.65 | 0.92 | 0.75 |
| Hex | A5 | 87 | FA | 22 | 2E | 0 | 2 | 100 | 5C | 4B |
| Octal | 245 | 207 | 372 | 42 | 56 | 0 | 2 | 400 | 134 | 113 |
| Binary | 10100101 | 10000111 | 11111010 | 100010 | 101110 | 0 | 10 | 100000000 | 1011100 | 1001011 |
Color Harmonies of #A587FA
Complementary color
Monochromatic Colors of #A587FA
Black with #A587FA
Text Example
Text Example
White with #A587FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A587FA; }
p { color: rgb(165,135,250); }
H1.HeaderClassName
{
color: #A587FA;
}
.AnyTagClassName
{
color: #A587FA;
}
</style>
background-color css
<style>
a { background-color: #A587FA; }
a { background-color: rgb(165,135,250); }
div.DivClassName
{
background-color: #A587FA;
}
.BgClassName
{
background-color: #A587FA;
}
</style>
border-color css
<style>
span { border-color: #A587FA; }
span { border-color: rgb(165,135,250); }
td.TdClassName
{
border-color: #A587FA;
}
.TagClassName
{
border-color: #A587FA;
}
</style>