Shades of Light Slate Blue #A191FA
Tints of Light Slate Blue #A191FA
RGB
CMYK
RGB Variations
Color information
#A191FA (or 0xA191FA) is known color: Light Slate Blue. HEX triplet: A1, 91 and FA. RGB value is (161,145,250). Sum of RGB (Red+Green+Blue) = 161+145+250=556 (73% of max value = 765). Red value is 161 (63.28% from 255 or 28.96% from 556); Green value is 145 (57.03% from 255 or 26.08% 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 #A191FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A191FA is #5E6E05. Grayscale: #A1A1A1. Windows color (decimal): -6188550 or 16421281. OLE color: 16421281.
HSL color Cylindrical-coordinate representation of color #A191FA: hue angle of 249.14º 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 #A191FA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 161 | 145 | 250 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.02 |
| HSL | 249.14º | 0.91% | 0.77% | - |
| HSV(B) | 249.14º | 0.42% | 0.98% | - |
| XYZ | 42.08 | 34.73 | 94.93 | - |
| YUV | 161.75 | 177.8 | 127.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 145 | 250 | 0.36 | 0.42 | 0 | 0.02 | 249.14 | 0.91 | 0.77 |
| Hex | A1 | 91 | FA | 24 | 2A | 0 | 2 | F9 | 5B | 4D |
| Octal | 241 | 221 | 372 | 44 | 52 | 0 | 2 | 371 | 133 | 115 |
| Binary | 10100001 | 10010001 | 11111010 | 100100 | 101010 | 0 | 10 | 11111001 | 1011011 | 1001101 |
Color Harmonies of #A191FA
Complementary color
Monochromatic Colors of #A191FA
Black with #A191FA
Text Example
Text Example
White with #A191FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A191FA; }
p { color: rgb(161,145,250); }
H1.HeaderClassName
{
color: #A191FA;
}
.AnyTagClassName
{
color: #A191FA;
}
</style>
background-color css
<style>
a { background-color: #A191FA; }
a { background-color: rgb(161,145,250); }
div.DivClassName
{
background-color: #A191FA;
}
.BgClassName
{
background-color: #A191FA;
}
</style>
border-color css
<style>
span { border-color: #A191FA; }
span { border-color: rgb(161,145,250); }
td.TdClassName
{
border-color: #A191FA;
}
.TagClassName
{
border-color: #A191FA;
}
</style>