Shades of Light Slate Blue #A877FF
Tints of Light Slate Blue #A877FF
RGB
CMYK
RGB Variations
Color information
#A877FF (or 0xA877FF) is known color: Light Slate Blue. HEX triplet: A8, 77 and FF. RGB value is (168,119,255). Sum of RGB (Red+Green+Blue) = 168+119+255=542 (71% of max value = 765). Red value is 168 (66.02% from 255 or 31.00% from 542); Green value is 119 (46.88% from 255 or 21.96% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A877FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A877FF is #578800. Grayscale: #949494. Windows color (decimal): -5736449 or 16742312. OLE color: 16742312.
HSL color Cylindrical-coordinate representation of color #A877FF: hue angle of 261.62º 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 #A877FF is Cyan = 0.34, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 119 | 255 | - |
| CMYK | 0.34 | 0.53 | 0 | 0 |
| HSL | 261.62º | 1% | 0.73% | - |
| HSV(B) | 261.62º | 0.53% | 1% | - |
| XYZ | 40.8 | 28.74 | 98 | - |
| YUV | 149.16 | 187.73 | 141.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 119 | 255 | 0.34 | 0.53 | 0 | 0 | 261.62 | 1 | 0.73 |
| Hex | A8 | 77 | FF | 22 | 35 | 0 | 0 | 106 | 64 | 49 |
| Octal | 250 | 167 | 377 | 42 | 65 | 0 | 0 | 406 | 144 | 111 |
| Binary | 10101000 | 1110111 | 11111111 | 100010 | 110101 | 0 | 0 | 100000110 | 1100100 | 1001001 |
Color Harmonies of #A877FF
Complementary color
Monochromatic Colors of #A877FF
Black with #A877FF
Text Example
Text Example
White with #A877FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A877FF; }
p { color: rgb(168,119,255); }
H1.HeaderClassName
{
color: #A877FF;
}
.AnyTagClassName
{
color: #A877FF;
}
</style>
background-color css
<style>
a { background-color: #A877FF; }
a { background-color: rgb(168,119,255); }
div.DivClassName
{
background-color: #A877FF;
}
.BgClassName
{
background-color: #A877FF;
}
</style>
border-color css
<style>
span { border-color: #A877FF; }
span { border-color: rgb(168,119,255); }
td.TdClassName
{
border-color: #A877FF;
}
.TagClassName
{
border-color: #A877FF;
}
</style>