Shades of Light Slate Blue #A57CFC
Tints of Light Slate Blue #A57CFC
RGB
CMYK
RGB Variations
Color information
#A57CFC (or 0xA57CFC) is known color: Light Slate Blue. HEX triplet: A5, 7C and FC. RGB value is (165,124,252). Sum of RGB (Red+Green+Blue) = 165+124+252=541 (71% of max value = 765). Red value is 165 (64.84% from 255 or 30.50% from 541); Green value is 124 (48.83% from 255 or 22.92% from 541); Blue value is 252 (98.83% from 255 or 46.58% from 541); Max value from RGB is 252 - color contains mainly: blue. Hex color #A57CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57CFC is #5A8303. Grayscale: #969696. Windows color (decimal): -5931780 or 16546981. OLE color: 16546981.
HSL color Cylindrical-coordinate representation of color #A57CFC: hue angle of 259.22º degrees, saturation: 0.96, 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 #A57CFC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 165 | 124 | 252 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.01 |
| HSL | 259.22º | 0.96% | 0.74% | - |
| HSV(B) | 259.22º | 0.51% | 0.99% | - |
| XYZ | 40.3 | 29.44 | 95.65 | - |
| YUV | 150.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 124 | 252 | 0.35 | 0.51 | 0 | 0.01 | 259.22 | 0.96 | 0.74 |
| Hex | A5 | 7C | FC | 23 | 33 | 0 | 1 | 103 | 60 | 4A |
| Octal | 245 | 174 | 374 | 43 | 63 | 0 | 1 | 403 | 140 | 112 |
| Binary | 10100101 | 1111100 | 11111100 | 100011 | 110011 | 0 | 1 | 100000011 | 1100000 | 1001010 |
Color Harmonies of #A57CFC
Complementary color
Monochromatic Colors of #A57CFC
Black with #A57CFC
Text Example
Text Example
White with #A57CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57CFC; }
p { color: rgb(165,124,252); }
H1.HeaderClassName
{
color: #A57CFC;
}
.AnyTagClassName
{
color: #A57CFC;
}
</style>
background-color css
<style>
a { background-color: #A57CFC; }
a { background-color: rgb(165,124,252); }
div.DivClassName
{
background-color: #A57CFC;
}
.BgClassName
{
background-color: #A57CFC;
}
</style>
border-color css
<style>
span { border-color: #A57CFC; }
span { border-color: rgb(165,124,252); }
td.TdClassName
{
border-color: #A57CFC;
}
.TagClassName
{
border-color: #A57CFC;
}
</style>