Shades of Light Slate Blue #A58CFC
Tints of Light Slate Blue #A58CFC
RGB
CMYK
RGB Variations
Color information
#A58CFC (or 0xA58CFC) is known color: Light Slate Blue. HEX triplet: A5, 8C and FC. RGB value is (165,140,252). Sum of RGB (Red+Green+Blue) = 165+140+252=557 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.62% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A58CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58CFC is #5A7303. Grayscale: #9F9F9F. Windows color (decimal): -5927684 or 16551077. OLE color: 16551077.
HSL color Cylindrical-coordinate representation of color #A58CFC: hue angle of 253.39º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A58CFC is Cyan = 0.35, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 140 | 252 | - |
| CMYK | 0.35 | 0.44 | 0 | 0.01 |
| HSL | 253.39º | 0.95% | 0.77% | - |
| HSV(B) | 253.39º | 0.44% | 0.99% | - |
| XYZ | 42.47 | 33.78 | 96.38 | - |
| YUV | 160.24 | 179.78 | 131.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 140 | 252 | 0.35 | 0.44 | 0 | 0.01 | 253.39 | 0.95 | 0.77 |
| Hex | A5 | 8C | FC | 23 | 2C | 0 | 1 | FD | 5F | 4D |
| Octal | 245 | 214 | 374 | 43 | 54 | 0 | 1 | 375 | 137 | 115 |
| Binary | 10100101 | 10001100 | 11111100 | 100011 | 101100 | 0 | 1 | 11111101 | 1011111 | 1001101 |
Color Harmonies of #A58CFC
Complementary color
Monochromatic Colors of #A58CFC
Black with #A58CFC
Text Example
Text Example
White with #A58CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58CFC; }
p { color: rgb(165,140,252); }
H1.HeaderClassName
{
color: #A58CFC;
}
.AnyTagClassName
{
color: #A58CFC;
}
</style>
background-color css
<style>
a { background-color: #A58CFC; }
a { background-color: rgb(165,140,252); }
div.DivClassName
{
background-color: #A58CFC;
}
.BgClassName
{
background-color: #A58CFC;
}
</style>
border-color css
<style>
span { border-color: #A58CFC; }
span { border-color: rgb(165,140,252); }
td.TdClassName
{
border-color: #A58CFC;
}
.TagClassName
{
border-color: #A58CFC;
}
</style>