Shades of Light Slate Blue #A096FD
Tints of Light Slate Blue #A096FD
RGB
CMYK
RGB Variations
Color information
#A096FD (or 0xA096FD) is known color: Light Slate Blue. HEX triplet: A0, 96 and FD. RGB value is (160,150,253). Sum of RGB (Red+Green+Blue) = 160+150+253=563 (74% of max value = 765). Red value is 160 (62.89% from 255 or 28.42% from 563); Green value is 150 (58.98% from 255 or 26.64% from 563); Blue value is 253 (99.22% from 255 or 44.94% from 563); Max value from RGB is 253 - color contains mainly: blue. Hex color #A096FD is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A096FD is #5F6902. Grayscale: #A4A4A4. Windows color (decimal): -6252803 or 16619168. OLE color: 16619168.
HSL color Cylindrical-coordinate representation of color #A096FD: hue angle of 245.83º degrees, saturation: 0.96, lightness: 0.79%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A096FD is Cyan = 0.37, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 150 | 253 | - |
| CMYK | 0.37 | 0.41 | 0 | 0.01 |
| HSL | 245.83º | 0.96% | 0.79% | - |
| HSV(B) | 245.83º | 0.41% | 0.99% | - |
| XYZ | 43.13 | 36.38 | 97.68 | - |
| YUV | 164.73 | 177.81 | 124.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 150 | 253 | 0.37 | 0.41 | 0 | 0.01 | 245.83 | 0.96 | 0.79 |
| Hex | A0 | 96 | FD | 25 | 29 | 0 | 1 | F6 | 60 | 4F |
| Octal | 240 | 226 | 375 | 45 | 51 | 0 | 1 | 366 | 140 | 117 |
| Binary | 10100000 | 10010110 | 11111101 | 100101 | 101001 | 0 | 1 | 11110110 | 1100000 | 1001111 |
Color Harmonies of #A096FD
Complementary color
Monochromatic Colors of #A096FD
Black with #A096FD
Text Example
Text Example
White with #A096FD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A096FD; }
p { color: rgb(160,150,253); }
H1.HeaderClassName
{
color: #A096FD;
}
.AnyTagClassName
{
color: #A096FD;
}
</style>
background-color css
<style>
a { background-color: #A096FD; }
a { background-color: rgb(160,150,253); }
div.DivClassName
{
background-color: #A096FD;
}
.BgClassName
{
background-color: #A096FD;
}
</style>
border-color css
<style>
span { border-color: #A096FD; }
span { border-color: rgb(160,150,253); }
td.TdClassName
{
border-color: #A096FD;
}
.TagClassName
{
border-color: #A096FD;
}
</style>