Shades of Light Slate Blue #A28EFC
Tints of Light Slate Blue #A28EFC
RGB
CMYK
RGB Variations
Color information
#A28EFC (or 0xA28EFC) is known color: Light Slate Blue. HEX triplet: A2, 8E and FC. RGB value is (162,142,252). Sum of RGB (Red+Green+Blue) = 162+142+252=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 142 (55.86% from 255 or 25.54% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #A28EFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28EFC is #5D7103. Grayscale: #A0A0A0. Windows color (decimal): -6123780 or 16551586. OLE color: 16551586.
HSL color Cylindrical-coordinate representation of color #A28EFC: hue angle of 250.91º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28EFC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 142 | 252 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.01 |
| HSL | 250.91º | 0.95% | 0.77% | - |
| HSV(B) | 250.91º | 0.44% | 0.99% | - |
| XYZ | 42.14 | 34.06 | 96.45 | - |
| YUV | 160.52 | 179.63 | 129.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 142 | 252 | 0.36 | 0.44 | 0 | 0.01 | 250.91 | 0.95 | 0.77 |
| Hex | A2 | 8E | FC | 24 | 2C | 0 | 1 | FB | 5F | 4D |
| Octal | 242 | 216 | 374 | 44 | 54 | 0 | 1 | 373 | 137 | 115 |
| Binary | 10100010 | 10001110 | 11111100 | 100100 | 101100 | 0 | 1 | 11111011 | 1011111 | 1001101 |
Color Harmonies of #A28EFC
Complementary color
Monochromatic Colors of #A28EFC
Black with #A28EFC
Text Example
Text Example
White with #A28EFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28EFC; }
p { color: rgb(162,142,252); }
H1.HeaderClassName
{
color: #A28EFC;
}
.AnyTagClassName
{
color: #A28EFC;
}
</style>
background-color css
<style>
a { background-color: #A28EFC; }
a { background-color: rgb(162,142,252); }
div.DivClassName
{
background-color: #A28EFC;
}
.BgClassName
{
background-color: #A28EFC;
}
</style>
border-color css
<style>
span { border-color: #A28EFC; }
span { border-color: rgb(162,142,252); }
td.TdClassName
{
border-color: #A28EFC;
}
.TagClassName
{
border-color: #A28EFC;
}
</style>