Shades of Light Slate Blue #A58FFF
Tints of Light Slate Blue #A58FFF
RGB
CMYK
RGB Variations
Color information
#A58FFF (or 0xA58FFF) is known color: Light Slate Blue. HEX triplet: A5, 8F and FF. RGB value is (165,143,255). Sum of RGB (Red+Green+Blue) = 165+143+255=563 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.31% from 563); Green value is 143 (56.25% from 255 or 25.40% from 563); Blue value is 255 (100% from 255 or 45.29% from 563); Max value from RGB is 255 - color contains mainly: blue. Hex color #A58FFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFF is #5A7000. Grayscale: #A1A1A1. Windows color (decimal): -5926913 or 16748453. OLE color: 16748453.
HSL color Cylindrical-coordinate representation of color #A58FFF: hue angle of 251.79º degrees, saturation: 1, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58FFF is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 143 | 255 | - |
| CMYK | 0.35 | 0.44 | 0 | 0 |
| HSL | 251.79º | 1% | 0.78% | - |
| HSV(B) | 251.79º | 0.44% | 1% | - |
| XYZ | 43.39 | 34.86 | 99.05 | - |
| YUV | 162.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 255 | 0.35 | 0.44 | 0 | 0 | 251.79 | 1 | 0.78 |
| Hex | A5 | 8F | FF | 23 | 2C | 0 | 0 | FC | 64 | 4E |
| Octal | 245 | 217 | 377 | 43 | 54 | 0 | 0 | 374 | 144 | 116 |
| Binary | 10100101 | 10001111 | 11111111 | 100011 | 101100 | 0 | 0 | 11111100 | 1100100 | 1001110 |
Color Harmonies of #A58FFF
Complementary color
Monochromatic Colors of #A58FFF
Black with #A58FFF
Text Example
Text Example
White with #A58FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FFF; }
p { color: rgb(165,143,255); }
H1.HeaderClassName
{
color: #A58FFF;
}
.AnyTagClassName
{
color: #A58FFF;
}
</style>
background-color css
<style>
a { background-color: #A58FFF; }
a { background-color: rgb(165,143,255); }
div.DivClassName
{
background-color: #A58FFF;
}
.BgClassName
{
background-color: #A58FFF;
}
</style>
border-color css
<style>
span { border-color: #A58FFF; }
span { border-color: rgb(165,143,255); }
td.TdClassName
{
border-color: #A58FFF;
}
.TagClassName
{
border-color: #A58FFF;
}
</style>