Shades of Light Slate Blue #A58DFE
Tints of Light Slate Blue #A58DFE
RGB
CMYK
RGB Variations
Color information
#A58DFE (or 0xA58DFE) is known color: Light Slate Blue. HEX triplet: A5, 8D and FE. RGB value is (165,141,254). Sum of RGB (Red+Green+Blue) = 165+141+254=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 141 (55.47% from 255 or 25.18% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #A58DFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58DFE is #5A7201. Grayscale: #A0A0A0. Windows color (decimal): -5927426 or 16682405. OLE color: 16682405.
HSL color Cylindrical-coordinate representation of color #A58DFE: hue angle of 252.74º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58DFE is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 165 | 141 | 254 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.00 |
| HSL | 252.74º | 0.98% | 0.77% | - |
| HSV(B) | 252.74º | 0.44% | 1% | - |
| XYZ | 42.93 | 34.2 | 98.11 | - |
| YUV | 161.06 | 180.45 | 130.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 141 | 254 | 0.35 | 0.44 | 0 | 0.00 | 252.74 | 0.98 | 0.77 |
| Hex | A5 | 8D | FE | 23 | 2C | 0 | 0 | FD | 62 | 4D |
| Octal | 245 | 215 | 376 | 43 | 54 | 0 | 0 | 375 | 142 | 115 |
| Binary | 10100101 | 10001101 | 11111110 | 100011 | 101100 | 0 | 0 | 11111101 | 1100010 | 1001101 |
Color Harmonies of #A58DFE
Complementary color
Monochromatic Colors of #A58DFE
Black with #A58DFE
Text Example
Text Example
White with #A58DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58DFE; }
p { color: rgb(165,141,254); }
H1.HeaderClassName
{
color: #A58DFE;
}
.AnyTagClassName
{
color: #A58DFE;
}
</style>
background-color css
<style>
a { background-color: #A58DFE; }
a { background-color: rgb(165,141,254); }
div.DivClassName
{
background-color: #A58DFE;
}
.BgClassName
{
background-color: #A58DFE;
}
</style>
border-color css
<style>
span { border-color: #A58DFE; }
span { border-color: rgb(165,141,254); }
td.TdClassName
{
border-color: #A58DFE;
}
.TagClassName
{
border-color: #A58DFE;
}
</style>