Shades of Light Slate Blue #A58CFF
Tints of Light Slate Blue #A58CFF
RGB
CMYK
RGB Variations
Color information
#A58CFF (or 0xA58CFF) is known color: Light Slate Blue. HEX triplet: A5, 8C and FF. RGB value is (165,140,255). Sum of RGB (Red+Green+Blue) = 165+140+255=560 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.46% from 560); Green value is 140 (55.08% from 255 or 25% from 560); Blue value is 255 (100% from 255 or 45.54% from 560); Max value from RGB is 255 - color contains mainly: blue. Hex color #A58CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CFF is #5A7300. Grayscale: #A0A0A0. Windows color (decimal): -5927681 or 16747685. OLE color: 16747685.
HSL color Cylindrical-coordinate representation of color #A58CFF: hue angle of 253.04º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A58CFF is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 140 | 255 | - |
| CMYK | 0.35 | 0.45 | 0 | 0 |
| HSL | 253.04º | 1% | 0.77% | - |
| HSV(B) | 253.04º | 0.45% | 1% | - |
| XYZ | 42.95 | 33.98 | 98.9 | - |
| YUV | 160.59 | 181.28 | 131.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 255 | 0.35 | 0.45 | 0 | 0 | 253.04 | 1 | 0.77 |
| Hex | A5 | 8C | FF | 23 | 2D | 0 | 0 | FD | 64 | 4D |
| Octal | 245 | 214 | 377 | 43 | 55 | 0 | 0 | 375 | 144 | 115 |
| Binary | 10100101 | 10001100 | 11111111 | 100011 | 101101 | 0 | 0 | 11111101 | 1100100 | 1001101 |
Color Harmonies of #A58CFF
Complementary color
Monochromatic Colors of #A58CFF
Black with #A58CFF
Text Example
Text Example
White with #A58CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CFF; }
p { color: rgb(165,140,255); }
H1.HeaderClassName
{
color: #A58CFF;
}
.AnyTagClassName
{
color: #A58CFF;
}
</style>
background-color css
<style>
a { background-color: #A58CFF; }
a { background-color: rgb(165,140,255); }
div.DivClassName
{
background-color: #A58CFF;
}
.BgClassName
{
background-color: #A58CFF;
}
</style>
border-color css
<style>
span { border-color: #A58CFF; }
span { border-color: rgb(165,140,255); }
td.TdClassName
{
border-color: #A58CFF;
}
.TagClassName
{
border-color: #A58CFF;
}
</style>