Shades of Light Slate Blue #A586FE
Tints of Light Slate Blue #A586FE
RGB
CMYK
RGB Variations
Color information
#A586FE (or 0xA586FE) is known color: Light Slate Blue. HEX triplet: A5, 86 and FE. RGB value is (165,134,254). Sum of RGB (Red+Green+Blue) = 165+134+254=553 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.84% from 553); Green value is 134 (52.73% from 255 or 24.23% from 553); Blue value is 254 (99.61% from 255 or 45.93% from 553); Max value from RGB is 254 - color contains mainly: blue. Hex color #A586FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A586FE is #5A7901. Grayscale: #9C9C9C. Windows color (decimal): -5929218 or 16680613. OLE color: 16680613.
HSL color Cylindrical-coordinate representation of color #A586FE: hue angle of 255.5º 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 #A586FE is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 134 | 254 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.00 |
| HSL | 255.5º | 0.98% | 0.76% | - |
| HSV(B) | 255.5º | 0.47% | 1% | - |
| XYZ | 41.93 | 32.21 | 97.77 | - |
| YUV | 156.95 | 182.77 | 133.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 134 | 254 | 0.35 | 0.47 | 0 | 0.00 | 255.5 | 0.98 | 0.76 |
| Hex | A5 | 86 | FE | 23 | 2F | 0 | 0 | 100 | 62 | 4C |
| Octal | 245 | 206 | 376 | 43 | 57 | 0 | 0 | 400 | 142 | 114 |
| Binary | 10100101 | 10000110 | 11111110 | 100011 | 101111 | 0 | 0 | 100000000 | 1100010 | 1001100 |
Color Harmonies of #A586FE
Complementary color
Monochromatic Colors of #A586FE
Black with #A586FE
Text Example
Text Example
White with #A586FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A586FE; }
p { color: rgb(165,134,254); }
H1.HeaderClassName
{
color: #A586FE;
}
.AnyTagClassName
{
color: #A586FE;
}
</style>
background-color css
<style>
a { background-color: #A586FE; }
a { background-color: rgb(165,134,254); }
div.DivClassName
{
background-color: #A586FE;
}
.BgClassName
{
background-color: #A586FE;
}
</style>
border-color css
<style>
span { border-color: #A586FE; }
span { border-color: rgb(165,134,254); }
td.TdClassName
{
border-color: #A586FE;
}
.TagClassName
{
border-color: #A586FE;
}
</style>