Shades of Light Slate Blue #A290FA
Tints of Light Slate Blue #A290FA
RGB
CMYK
RGB Variations
Color information
#A290FA (or 0xA290FA) is known color: Light Slate Blue. HEX triplet: A2, 90 and FA. RGB value is (162,144,250). Sum of RGB (Red+Green+Blue) = 162+144+250=556 (73% of max value = 765). Red value is 162 (63.67% from 255 or 29.14% from 556); Green value is 144 (56.64% from 255 or 25.90% from 556); Blue value is 250 (98.05% from 255 or 44.96% from 556); Max value from RGB is 250 - color contains mainly: blue. Hex color #A290FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A290FA is #5D6F05. Grayscale: #A1A1A1. Windows color (decimal): -6123270 or 16421026. OLE color: 16421026.
HSL color Cylindrical-coordinate representation of color #A290FA: hue angle of 250.19º degrees, saturation: 0.91, 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 #A290FA is Cyan = 0.35, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 162 | 144 | 250 | - |
| CMYK | 0.35 | 0.42 | 0 | 0.02 |
| HSL | 250.19º | 0.91% | 0.77% | - |
| HSV(B) | 250.19º | 0.42% | 0.98% | - |
| XYZ | 42.13 | 34.53 | 94.89 | - |
| YUV | 161.47 | 177.96 | 128.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 144 | 250 | 0.35 | 0.42 | 0 | 0.02 | 250.19 | 0.91 | 0.77 |
| Hex | A2 | 90 | FA | 23 | 2A | 0 | 2 | FA | 5B | 4D |
| Octal | 242 | 220 | 372 | 43 | 52 | 0 | 2 | 372 | 133 | 115 |
| Binary | 10100010 | 10010000 | 11111010 | 100011 | 101010 | 0 | 10 | 11111010 | 1011011 | 1001101 |
Color Harmonies of #A290FA
Complementary color
Monochromatic Colors of #A290FA
Black with #A290FA
Text Example
Text Example
White with #A290FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A290FA; }
p { color: rgb(162,144,250); }
H1.HeaderClassName
{
color: #A290FA;
}
.AnyTagClassName
{
color: #A290FA;
}
</style>
background-color css
<style>
a { background-color: #A290FA; }
a { background-color: rgb(162,144,250); }
div.DivClassName
{
background-color: #A290FA;
}
.BgClassName
{
background-color: #A290FA;
}
</style>
border-color css
<style>
span { border-color: #A290FA; }
span { border-color: rgb(162,144,250); }
td.TdClassName
{
border-color: #A290FA;
}
.TagClassName
{
border-color: #A290FA;
}
</style>