Shades of Light Slate Blue #A28BFC
Tints of Light Slate Blue #A28BFC
RGB
CMYK
RGB Variations
Color information
#A28BFC (or 0xA28BFC) is known color: Light Slate Blue. HEX triplet: A2, 8B and FC. RGB value is (162,139,252). Sum of RGB (Red+Green+Blue) = 162+139+252=553 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.29% from 553); Green value is 139 (54.69% from 255 or 25.14% from 553); Blue value is 252 (98.83% from 255 or 45.57% from 553); Max value from RGB is 252 - color contains mainly: blue. Hex color #A28BFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFC is #5D7403. Grayscale: #9E9E9E. Windows color (decimal): -6124548 or 16550818. OLE color: 16550818.
HSL color Cylindrical-coordinate representation of color #A28BFC: hue angle of 252.21º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28BFC is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 139 | 252 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.01 |
| HSL | 252.21º | 0.95% | 0.77% | - |
| HSV(B) | 252.21º | 0.45% | 0.99% | - |
| XYZ | 41.7 | 33.17 | 96.3 | - |
| YUV | 158.76 | 180.62 | 130.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 252 | 0.36 | 0.45 | 0 | 0.01 | 252.21 | 0.95 | 0.77 |
| Hex | A2 | 8B | FC | 24 | 2D | 0 | 1 | FC | 5F | 4D |
| Octal | 242 | 213 | 374 | 44 | 55 | 0 | 1 | 374 | 137 | 115 |
| Binary | 10100010 | 10001011 | 11111100 | 100100 | 101101 | 0 | 1 | 11111100 | 1011111 | 1001101 |
Color Harmonies of #A28BFC
Complementary color
Monochromatic Colors of #A28BFC
Black with #A28BFC
Text Example
Text Example
White with #A28BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BFC; }
p { color: rgb(162,139,252); }
H1.HeaderClassName
{
color: #A28BFC;
}
.AnyTagClassName
{
color: #A28BFC;
}
</style>
background-color css
<style>
a { background-color: #A28BFC; }
a { background-color: rgb(162,139,252); }
div.DivClassName
{
background-color: #A28BFC;
}
.BgClassName
{
background-color: #A28BFC;
}
</style>
border-color css
<style>
span { border-color: #A28BFC; }
span { border-color: rgb(162,139,252); }
td.TdClassName
{
border-color: #A28BFC;
}
.TagClassName
{
border-color: #A28BFC;
}
</style>