Shades of Light Slate Blue #A190F9
Tints of Light Slate Blue #A190F9
RGB
CMYK
RGB Variations
Color information
#A190F9 (or 0xA190F9) is known color: Light Slate Blue. HEX triplet: A1, 90 and F9. RGB value is (161,144,249). Sum of RGB (Red+Green+Blue) = 161+144+249=554 (73% of max value = 765). Red value is 161 (63.28% from 255 or 29.06% from 554); Green value is 144 (56.64% from 255 or 25.99% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #A190F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A190F9 is #5E6F06. Grayscale: #A0A0A0. Windows color (decimal): -6188807 or 16355489. OLE color: 16355489.
HSL color Cylindrical-coordinate representation of color #A190F9: hue angle of 249.71º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A190F9 is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 144 | 249 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.02 |
| HSL | 249.71º | 0.9% | 0.77% | - |
| HSV(B) | 249.71º | 0.42% | 0.98% | - |
| XYZ | 41.77 | 34.36 | 94.05 | - |
| YUV | 161.05 | 177.63 | 127.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 144 | 249 | 0.35 | 0.42 | 0 | 0.02 | 249.71 | 0.9 | 0.77 |
| Hex | A1 | 90 | F9 | 23 | 2A | 0 | 2 | FA | 5A | 4D |
| Octal | 241 | 220 | 371 | 43 | 52 | 0 | 2 | 372 | 132 | 115 |
| Binary | 10100001 | 10010000 | 11111001 | 100011 | 101010 | 0 | 10 | 11111010 | 1011010 | 1001101 |
Color Harmonies of #A190F9
Complementary color
Monochromatic Colors of #A190F9
Black with #A190F9
Text Example
Text Example
White with #A190F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A190F9; }
p { color: rgb(161,144,249); }
H1.HeaderClassName
{
color: #A190F9;
}
.AnyTagClassName
{
color: #A190F9;
}
</style>
background-color css
<style>
a { background-color: #A190F9; }
a { background-color: rgb(161,144,249); }
div.DivClassName
{
background-color: #A190F9;
}
.BgClassName
{
background-color: #A190F9;
}
</style>
border-color css
<style>
span { border-color: #A190F9; }
span { border-color: rgb(161,144,249); }
td.TdClassName
{
border-color: #A190F9;
}
.TagClassName
{
border-color: #A190F9;
}
</style>