Shades of Light Slate Blue #A58FFD
Tints of Light Slate Blue #A58FFD
RGB
CMYK
RGB Variations
Color information
#A58FFD (or 0xA58FFD) is known color: Light Slate Blue. HEX triplet: A5, 8F and FD. RGB value is (165,143,253). Sum of RGB (Red+Green+Blue) = 165+143+253=561 (74% of max value = 765). Red value is 165 (64.84% from 255 or 29.41% from 561); Green value is 143 (56.25% from 255 or 25.49% from 561); Blue value is 253 (99.22% from 255 or 45.10% from 561); Max value from RGB is 253 - color contains mainly: blue. Hex color #A58FFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A58FFD is #5A7002. Grayscale: #A1A1A1. Windows color (decimal): -5926915 or 16617381. OLE color: 16617381.
HSL color Cylindrical-coordinate representation of color #A58FFD: hue angle of 252º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A58FFD is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 143 | 253 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.01 |
| HSL | 252º | 0.96% | 0.78% | - |
| HSV(B) | 252º | 0.43% | 0.99% | - |
| XYZ | 43.07 | 34.74 | 97.36 | - |
| YUV | 162.12 | 179.29 | 130.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 143 | 253 | 0.35 | 0.43 | 0 | 0.01 | 252 | 0.96 | 0.78 |
| Hex | A5 | 8F | FD | 23 | 2B | 0 | 1 | FC | 60 | 4E |
| Octal | 245 | 217 | 375 | 43 | 53 | 0 | 1 | 374 | 140 | 116 |
| Binary | 10100101 | 10001111 | 11111101 | 100011 | 101011 | 0 | 1 | 11111100 | 1100000 | 1001110 |
Color Harmonies of #A58FFD
Complementary color
Monochromatic Colors of #A58FFD
Black with #A58FFD
Text Example
Text Example
White with #A58FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A58FFD; }
p { color: rgb(165,143,253); }
H1.HeaderClassName
{
color: #A58FFD;
}
.AnyTagClassName
{
color: #A58FFD;
}
</style>
background-color css
<style>
a { background-color: #A58FFD; }
a { background-color: rgb(165,143,253); }
div.DivClassName
{
background-color: #A58FFD;
}
.BgClassName
{
background-color: #A58FFD;
}
</style>
border-color css
<style>
span { border-color: #A58FFD; }
span { border-color: rgb(165,143,253); }
td.TdClassName
{
border-color: #A58FFD;
}
.TagClassName
{
border-color: #A58FFD;
}
</style>