Shades of Light Slate Blue #A677FF
Tints of Light Slate Blue #A677FF
RGB
CMYK
RGB Variations
Color information
#A677FF (or 0xA677FF) is known color: Light Slate Blue. HEX triplet: A6, 77 and FF. RGB value is (166,119,255). Sum of RGB (Red+Green+Blue) = 166+119+255=540 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.74% from 540); Green value is 119 (46.88% from 255 or 22.04% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A677FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A677FF is #598800. Grayscale: #949494. Windows color (decimal): -5867521 or 16742310. OLE color: 16742310.
HSL color Cylindrical-coordinate representation of color #A677FF: hue angle of 260.74º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A677FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 119 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 260.74º | 1% | 0.73% | - |
| HSV(B) | 260.74º | 0.53% | 1% | - |
| XYZ | 40.37 | 28.52 | 97.98 | - |
| YUV | 148.56 | 188.07 | 140.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 119 | 255 | 0.35 | 0.53 | 0 | 0 | 260.74 | 1 | 0.73 |
| Hex | A6 | 77 | FF | 23 | 35 | 0 | 0 | 105 | 64 | 49 |
| Octal | 246 | 167 | 377 | 43 | 65 | 0 | 0 | 405 | 144 | 111 |
| Binary | 10100110 | 1110111 | 11111111 | 100011 | 110101 | 0 | 0 | 100000101 | 1100100 | 1001001 |
Color Harmonies of #A677FF
Complementary color
Monochromatic Colors of #A677FF
Black with #A677FF
Text Example
Text Example
White with #A677FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A677FF; }
p { color: rgb(166,119,255); }
H1.HeaderClassName
{
color: #A677FF;
}
.AnyTagClassName
{
color: #A677FF;
}
</style>
background-color css
<style>
a { background-color: #A677FF; }
a { background-color: rgb(166,119,255); }
div.DivClassName
{
background-color: #A677FF;
}
.BgClassName
{
background-color: #A677FF;
}
</style>
border-color css
<style>
span { border-color: #A677FF; }
span { border-color: rgb(166,119,255); }
td.TdClassName
{
border-color: #A677FF;
}
.TagClassName
{
border-color: #A677FF;
}
</style>