Shades of Light Slate Blue #A284FB
Tints of Light Slate Blue #A284FB
RGB
CMYK
RGB Variations
Color information
#A284FB (or 0xA284FB) is known color: Light Slate Blue. HEX triplet: A2, 84 and FB. RGB value is (162,132,251). Sum of RGB (Red+Green+Blue) = 162+132+251=545 (72% of max value = 765). Red value is 162 (63.67% from 255 or 29.72% from 545); Green value is 132 (51.95% from 255 or 24.22% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A284FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A284FB is #5D7B04. Grayscale: #9A9A9A. Windows color (decimal): -6126341 or 16483490. OLE color: 16483490.
HSL color Cylindrical-coordinate representation of color #A284FB: hue angle of 255.13º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A284FB is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 132 | 251 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 255.13º | 0.94% | 0.75% | - |
| HSV(B) | 255.13º | 0.47% | 0.98% | - |
| XYZ | 40.56 | 31.15 | 95.14 | - |
| YUV | 154.54 | 182.44 | 133.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 132 | 251 | 0.35 | 0.47 | 0 | 0.02 | 255.13 | 0.94 | 0.75 |
| Hex | A2 | 84 | FB | 23 | 2F | 0 | 2 | FF | 5E | 4B |
| Octal | 242 | 204 | 373 | 43 | 57 | 0 | 2 | 377 | 136 | 113 |
| Binary | 10100010 | 10000100 | 11111011 | 100011 | 101111 | 0 | 10 | 11111111 | 1011110 | 1001011 |
Color Harmonies of #A284FB
Complementary color
Monochromatic Colors of #A284FB
Black with #A284FB
Text Example
Text Example
White with #A284FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A284FB; }
p { color: rgb(162,132,251); }
H1.HeaderClassName
{
color: #A284FB;
}
.AnyTagClassName
{
color: #A284FB;
}
</style>
background-color css
<style>
a { background-color: #A284FB; }
a { background-color: rgb(162,132,251); }
div.DivClassName
{
background-color: #A284FB;
}
.BgClassName
{
background-color: #A284FB;
}
</style>
border-color css
<style>
span { border-color: #A284FB; }
span { border-color: rgb(162,132,251); }
td.TdClassName
{
border-color: #A284FB;
}
.TagClassName
{
border-color: #A284FB;
}
</style>