Shades of Light Slate Blue #A57DFB
Tints of Light Slate Blue #A57DFB
RGB
CMYK
RGB Variations
Color information
#A57DFB (or 0xA57DFB) is known color: Light Slate Blue. HEX triplet: A5, 7D and FB. RGB value is (165,125,251). Sum of RGB (Red+Green+Blue) = 165+125+251=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 125 (49.22% from 255 or 23.11% from 541); Blue value is 251 (98.44% from 255 or 46.40% from 541); Max value from RGB is 251 - color contains mainly: blue. Hex color #A57DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57DFB is #5A8204. Grayscale: #969696. Windows color (decimal): -5931525 or 16481701. OLE color: 16481701.
HSL color Cylindrical-coordinate representation of color #A57DFB: hue angle of 259.05º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A57DFB is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 165 | 125 | 251 | - |
| CMYK | 0.34 | 0.50 | 0 | 0.02 |
| HSL | 259.05º | 0.94% | 0.74% | - |
| HSV(B) | 259.05º | 0.5% | 0.98% | - |
| XYZ | 40.26 | 29.63 | 94.86 | - |
| YUV | 151.32 | 184.25 | 137.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 125 | 251 | 0.34 | 0.50 | 0 | 0.02 | 259.05 | 0.94 | 0.74 |
| Hex | A5 | 7D | FB | 22 | 32 | 0 | 2 | 103 | 5E | 4A |
| Octal | 245 | 175 | 373 | 42 | 62 | 0 | 2 | 403 | 136 | 112 |
| Binary | 10100101 | 1111101 | 11111011 | 100010 | 110010 | 0 | 10 | 100000011 | 1011110 | 1001010 |
Color Harmonies of #A57DFB
Complementary color
Monochromatic Colors of #A57DFB
Black with #A57DFB
Text Example
Text Example
White with #A57DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57DFB; }
p { color: rgb(165,125,251); }
H1.HeaderClassName
{
color: #A57DFB;
}
.AnyTagClassName
{
color: #A57DFB;
}
</style>
background-color css
<style>
a { background-color: #A57DFB; }
a { background-color: rgb(165,125,251); }
div.DivClassName
{
background-color: #A57DFB;
}
.BgClassName
{
background-color: #A57DFB;
}
</style>
border-color css
<style>
span { border-color: #A57DFB; }
span { border-color: rgb(165,125,251); }
td.TdClassName
{
border-color: #A57DFB;
}
.TagClassName
{
border-color: #A57DFB;
}
</style>