Shades of Light Slate Blue #A28CFF
Tints of Light Slate Blue #A28CFF
RGB
CMYK
RGB Variations
Color information
#A28CFF (or 0xA28CFF) is known color: Light Slate Blue. HEX triplet: A2, 8C and FF. RGB value is (162,140,255). Sum of RGB (Red+Green+Blue) = 162+140+255=557 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.08% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 255 (100% from 255 or 45.78% from 557); Max value from RGB is 255 - color contains mainly: blue. Hex color #A28CFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CFF is #5D7300. Grayscale: #9F9F9F. Windows color (decimal): -6124289 or 16747682. OLE color: 16747682.
HSL color Cylindrical-coordinate representation of color #A28CFF: hue angle of 251.48º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A28CFF is Cyan = 0.36, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 140 | 255 | - |
| CMYK | 0.36 | 0.45 | 0 | 0 |
| HSL | 251.48º | 1% | 0.77% | - |
| HSV(B) | 251.48º | 0.45% | 1% | - |
| XYZ | 42.33 | 33.66 | 98.87 | - |
| YUV | 159.69 | 181.79 | 129.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 255 | 0.36 | 0.45 | 0 | 0 | 251.48 | 1 | 0.77 |
| Hex | A2 | 8C | FF | 24 | 2D | 0 | 0 | FB | 64 | 4D |
| Octal | 242 | 214 | 377 | 44 | 55 | 0 | 0 | 373 | 144 | 115 |
| Binary | 10100010 | 10001100 | 11111111 | 100100 | 101101 | 0 | 0 | 11111011 | 1100100 | 1001101 |
Color Harmonies of #A28CFF
Complementary color
Monochromatic Colors of #A28CFF
Black with #A28CFF
Text Example
Text Example
White with #A28CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CFF; }
p { color: rgb(162,140,255); }
H1.HeaderClassName
{
color: #A28CFF;
}
.AnyTagClassName
{
color: #A28CFF;
}
</style>
background-color css
<style>
a { background-color: #A28CFF; }
a { background-color: rgb(162,140,255); }
div.DivClassName
{
background-color: #A28CFF;
}
.BgClassName
{
background-color: #A28CFF;
}
</style>
border-color css
<style>
span { border-color: #A28CFF; }
span { border-color: rgb(162,140,255); }
td.TdClassName
{
border-color: #A28CFF;
}
.TagClassName
{
border-color: #A28CFF;
}
</style>