Shades of Light Slate Blue #A58BFD
Tints of Light Slate Blue #A58BFD
RGB
CMYK
RGB Variations
Color information
#A58BFD (or 0xA58BFD) is known color: Light Slate Blue. HEX triplet: A5, 8B and FD. RGB value is (165,139,253). Sum of RGB (Red+Green+Blue) = 165+139+253=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 253 (99.22% from 255 or 45.42% from 557); Max value from RGB is 253 - color contains mainly: blue. Hex color #A58BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58BFD is #5A7402. Grayscale: #9F9F9F. Windows color (decimal): -5927939 or 16616357. OLE color: 16616357.
HSL color Cylindrical-coordinate representation of color #A58BFD: hue angle of 253.68º degrees, saturation: 0.97, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A58BFD is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 139 | 253 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.01 |
| HSL | 253.68º | 0.97% | 0.77% | - |
| HSV(B) | 253.68º | 0.45% | 0.99% | - |
| XYZ | 42.48 | 33.56 | 97.17 | - |
| YUV | 159.77 | 180.61 | 131.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 139 | 253 | 0.35 | 0.45 | 0 | 0.01 | 253.68 | 0.97 | 0.77 |
| Hex | A5 | 8B | FD | 23 | 2D | 0 | 1 | FE | 61 | 4D |
| Octal | 245 | 213 | 375 | 43 | 55 | 0 | 1 | 376 | 141 | 115 |
| Binary | 10100101 | 10001011 | 11111101 | 100011 | 101101 | 0 | 1 | 11111110 | 1100001 | 1001101 |
Color Harmonies of #A58BFD
Complementary color
Monochromatic Colors of #A58BFD
Black with #A58BFD
Text Example
Text Example
White with #A58BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58BFD; }
p { color: rgb(165,139,253); }
H1.HeaderClassName
{
color: #A58BFD;
}
.AnyTagClassName
{
color: #A58BFD;
}
</style>
background-color css
<style>
a { background-color: #A58BFD; }
a { background-color: rgb(165,139,253); }
div.DivClassName
{
background-color: #A58BFD;
}
.BgClassName
{
background-color: #A58BFD;
}
</style>
border-color css
<style>
span { border-color: #A58BFD; }
span { border-color: rgb(165,139,253); }
td.TdClassName
{
border-color: #A58BFD;
}
.TagClassName
{
border-color: #A58BFD;
}
</style>