Shades of Light Slate Blue #A28CFC
Tints of Light Slate Blue #A28CFC
RGB
CMYK
RGB Variations
Color information
#A28CFC (or 0xA28CFC) is known color: Light Slate Blue. HEX triplet: A2, 8C and FC. RGB value is (162,140,252). Sum of RGB (Red+Green+Blue) = 162+140+252=554 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.24% from 554); Green value is 140 (55.08% from 255 or 25.27% from 554); Blue value is 252 (98.83% from 255 or 45.49% from 554); Max value from RGB is 252 - color contains mainly: blue. Hex color #A28CFC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A28CFC is #5D7303. Grayscale: #9E9E9E. Windows color (decimal): -6124292 or 16551074. OLE color: 16551074.
HSL color Cylindrical-coordinate representation of color #A28CFC: hue angle of 251.79º degrees, saturation: 0.95, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #A28CFC is Cyan = 0.36, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 140 | 252 | - |
| CMYK | 0.36 | 0.44 | 0 | 0.01 |
| HSL | 251.79º | 0.95% | 0.77% | - |
| HSV(B) | 251.79º | 0.44% | 0.99% | - |
| XYZ | 41.85 | 33.47 | 96.35 | - |
| YUV | 159.35 | 180.29 | 129.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 140 | 252 | 0.36 | 0.44 | 0 | 0.01 | 251.79 | 0.95 | 0.77 |
| Hex | A2 | 8C | FC | 24 | 2C | 0 | 1 | FC | 5F | 4D |
| Octal | 242 | 214 | 374 | 44 | 54 | 0 | 1 | 374 | 137 | 115 |
| Binary | 10100010 | 10001100 | 11111100 | 100100 | 101100 | 0 | 1 | 11111100 | 1011111 | 1001101 |
Color Harmonies of #A28CFC
Complementary color
Monochromatic Colors of #A28CFC
Black with #A28CFC
Text Example
Text Example
White with #A28CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A28CFC; }
p { color: rgb(162,140,252); }
H1.HeaderClassName
{
color: #A28CFC;
}
.AnyTagClassName
{
color: #A28CFC;
}
</style>
background-color css
<style>
a { background-color: #A28CFC; }
a { background-color: rgb(162,140,252); }
div.DivClassName
{
background-color: #A28CFC;
}
.BgClassName
{
background-color: #A28CFC;
}
</style>
border-color css
<style>
span { border-color: #A28CFC; }
span { border-color: rgb(162,140,252); }
td.TdClassName
{
border-color: #A28CFC;
}
.TagClassName
{
border-color: #A28CFC;
}
</style>