Shades of Light Slate Blue #A092F9
Tints of Light Slate Blue #A092F9
RGB
CMYK
RGB Variations
Color information
#A092F9 (or 0xA092F9) is known color: Light Slate Blue. HEX triplet: A0, 92 and F9. RGB value is (160,146,249). Sum of RGB (Red+Green+Blue) = 160+146+249=555 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.83% from 555); Green value is 146 (57.42% from 255 or 26.31% from 555); Blue value is 249 (97.66% from 255 or 44.86% from 555); Max value from RGB is 249 - color contains mainly: blue. Hex color #A092F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092F9 is #5F6D06. Grayscale: #A1A1A1. Windows color (decimal): -6253831 or 16356000. OLE color: 16356000.
HSL color Cylindrical-coordinate representation of color #A092F9: hue angle of 248.16º degrees, saturation: 0.9, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A092F9 is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 146 | 249 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.02 |
| HSL | 248.16º | 0.9% | 0.77% | - |
| HSV(B) | 248.16º | 0.41% | 0.98% | - |
| XYZ | 41.87 | 34.87 | 94.15 | - |
| YUV | 161.93 | 177.14 | 126.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 249 | 0.36 | 0.41 | 0 | 0.02 | 248.16 | 0.9 | 0.77 |
| Hex | A0 | 92 | F9 | 24 | 29 | 0 | 2 | F8 | 5A | 4D |
| Octal | 240 | 222 | 371 | 44 | 51 | 0 | 2 | 370 | 132 | 115 |
| Binary | 10100000 | 10010010 | 11111001 | 100100 | 101001 | 0 | 10 | 11111000 | 1011010 | 1001101 |
Color Harmonies of #A092F9
Complementary color
Monochromatic Colors of #A092F9
Black with #A092F9
Text Example
Text Example
White with #A092F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092F9; }
p { color: rgb(160,146,249); }
H1.HeaderClassName
{
color: #A092F9;
}
.AnyTagClassName
{
color: #A092F9;
}
</style>
background-color css
<style>
a { background-color: #A092F9; }
a { background-color: rgb(160,146,249); }
div.DivClassName
{
background-color: #A092F9;
}
.BgClassName
{
background-color: #A092F9;
}
</style>
border-color css
<style>
span { border-color: #A092F9; }
span { border-color: rgb(160,146,249); }
td.TdClassName
{
border-color: #A092F9;
}
.TagClassName
{
border-color: #A092F9;
}
</style>