Shades of Light Slate Blue #A57EFF
Tints of Light Slate Blue #A57EFF
RGB
CMYK
RGB Variations
Color information
#A57EFF (or 0xA57EFF) is known color: Light Slate Blue. HEX triplet: A5, 7E and FF. RGB value is (165,126,255). Sum of RGB (Red+Green+Blue) = 165+126+255=546 (72% of max value = 765). Red value is 165 (64.84% from 255 or 30.22% from 546); Green value is 126 (49.61% from 255 or 23.08% from 546); Blue value is 255 (100% from 255 or 46.70% from 546); Max value from RGB is 255 - color contains mainly: blue. Hex color #A57EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A57EFF is #5A8100. Grayscale: #979797. Windows color (decimal): -5931265 or 16744101. OLE color: 16744101.
HSL color Cylindrical-coordinate representation of color #A57EFF: hue angle of 258.14º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A57EFF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 165 | 126 | 255 | - |
| CMYK | 0.35 | 0.51 | 0 | 0 |
| HSL | 258.14º | 1% | 0.75% | - |
| HSV(B) | 258.14º | 0.51% | 1% | - |
| XYZ | 41.03 | 30.14 | 98.26 | - |
| YUV | 152.37 | 185.92 | 137.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 165 | 126 | 255 | 0.35 | 0.51 | 0 | 0 | 258.14 | 1 | 0.75 |
| Hex | A5 | 7E | FF | 23 | 33 | 0 | 0 | 102 | 64 | 4B |
| Octal | 245 | 176 | 377 | 43 | 63 | 0 | 0 | 402 | 144 | 113 |
| Binary | 10100101 | 1111110 | 11111111 | 100011 | 110011 | 0 | 0 | 100000010 | 1100100 | 1001011 |
Color Harmonies of #A57EFF
Complementary color
Monochromatic Colors of #A57EFF
Black with #A57EFF
Text Example
Text Example
White with #A57EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A57EFF; }
p { color: rgb(165,126,255); }
H1.HeaderClassName
{
color: #A57EFF;
}
.AnyTagClassName
{
color: #A57EFF;
}
</style>
background-color css
<style>
a { background-color: #A57EFF; }
a { background-color: rgb(165,126,255); }
div.DivClassName
{
background-color: #A57EFF;
}
.BgClassName
{
background-color: #A57EFF;
}
</style>
border-color css
<style>
span { border-color: #A57EFF; }
span { border-color: rgb(165,126,255); }
td.TdClassName
{
border-color: #A57EFF;
}
.TagClassName
{
border-color: #A57EFF;
}
</style>