Shades of Light Slate Blue #A588FF
Tints of Light Slate Blue #A588FF
RGB
CMYK
RGB Variations
Color information
#A588FF (or 0xA588FF) is known color: Light Slate Blue. HEX triplet: A5, 88 and FF. RGB value is (165,136,255). Sum of RGB (Red+Green+Blue) = 165+136+255=556 (73% of max value = 765). Red value is 165 (64.84% from 255 or 29.68% from 556); Green value is 136 (53.52% from 255 or 24.46% from 556); Blue value is 255 (100% from 255 or 45.86% from 556); Max value from RGB is 255 - color contains mainly: blue. Hex color #A588FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A588FF is #5A7700. Grayscale: #9D9D9D. Windows color (decimal): -5928705 or 16746661. OLE color: 16746661.
HSL color Cylindrical-coordinate representation of color #A588FF: hue angle of 254.62º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A588FF is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 136 | 255 | - |
| CMYK | 0.35 | 0.47 | 0 | 0 |
| HSL | 254.62º | 1% | 0.77% | - |
| HSV(B) | 254.62º | 0.47% | 1% | - |
| XYZ | 42.37 | 32.83 | 98.71 | - |
| YUV | 158.24 | 182.61 | 132.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 136 | 255 | 0.35 | 0.47 | 0 | 0 | 254.62 | 1 | 0.77 |
| Hex | A5 | 88 | FF | 23 | 2F | 0 | 0 | FF | 64 | 4D |
| Octal | 245 | 210 | 377 | 43 | 57 | 0 | 0 | 377 | 144 | 115 |
| Binary | 10100101 | 10001000 | 11111111 | 100011 | 101111 | 0 | 0 | 11111111 | 1100100 | 1001101 |
Color Harmonies of #A588FF
Complementary color
Monochromatic Colors of #A588FF
Black with #A588FF
Text Example
Text Example
White with #A588FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A588FF; }
p { color: rgb(165,136,255); }
H1.HeaderClassName
{
color: #A588FF;
}
.AnyTagClassName
{
color: #A588FF;
}
</style>
background-color css
<style>
a { background-color: #A588FF; }
a { background-color: rgb(165,136,255); }
div.DivClassName
{
background-color: #A588FF;
}
.BgClassName
{
background-color: #A588FF;
}
</style>
border-color css
<style>
span { border-color: #A588FF; }
span { border-color: rgb(165,136,255); }
td.TdClassName
{
border-color: #A588FF;
}
.TagClassName
{
border-color: #A588FF;
}
</style>