Shades of Light Slate Blue #A58CFB
Tints of Light Slate Blue #A58CFB
RGB
CMYK
RGB Variations
Color information
#A58CFB (or 0xA58CFB) is known color: Light Slate Blue. HEX triplet: A5, 8C and FB. RGB value is (165,140,251). Sum of RGB (Red+Green+Blue) = 165+140+251=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 140 (55.08% from 255 or 25.18% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A58CFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CFB is #5A7304. Grayscale: #9F9F9F. Windows color (decimal): -5927685 or 16485541. OLE color: 16485541.
HSL color Cylindrical-coordinate representation of color #A58CFB: hue angle of 253.51º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58CFB is Cyan = 0.34, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 140 | 251 | - |
| CMYK | 0.34 | 0.44 | 0 | 0.02 |
| HSL | 253.51º | 0.93% | 0.77% | - |
| HSV(B) | 253.51º | 0.44% | 0.98% | - |
| XYZ | 42.31 | 33.72 | 95.55 | - |
| YUV | 160.13 | 179.28 | 131.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 251 | 0.34 | 0.44 | 0 | 0.02 | 253.51 | 0.93 | 0.77 |
| Hex | A5 | 8C | FB | 22 | 2C | 0 | 2 | FE | 5D | 4D |
| Octal | 245 | 214 | 373 | 42 | 54 | 0 | 2 | 376 | 135 | 115 |
| Binary | 10100101 | 10001100 | 11111011 | 100010 | 101100 | 0 | 10 | 11111110 | 1011101 | 1001101 |
Color Harmonies of #A58CFB
Complementary color
Monochromatic Colors of #A58CFB
Black with #A58CFB
Text Example
Text Example
White with #A58CFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CFB; }
p { color: rgb(165,140,251); }
H1.HeaderClassName
{
color: #A58CFB;
}
.AnyTagClassName
{
color: #A58CFB;
}
</style>
background-color css
<style>
a { background-color: #A58CFB; }
a { background-color: rgb(165,140,251); }
div.DivClassName
{
background-color: #A58CFB;
}
.BgClassName
{
background-color: #A58CFB;
}
</style>
border-color css
<style>
span { border-color: #A58CFB; }
span { border-color: rgb(165,140,251); }
td.TdClassName
{
border-color: #A58CFB;
}
.TagClassName
{
border-color: #A58CFB;
}
</style>