Shades of Light Slate Blue #A092FF
Tints of Light Slate Blue #A092FF
RGB
CMYK
RGB Variations
Color information
#A092FF (or 0xA092FF) is known color: Light Slate Blue. HEX triplet: A0, 92 and FF. RGB value is (160,146,255). Sum of RGB (Red+Green+Blue) = 160+146+255=561 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.52% from 561); Green value is 146 (57.42% from 255 or 26.02% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #A092FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A092FF is #5F6D00. Grayscale: #A2A2A2. Windows color (decimal): -6253825 or 16749216. OLE color: 16749216.
HSL color Cylindrical-coordinate representation of color #A092FF: hue angle of 247.71º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #A092FF is Cyan = 0.37, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 146 | 255 | - |
| CMYK | 0.37 | 0.43 | 0 | 0 |
| HSL | 247.71º | 1% | 0.79% | - |
| HSV(B) | 247.71º | 0.43% | 1% | - |
| XYZ | 42.83 | 35.25 | 99.15 | - |
| YUV | 162.61 | 180.14 | 126.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 146 | 255 | 0.37 | 0.43 | 0 | 0 | 247.71 | 1 | 0.79 |
| Hex | A0 | 92 | FF | 25 | 2B | 0 | 0 | F8 | 64 | 4F |
| Octal | 240 | 222 | 377 | 45 | 53 | 0 | 0 | 370 | 144 | 117 |
| Binary | 10100000 | 10010010 | 11111111 | 100101 | 101011 | 0 | 0 | 11111000 | 1100100 | 1001111 |
Color Harmonies of #A092FF
Complementary color
Monochromatic Colors of #A092FF
Black with #A092FF
Text Example
Text Example
White with #A092FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A092FF; }
p { color: rgb(160,146,255); }
H1.HeaderClassName
{
color: #A092FF;
}
.AnyTagClassName
{
color: #A092FF;
}
</style>
background-color css
<style>
a { background-color: #A092FF; }
a { background-color: rgb(160,146,255); }
div.DivClassName
{
background-color: #A092FF;
}
.BgClassName
{
background-color: #A092FF;
}
</style>
border-color css
<style>
span { border-color: #A092FF; }
span { border-color: rgb(160,146,255); }
td.TdClassName
{
border-color: #A092FF;
}
.TagClassName
{
border-color: #A092FF;
}
</style>