Shades of Light Slate Blue #A090F8
Tints of Light Slate Blue #A090F8
RGB
CMYK
RGB Variations
Color information
#A090F8 (or 0xA090F8) is known color: Light Slate Blue. HEX triplet: A0, 90 and F8. RGB value is (160,144,248). Sum of RGB (Red+Green+Blue) = 160+144+248=552 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.99% from 552); Green value is 144 (56.64% from 255 or 26.09% from 552); Blue value is 248 (97.27% from 255 or 44.93% from 552); Max value from RGB is 248 - color contains mainly: blue. Hex color #A090F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090F8 is #5F6F07. Grayscale: #A0A0A0. Windows color (decimal): -6254344 or 16289952. OLE color: 16289952.
HSL color Cylindrical-coordinate representation of color #A090F8: hue angle of 249.23º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A090F8 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 144 | 248 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.03 |
| HSL | 249.23º | 0.88% | 0.77% | - |
| HSV(B) | 249.23º | 0.42% | 0.97% | - |
| XYZ | 41.41 | 34.2 | 93.22 | - |
| YUV | 160.64 | 177.3 | 127.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 248 | 0.35 | 0.42 | 0 | 0.03 | 249.23 | 0.88 | 0.77 |
| Hex | A0 | 90 | F8 | 23 | 2A | 0 | 3 | F9 | 58 | 4D |
| Octal | 240 | 220 | 370 | 43 | 52 | 0 | 3 | 371 | 130 | 115 |
| Binary | 10100000 | 10010000 | 11111000 | 100011 | 101010 | 0 | 11 | 11111001 | 1011000 | 1001101 |
Color Harmonies of #A090F8
Complementary color
Monochromatic Colors of #A090F8
Black with #A090F8
Text Example
Text Example
White with #A090F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090F8; }
p { color: rgb(160,144,248); }
H1.HeaderClassName
{
color: #A090F8;
}
.AnyTagClassName
{
color: #A090F8;
}
</style>
background-color css
<style>
a { background-color: #A090F8; }
a { background-color: rgb(160,144,248); }
div.DivClassName
{
background-color: #A090F8;
}
.BgClassName
{
background-color: #A090F8;
}
</style>
border-color css
<style>
span { border-color: #A090F8; }
span { border-color: rgb(160,144,248); }
td.TdClassName
{
border-color: #A090F8;
}
.TagClassName
{
border-color: #A090F8;
}
</style>