Shades of Light Slate Blue #A28EFE
Tints of Light Slate Blue #A28EFE
RGB
CMYK
RGB Variations
Color information
#A28EFE (or 0xA28EFE) is known color: Light Slate Blue. HEX triplet: A2, 8E and FE. RGB value is (162,142,254). Sum of RGB (Red+Green+Blue) = 162+142+254=558 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.03% from 558); Green value is 142 (55.86% from 255 or 25.45% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A28EFE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EFE is #5D7101. Grayscale: #A0A0A0. Windows color (decimal): -6123778 or 16682658. OLE color: 16682658.
HSL color Cylindrical-coordinate representation of color #A28EFE: hue angle of 250.71º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28EFE is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 142 | 254 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.00 |
| HSL | 250.71º | 0.98% | 0.78% | - |
| HSV(B) | 250.71º | 0.44% | 1% | - |
| XYZ | 42.46 | 34.18 | 98.13 | - |
| YUV | 160.75 | 180.63 | 128.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 254 | 0.36 | 0.44 | 0 | 0.00 | 250.71 | 0.98 | 0.78 |
| Hex | A2 | 8E | FE | 24 | 2C | 0 | 0 | FB | 62 | 4E |
| Octal | 242 | 216 | 376 | 44 | 54 | 0 | 0 | 373 | 142 | 116 |
| Binary | 10100010 | 10001110 | 11111110 | 100100 | 101100 | 0 | 0 | 11111011 | 1100010 | 1001110 |
Color Harmonies of #A28EFE
Complementary color
Monochromatic Colors of #A28EFE
Black with #A28EFE
Text Example
Text Example
White with #A28EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EFE; }
p { color: rgb(162,142,254); }
H1.HeaderClassName
{
color: #A28EFE;
}
.AnyTagClassName
{
color: #A28EFE;
}
</style>
background-color css
<style>
a { background-color: #A28EFE; }
a { background-color: rgb(162,142,254); }
div.DivClassName
{
background-color: #A28EFE;
}
.BgClassName
{
background-color: #A28EFE;
}
</style>
border-color css
<style>
span { border-color: #A28EFE; }
span { border-color: rgb(162,142,254); }
td.TdClassName
{
border-color: #A28EFE;
}
.TagClassName
{
border-color: #A28EFE;
}
</style>