Shades of Light Slate Blue #A87AFE
Tints of Light Slate Blue #A87AFE
RGB
CMYK
RGB Variations
Color information
#A87AFE (or 0xA87AFE) is known color: Light Slate Blue. HEX triplet: A8, 7A and FE. RGB value is (168,122,254). Sum of RGB (Red+Green+Blue) = 168+122+254=544 (72% of max value = 765). Red value is 168 (66.02% from 255 or 30.88% from 544); Green value is 122 (48.05% from 255 or 22.43% from 544); Blue value is 254 (99.61% from 255 or 46.69% from 544); Max value from RGB is 254 - color contains mainly: blue. Hex color #A87AFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A87AFE is #578501. Grayscale: #969696. Windows color (decimal): -5735682 or 16677544. OLE color: 16677544.
HSL color Cylindrical-coordinate representation of color #A87AFE: hue angle of 260.91º degrees, saturation: 0.99, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #A87AFE is Cyan = 0.34, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 168 | 122 | 254 | - |
| CMYK | 0.34 | 0.52 | 0 | 0.00 |
| HSL | 260.91º | 0.99% | 0.74% | - |
| HSV(B) | 260.91º | 0.52% | 1% | - |
| XYZ | 41 | 29.4 | 97.28 | - |
| YUV | 150.8 | 186.24 | 140.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 168 | 122 | 254 | 0.34 | 0.52 | 0 | 0.00 | 260.91 | 0.99 | 0.74 |
| Hex | A8 | 7A | FE | 22 | 34 | 0 | 0 | 105 | 63 | 4A |
| Octal | 250 | 172 | 376 | 42 | 64 | 0 | 0 | 405 | 143 | 112 |
| Binary | 10101000 | 1111010 | 11111110 | 100010 | 110100 | 0 | 0 | 100000101 | 1100011 | 1001010 |
Color Harmonies of #A87AFE
Complementary color
Monochromatic Colors of #A87AFE
Black with #A87AFE
Text Example
Text Example
White with #A87AFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A87AFE; }
p { color: rgb(168,122,254); }
H1.HeaderClassName
{
color: #A87AFE;
}
.AnyTagClassName
{
color: #A87AFE;
}
</style>
background-color css
<style>
a { background-color: #A87AFE; }
a { background-color: rgb(168,122,254); }
div.DivClassName
{
background-color: #A87AFE;
}
.BgClassName
{
background-color: #A87AFE;
}
</style>
border-color css
<style>
span { border-color: #A87AFE; }
span { border-color: rgb(168,122,254); }
td.TdClassName
{
border-color: #A87AFE;
}
.TagClassName
{
border-color: #A87AFE;
}
</style>