Shades of Light Slate Blue #A87FFF
Tints of Light Slate Blue #A87FFF
RGB
CMYK
RGB Variations
Color information
#A87FFF (or 0xA87FFF) is known color: Light Slate Blue. HEX triplet: A8, 7F and FF. RGB value is (168,127,255). Sum of RGB (Red+Green+Blue) = 168+127+255=550 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.55% from 550); Green value is 127 (50% from 255 or 23.09% from 550); Blue value is 255 (100% from 255 or 46.36% from 550); Max value from RGB is 255 - color contains mainly: blue. Hex color #A87FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87FFF is #578000. Grayscale: #999999. Windows color (decimal): -5734401 or 16744360. OLE color: 16744360.
HSL color Cylindrical-coordinate representation of color #A87FFF: hue angle of 259.22º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A87FFF is Cyan = 0.34, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 168 | 127 | 255 | - |
| CMYK | 0.34 | 0.50 | 0 | 0 |
| HSL | 259.22º | 1% | 0.75% | - |
| HSV(B) | 259.22º | 0.5% | 1% | - |
| XYZ | 41.79 | 30.72 | 98.34 | - |
| YUV | 153.85 | 185.08 | 138.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 127 | 255 | 0.34 | 0.50 | 0 | 0 | 259.22 | 1 | 0.75 |
| Hex | A8 | 7F | FF | 22 | 32 | 0 | 0 | 103 | 64 | 4B |
| Octal | 250 | 177 | 377 | 42 | 62 | 0 | 0 | 403 | 144 | 113 |
| Binary | 10101000 | 1111111 | 11111111 | 100010 | 110010 | 0 | 0 | 100000011 | 1100100 | 1001011 |
Color Harmonies of #A87FFF
Complementary color
Monochromatic Colors of #A87FFF
Black with #A87FFF
Text Example
Text Example
White with #A87FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87FFF; }
p { color: rgb(168,127,255); }
H1.HeaderClassName
{
color: #A87FFF;
}
.AnyTagClassName
{
color: #A87FFF;
}
</style>
background-color css
<style>
a { background-color: #A87FFF; }
a { background-color: rgb(168,127,255); }
div.DivClassName
{
background-color: #A87FFF;
}
.BgClassName
{
background-color: #A87FFF;
}
</style>
border-color css
<style>
span { border-color: #A87FFF; }
span { border-color: rgb(168,127,255); }
td.TdClassName
{
border-color: #A87FFF;
}
.TagClassName
{
border-color: #A87FFF;
}
</style>