Shades of Light Slate Blue #A092FA
Tints of Light Slate Blue #A092FA
RGB
CMYK
RGB Variations
Color information
#A092FA (or 0xA092FA) is known color: Light Slate Blue. HEX triplet: A0, 92 and FA. RGB value is (160,146,250). Sum of RGB (Red+Green+Blue) = 160+146+250=556 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.78% from 556); Green value is 146 (57.42% from 255 or 26.26% 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 #A092FA is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FA is #5F6D05. Grayscale: #A1A1A1. Windows color (decimal): -6253830 or 16421536. OLE color: 16421536.
HSL color Cylindrical-coordinate representation of color #A092FA: hue angle of 248.08º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #A092FA is Cyan = 0.36, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 146 | 250 | - |
| CMYK | 0.36 | 0.42 | 0 | 0.02 |
| HSL | 248.08º | 0.91% | 0.78% | - |
| HSV(B) | 248.08º | 0.42% | 0.98% | - |
| XYZ | 42.03 | 34.93 | 94.97 | - |
| YUV | 162.04 | 177.64 | 126.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 250 | 0.36 | 0.42 | 0 | 0.02 | 248.08 | 0.91 | 0.78 |
| Hex | A0 | 92 | FA | 24 | 2A | 0 | 2 | F8 | 5B | 4E |
| Octal | 240 | 222 | 372 | 44 | 52 | 0 | 2 | 370 | 133 | 116 |
| Binary | 10100000 | 10010010 | 11111010 | 100100 | 101010 | 0 | 10 | 11111000 | 1011011 | 1001110 |
Color Harmonies of #A092FA
Complementary color
Monochromatic Colors of #A092FA
Black with #A092FA
Text Example
Text Example
White with #A092FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092FA; }
p { color: rgb(160,146,250); }
H1.HeaderClassName
{
color: #A092FA;
}
.AnyTagClassName
{
color: #A092FA;
}
</style>
background-color css
<style>
a { background-color: #A092FA; }
a { background-color: rgb(160,146,250); }
div.DivClassName
{
background-color: #A092FA;
}
.BgClassName
{
background-color: #A092FA;
}
</style>
border-color css
<style>
span { border-color: #A092FA; }
span { border-color: rgb(160,146,250); }
td.TdClassName
{
border-color: #A092FA;
}
.TagClassName
{
border-color: #A092FA;
}
</style>