Shades of Light Slate Blue #A296FF
Tints of Light Slate Blue #A296FF
RGB
CMYK
RGB Variations
Color information
#A296FF (or 0xA296FF) is known color: Light Slate Blue. HEX triplet: A2, 96 and FF. RGB value is (162,150,255). Sum of RGB (Red+Green+Blue) = 162+150+255=567 (75% of max value = 765). Red value is 162 (63.67% from 255 or 28.57% from 567); Green value is 150 (58.98% from 255 or 26.46% from 567); Blue value is 255 (100% from 255 or 44.97% from 567); Max value from RGB is 255 - color contains mainly: blue. Hex color #A296FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FF is #5D6900. Grayscale: #A5A5A5. Windows color (decimal): -6121729 or 16750242. OLE color: 16750242.
HSL color Cylindrical-coordinate representation of color #A296FF: hue angle of 246.86º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #A296FF is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 150 | 255 | - |
| CMYK | 0.36 | 0.41 | 0 | 0 |
| HSL | 246.86º | 1% | 0.79% | - |
| HSV(B) | 246.86º | 0.41% | 1% | - |
| XYZ | 43.86 | 36.71 | 99.38 | - |
| YUV | 165.56 | 178.48 | 125.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 255 | 0.36 | 0.41 | 0 | 0 | 246.86 | 1 | 0.79 |
| Hex | A2 | 96 | FF | 24 | 29 | 0 | 0 | F7 | 64 | 4F |
| Octal | 242 | 226 | 377 | 44 | 51 | 0 | 0 | 367 | 144 | 117 |
| Binary | 10100010 | 10010110 | 11111111 | 100100 | 101001 | 0 | 0 | 11110111 | 1100100 | 1001111 |
Color Harmonies of #A296FF
Complementary color
Monochromatic Colors of #A296FF
Black with #A296FF
Text Example
Text Example
White with #A296FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296FF; }
p { color: rgb(162,150,255); }
H1.HeaderClassName
{
color: #A296FF;
}
.AnyTagClassName
{
color: #A296FF;
}
</style>
background-color css
<style>
a { background-color: #A296FF; }
a { background-color: rgb(162,150,255); }
div.DivClassName
{
background-color: #A296FF;
}
.BgClassName
{
background-color: #A296FF;
}
</style>
border-color css
<style>
span { border-color: #A296FF; }
span { border-color: rgb(162,150,255); }
td.TdClassName
{
border-color: #A296FF;
}
.TagClassName
{
border-color: #A296FF;
}
</style>