Shades of Light Slate Blue #A28FFB
Tints of Light Slate Blue #A28FFB
RGB
CMYK
RGB Variations
Color information
#A28FFB (or 0xA28FFB) is known color: Light Slate Blue. HEX triplet: A2, 8F and FB. RGB value is (162,143,251). Sum of RGB (Red+Green+Blue) = 162+143+251=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 143 (56.25% from 255 or 25.72% from 556); Blue value is 251 (98.44% from 255 or 45.14% from 556); Max value from RGB is 251 - color contains mainly: blue. Hex color #A28FFB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28FFB is #5D7004. Grayscale: #A0A0A0. Windows color (decimal): -6123525 or 16486306. OLE color: 16486306.
HSL color Cylindrical-coordinate representation of color #A28FFB: hue angle of 250.56º degrees, saturation: 0.93, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A28FFB is Cyan = 0.35, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 143 | 251 | - |
| CMYK | 0.35 | 0.43 | 0 | 0.02 |
| HSL | 250.56º | 0.93% | 0.77% | - |
| HSV(B) | 250.56º | 0.43% | 0.98% | - |
| XYZ | 42.14 | 34.29 | 95.66 | - |
| YUV | 160.99 | 178.79 | 128.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 143 | 251 | 0.35 | 0.43 | 0 | 0.02 | 250.56 | 0.93 | 0.77 |
| Hex | A2 | 8F | FB | 23 | 2B | 0 | 2 | FB | 5D | 4D |
| Octal | 242 | 217 | 373 | 43 | 53 | 0 | 2 | 373 | 135 | 115 |
| Binary | 10100010 | 10001111 | 11111011 | 100011 | 101011 | 0 | 10 | 11111011 | 1011101 | 1001101 |
Color Harmonies of #A28FFB
Complementary color
Monochromatic Colors of #A28FFB
Black with #A28FFB
Text Example
Text Example
White with #A28FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28FFB; }
p { color: rgb(162,143,251); }
H1.HeaderClassName
{
color: #A28FFB;
}
.AnyTagClassName
{
color: #A28FFB;
}
</style>
background-color css
<style>
a { background-color: #A28FFB; }
a { background-color: rgb(162,143,251); }
div.DivClassName
{
background-color: #A28FFB;
}
.BgClassName
{
background-color: #A28FFB;
}
</style>
border-color css
<style>
span { border-color: #A28FFB; }
span { border-color: rgb(162,143,251); }
td.TdClassName
{
border-color: #A28FFB;
}
.TagClassName
{
border-color: #A28FFB;
}
</style>