Shades of Light Slate Blue #A091FC
Tints of Light Slate Blue #A091FC
RGB
CMYK
RGB Variations
Color information
#A091FC (or 0xA091FC) is known color: Light Slate Blue. HEX triplet: A0, 91 and FC. RGB value is (160,145,252). Sum of RGB (Red+Green+Blue) = 160+145+252=557 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.73% from 557); Green value is 145 (57.03% from 255 or 26.03% from 557); Blue value is 252 (98.83% from 255 or 45.24% from 557); Max value from RGB is 252 - color contains mainly: blue. Hex color #A091FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A091FC is #5F6E03. Grayscale: #A1A1A1. Windows color (decimal): -6254084 or 16552352. OLE color: 16552352.
HSL color Cylindrical-coordinate representation of color #A091FC: hue angle of 248.41º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A091FC is Cyan = 0.37, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 145 | 252 | - |
| CMYK | 0.37 | 0.42 | 0 | 0.01 |
| HSL | 248.41º | 0.95% | 0.78% | - |
| HSV(B) | 248.41º | 0.42% | 0.99% | - |
| XYZ | 42.19 | 34.75 | 96.58 | - |
| YUV | 161.68 | 178.97 | 126.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 145 | 252 | 0.37 | 0.42 | 0 | 0.01 | 248.41 | 0.95 | 0.78 |
| Hex | A0 | 91 | FC | 25 | 2A | 0 | 1 | F8 | 5F | 4E |
| Octal | 240 | 221 | 374 | 45 | 52 | 0 | 1 | 370 | 137 | 116 |
| Binary | 10100000 | 10010001 | 11111100 | 100101 | 101010 | 0 | 1 | 11111000 | 1011111 | 1001110 |
Color Harmonies of #A091FC
Complementary color
Monochromatic Colors of #A091FC
Black with #A091FC
Text Example
Text Example
White with #A091FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A091FC; }
p { color: rgb(160,145,252); }
H1.HeaderClassName
{
color: #A091FC;
}
.AnyTagClassName
{
color: #A091FC;
}
</style>
background-color css
<style>
a { background-color: #A091FC; }
a { background-color: rgb(160,145,252); }
div.DivClassName
{
background-color: #A091FC;
}
.BgClassName
{
background-color: #A091FC;
}
</style>
border-color css
<style>
span { border-color: #A091FC; }
span { border-color: rgb(160,145,252); }
td.TdClassName
{
border-color: #A091FC;
}
.TagClassName
{
border-color: #A091FC;
}
</style>