Shades of Light Slate Blue #A090FC
Tints of Light Slate Blue #A090FC
RGB
CMYK
RGB Variations
Color information
#A090FC (or 0xA090FC) is known color: Light Slate Blue. HEX triplet: A0, 90 and FC. RGB value is (160,144,252). Sum of RGB (Red+Green+Blue) = 160+144+252=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 252 (98.83% from 255 or 45.32% from 556); Max value from RGB is 252 - color contains mainly: blue. Hex color #A090FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A090FC is #5F6F03. Grayscale: #A0A0A0. Windows color (decimal): -6254340 or 16552096. OLE color: 16552096.
HSL color Cylindrical-coordinate representation of color #A090FC: hue angle of 248.89º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A090FC is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 144 | 252 | - |
| CMYK | 0.37 | 0.43 | 0 | 0.01 |
| HSL | 248.89º | 0.95% | 0.78% | - |
| HSV(B) | 248.89º | 0.43% | 0.99% | - |
| XYZ | 42.04 | 34.45 | 96.53 | - |
| YUV | 161.1 | 179.3 | 127.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 144 | 252 | 0.37 | 0.43 | 0 | 0.01 | 248.89 | 0.95 | 0.78 |
| Hex | A0 | 90 | FC | 25 | 2B | 0 | 1 | F9 | 5F | 4E |
| Octal | 240 | 220 | 374 | 45 | 53 | 0 | 1 | 371 | 137 | 116 |
| Binary | 10100000 | 10010000 | 11111100 | 100101 | 101011 | 0 | 1 | 11111001 | 1011111 | 1001110 |
Color Harmonies of #A090FC
Complementary color
Monochromatic Colors of #A090FC
Black with #A090FC
Text Example
Text Example
White with #A090FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A090FC; }
p { color: rgb(160,144,252); }
H1.HeaderClassName
{
color: #A090FC;
}
.AnyTagClassName
{
color: #A090FC;
}
</style>
background-color css
<style>
a { background-color: #A090FC; }
a { background-color: rgb(160,144,252); }
div.DivClassName
{
background-color: #A090FC;
}
.BgClassName
{
background-color: #A090FC;
}
</style>
border-color css
<style>
span { border-color: #A090FC; }
span { border-color: rgb(160,144,252); }
td.TdClassName
{
border-color: #A090FC;
}
.TagClassName
{
border-color: #A090FC;
}
</style>