Shades of Light Slate Blue #A096FC
Tints of Light Slate Blue #A096FC
RGB
CMYK
RGB Variations
Color information
#A096FC (or 0xA096FC) is known color: Light Slate Blue. HEX triplet: A0, 96 and FC. RGB value is (160,150,252). Sum of RGB (Red+Green+Blue) = 160+150+252=562 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.47% from 562); Green value is 150 (58.98% from 255 or 26.69% from 562); Blue value is 252 (98.83% from 255 or 44.84% from 562); Max value from RGB is 252 - color contains mainly: blue. Hex color #A096FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FC is #5F6903. Grayscale: #A4A4A4. Windows color (decimal): -6252804 or 16553632. OLE color: 16553632.
HSL color Cylindrical-coordinate representation of color #A096FC: hue angle of 245.88º degrees, saturation: 0.94, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #A096FC is Cyan = 0.37, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 150 | 252 | - |
| CMYK | 0.37 | 0.40 | 0 | 0.01 |
| HSL | 245.88º | 0.94% | 0.79% | - |
| HSV(B) | 245.88º | 0.4% | 0.99% | - |
| XYZ | 42.97 | 36.31 | 96.84 | - |
| YUV | 164.62 | 177.31 | 124.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 252 | 0.37 | 0.40 | 0 | 0.01 | 245.88 | 0.94 | 0.79 |
| Hex | A0 | 96 | FC | 25 | 28 | 0 | 1 | F6 | 5E | 4F |
| Octal | 240 | 226 | 374 | 45 | 50 | 0 | 1 | 366 | 136 | 117 |
| Binary | 10100000 | 10010110 | 11111100 | 100101 | 101000 | 0 | 1 | 11110110 | 1011110 | 1001111 |
Color Harmonies of #A096FC
Complementary color
Monochromatic Colors of #A096FC
Black with #A096FC
Text Example
Text Example
White with #A096FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096FC; }
p { color: rgb(160,150,252); }
H1.HeaderClassName
{
color: #A096FC;
}
.AnyTagClassName
{
color: #A096FC;
}
</style>
background-color css
<style>
a { background-color: #A096FC; }
a { background-color: rgb(160,150,252); }
div.DivClassName
{
background-color: #A096FC;
}
.BgClassName
{
background-color: #A096FC;
}
</style>
border-color css
<style>
span { border-color: #A096FC; }
span { border-color: rgb(160,150,252); }
td.TdClassName
{
border-color: #A096FC;
}
.TagClassName
{
border-color: #A096FC;
}
</style>