Shades of Light Slate Blue #A090FE
Tints of Light Slate Blue #A090FE
RGB
CMYK
RGB Variations
Color information
#A090FE (or 0xA090FE) is known color: Light Slate Blue. HEX triplet: A0, 90 and FE. RGB value is (160,144,254). Sum of RGB (Red+Green+Blue) = 160+144+254=558 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.67% from 558); Green value is 144 (56.64% from 255 or 25.81% from 558); Blue value is 254 (99.61% from 255 or 45.52% from 558); Max value from RGB is 254 - color contains mainly: blue. Hex color #A090FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090FE is #5F6F01. Grayscale: #A0A0A0. Windows color (decimal): -6254338 or 16683168. OLE color: 16683168.
HSL color Cylindrical-coordinate representation of color #A090FE: hue angle of 248.73º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A090FE is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 144 | 254 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.00 |
| HSL | 248.73º | 0.98% | 0.78% | - |
| HSV(B) | 248.73º | 0.43% | 1% | - |
| XYZ | 42.36 | 34.58 | 98.21 | - |
| YUV | 161.32 | 180.3 | 127.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 254 | 0.37 | 0.43 | 0 | 0.00 | 248.73 | 0.98 | 0.78 |
| Hex | A0 | 90 | FE | 25 | 2B | 0 | 0 | F9 | 62 | 4E |
| Octal | 240 | 220 | 376 | 45 | 53 | 0 | 0 | 371 | 142 | 116 |
| Binary | 10100000 | 10010000 | 11111110 | 100101 | 101011 | 0 | 0 | 11111001 | 1100010 | 1001110 |
Color Harmonies of #A090FE
Complementary color
Monochromatic Colors of #A090FE
Black with #A090FE
Text Example
Text Example
White with #A090FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090FE; }
p { color: rgb(160,144,254); }
H1.HeaderClassName
{
color: #A090FE;
}
.AnyTagClassName
{
color: #A090FE;
}
</style>
background-color css
<style>
a { background-color: #A090FE; }
a { background-color: rgb(160,144,254); }
div.DivClassName
{
background-color: #A090FE;
}
.BgClassName
{
background-color: #A090FE;
}
</style>
border-color css
<style>
span { border-color: #A090FE; }
span { border-color: rgb(160,144,254); }
td.TdClassName
{
border-color: #A090FE;
}
.TagClassName
{
border-color: #A090FE;
}
</style>