Shades of Light Slate Blue #A096FE
Tints of Light Slate Blue #A096FE
RGB
CMYK
RGB Variations
Color information
#A096FE (or 0xA096FE) is known color: Light Slate Blue. HEX triplet: A0, 96 and FE. RGB value is (160,150,254). Sum of RGB (Red+Green+Blue) = 160+150+254=564 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.37% from 564); Green value is 150 (58.98% from 255 or 26.60% from 564); Blue value is 254 (99.61% from 255 or 45.04% from 564); Max value from RGB is 254 - color contains mainly: blue. Hex color #A096FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FE is #5F6901. Grayscale: #A4A4A4. Windows color (decimal): -6252802 or 16684704. OLE color: 16684704.
HSL color Cylindrical-coordinate representation of color #A096FE: hue angle of 245.77º degrees, saturation: 0.98, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A096FE is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 150 | 254 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.00 |
| HSL | 245.77º | 0.98% | 0.79% | - |
| HSV(B) | 245.77º | 0.41% | 1% | - |
| XYZ | 43.29 | 36.44 | 98.52 | - |
| YUV | 164.85 | 178.31 | 124.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 254 | 0.37 | 0.41 | 0 | 0.00 | 245.77 | 0.98 | 0.79 |
| Hex | A0 | 96 | FE | 25 | 29 | 0 | 0 | F6 | 62 | 4F |
| Octal | 240 | 226 | 376 | 45 | 51 | 0 | 0 | 366 | 142 | 117 |
| Binary | 10100000 | 10010110 | 11111110 | 100101 | 101001 | 0 | 0 | 11110110 | 1100010 | 1001111 |
Color Harmonies of #A096FE
Complementary color
Monochromatic Colors of #A096FE
Black with #A096FE
Text Example
Text Example
White with #A096FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096FE; }
p { color: rgb(160,150,254); }
H1.HeaderClassName
{
color: #A096FE;
}
.AnyTagClassName
{
color: #A096FE;
}
</style>
background-color css
<style>
a { background-color: #A096FE; }
a { background-color: rgb(160,150,254); }
div.DivClassName
{
background-color: #A096FE;
}
.BgClassName
{
background-color: #A096FE;
}
</style>
border-color css
<style>
span { border-color: #A096FE; }
span { border-color: rgb(160,150,254); }
td.TdClassName
{
border-color: #A096FE;
}
.TagClassName
{
border-color: #A096FE;
}
</style>