Shades of Light Slate Blue #A677FE
Tints of Light Slate Blue #A677FE
RGB
CMYK
RGB Variations
Color information
#A677FE (or 0xA677FE) is known color: Light Slate Blue. HEX triplet: A6, 77 and FE. RGB value is (166,119,254). Sum of RGB (Red+Green+Blue) = 166+119+254=539 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.80% from 539); Green value is 119 (46.88% from 255 or 22.08% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A677FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677FE is #598801. Grayscale: #939393. Windows color (decimal): -5867522 or 16676774. OLE color: 16676774.
HSL color Cylindrical-coordinate representation of color #A677FE: hue angle of 260.89º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A677FE is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 166 | 119 | 254 | - |
| CMYK | 0.35 | 0.53 | 0 | 0.00 |
| HSL | 260.89º | 0.99% | 0.73% | - |
| HSV(B) | 260.89º | 0.53% | 1% | - |
| XYZ | 40.21 | 28.46 | 97.14 | - |
| YUV | 148.44 | 187.57 | 140.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 254 | 0.35 | 0.53 | 0 | 0.00 | 260.89 | 0.99 | 0.73 |
| Hex | A6 | 77 | FE | 23 | 35 | 0 | 0 | 105 | 63 | 49 |
| Octal | 246 | 167 | 376 | 43 | 65 | 0 | 0 | 405 | 143 | 111 |
| Binary | 10100110 | 1110111 | 11111110 | 100011 | 110101 | 0 | 0 | 100000101 | 1100011 | 1001001 |
Color Harmonies of #A677FE
Complementary color
Monochromatic Colors of #A677FE
Black with #A677FE
Text Example
Text Example
White with #A677FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677FE; }
p { color: rgb(166,119,254); }
H1.HeaderClassName
{
color: #A677FE;
}
.AnyTagClassName
{
color: #A677FE;
}
</style>
background-color css
<style>
a { background-color: #A677FE; }
a { background-color: rgb(166,119,254); }
div.DivClassName
{
background-color: #A677FE;
}
.BgClassName
{
background-color: #A677FE;
}
</style>
border-color css
<style>
span { border-color: #A677FE; }
span { border-color: rgb(166,119,254); }
td.TdClassName
{
border-color: #A677FE;
}
.TagClassName
{
border-color: #A677FE;
}
</style>