Shades of Light Slate Blue #A57BFD
Tints of Light Slate Blue #A57BFD
RGB
CMYK
RGB Variations
Color information
#A57BFD (or 0xA57BFD) is known color: Light Slate Blue. HEX triplet: A5, 7B and FD. RGB value is (165,123,253). Sum of RGB (Red+Green+Blue) = 165+123+253=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 123 (48.44% from 255 or 22.74% from 541); Blue value is 253 (99.22% from 255 or 46.77% from 541); Max value from RGB is 253 - color contains mainly: blue. Hex color #A57BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57BFD is #5A8402. Grayscale: #959595. Windows color (decimal): -5932035 or 16612261. OLE color: 16612261.
HSL color Cylindrical-coordinate representation of color #A57BFD: hue angle of 259.38º degrees, saturation: 0.97, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A57BFD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 123 | 253 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.01 |
| HSL | 259.38º | 0.97% | 0.74% | - |
| HSV(B) | 259.38º | 0.51% | 0.99% | - |
| XYZ | 40.33 | 29.26 | 96.45 | - |
| YUV | 150.38 | 185.91 | 138.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 123 | 253 | 0.35 | 0.51 | 0 | 0.01 | 259.38 | 0.97 | 0.74 |
| Hex | A5 | 7B | FD | 23 | 33 | 0 | 1 | 103 | 61 | 4A |
| Octal | 245 | 173 | 375 | 43 | 63 | 0 | 1 | 403 | 141 | 112 |
| Binary | 10100101 | 1111011 | 11111101 | 100011 | 110011 | 0 | 1 | 100000011 | 1100001 | 1001010 |
Color Harmonies of #A57BFD
Complementary color
Monochromatic Colors of #A57BFD
Black with #A57BFD
Text Example
Text Example
White with #A57BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57BFD; }
p { color: rgb(165,123,253); }
H1.HeaderClassName
{
color: #A57BFD;
}
.AnyTagClassName
{
color: #A57BFD;
}
</style>
background-color css
<style>
a { background-color: #A57BFD; }
a { background-color: rgb(165,123,253); }
div.DivClassName
{
background-color: #A57BFD;
}
.BgClassName
{
background-color: #A57BFD;
}
</style>
border-color css
<style>
span { border-color: #A57BFD; }
span { border-color: rgb(165,123,253); }
td.TdClassName
{
border-color: #A57BFD;
}
.TagClassName
{
border-color: #A57BFD;
}
</style>