Shades of Light Slate Blue #A28BFD
Tints of Light Slate Blue #A28BFD
RGB
CMYK
RGB Variations
Color information
#A28BFD (or 0xA28BFD) is known color: Light Slate Blue. HEX triplet: A2, 8B and FD. RGB value is (162,139,253). Sum of RGB (Red+Green+Blue) = 162+139+253=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 139 (54.69% from 255 or 25.09% from 554); Blue value is 253 (99.22% from 255 or 45.67% from 554); Max value from RGB is 253 - color contains mainly: blue. Hex color #A28BFD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28BFD is #5D7402. Grayscale: #9E9E9E. Windows color (decimal): -6124547 or 16616354. OLE color: 16616354.
HSL color Cylindrical-coordinate representation of color #A28BFD: hue angle of 252.11º degrees, saturation: 0.97, 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 #A28BFD is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 139 | 253 | - |
| CMYK | 0.36 | 0.45 | 0 | 0.01 |
| HSL | 252.11º | 0.97% | 0.77% | - |
| HSV(B) | 252.11º | 0.45% | 0.99% | - |
| XYZ | 41.86 | 33.24 | 97.14 | - |
| YUV | 158.87 | 181.12 | 130.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 139 | 253 | 0.36 | 0.45 | 0 | 0.01 | 252.11 | 0.97 | 0.77 |
| Hex | A2 | 8B | FD | 24 | 2D | 0 | 1 | FC | 61 | 4D |
| Octal | 242 | 213 | 375 | 44 | 55 | 0 | 1 | 374 | 141 | 115 |
| Binary | 10100010 | 10001011 | 11111101 | 100100 | 101101 | 0 | 1 | 11111100 | 1100001 | 1001101 |
Color Harmonies of #A28BFD
Complementary color
Monochromatic Colors of #A28BFD
Black with #A28BFD
Text Example
Text Example
White with #A28BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28BFD; }
p { color: rgb(162,139,253); }
H1.HeaderClassName
{
color: #A28BFD;
}
.AnyTagClassName
{
color: #A28BFD;
}
</style>
background-color css
<style>
a { background-color: #A28BFD; }
a { background-color: rgb(162,139,253); }
div.DivClassName
{
background-color: #A28BFD;
}
.BgClassName
{
background-color: #A28BFD;
}
</style>
border-color css
<style>
span { border-color: #A28BFD; }
span { border-color: rgb(162,139,253); }
td.TdClassName
{
border-color: #A28BFD;
}
.TagClassName
{
border-color: #A28BFD;
}
</style>