Shades of Light Slate Blue #A296FE
Tints of Light Slate Blue #A296FE
RGB
CMYK
RGB Variations
Color information
#A296FE (or 0xA296FE) is known color: Light Slate Blue. HEX triplet: A2, 96 and FE. RGB value is (162,150,254). Sum of RGB (Red+Green+Blue) = 162+150+254=566 (74% of max value = 765). Red value is 162 (63.67% from 255 or 28.62% from 566); Green value is 150 (58.98% from 255 or 26.50% from 566); Blue value is 254 (99.61% from 255 or 44.88% from 566); Max value from RGB is 254 - color contains mainly: blue. Hex color #A296FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A296FE is #5D6901. Grayscale: #A5A5A5. Windows color (decimal): -6121730 or 16684706. OLE color: 16684706.
HSL color Cylindrical-coordinate representation of color #A296FE: hue angle of 246.92º 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 #A296FE is Cyan = 0.36, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 162 | 150 | 254 | - |
| CMYK | 0.36 | 0.41 | 0 | 0.00 |
| HSL | 246.92º | 0.98% | 0.79% | - |
| HSV(B) | 246.92º | 0.41% | 1% | - |
| XYZ | 43.7 | 36.65 | 98.54 | - |
| YUV | 165.44 | 177.98 | 125.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 150 | 254 | 0.36 | 0.41 | 0 | 0.00 | 246.92 | 0.98 | 0.79 |
| Hex | A2 | 96 | FE | 24 | 29 | 0 | 0 | F7 | 62 | 4F |
| Octal | 242 | 226 | 376 | 44 | 51 | 0 | 0 | 367 | 142 | 117 |
| Binary | 10100010 | 10010110 | 11111110 | 100100 | 101001 | 0 | 0 | 11110111 | 1100010 | 1001111 |
Color Harmonies of #A296FE
Complementary color
Monochromatic Colors of #A296FE
Black with #A296FE
Text Example
Text Example
White with #A296FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A296FE; }
p { color: rgb(162,150,254); }
H1.HeaderClassName
{
color: #A296FE;
}
.AnyTagClassName
{
color: #A296FE;
}
</style>
background-color css
<style>
a { background-color: #A296FE; }
a { background-color: rgb(162,150,254); }
div.DivClassName
{
background-color: #A296FE;
}
.BgClassName
{
background-color: #A296FE;
}
</style>
border-color css
<style>
span { border-color: #A296FE; }
span { border-color: rgb(162,150,254); }
td.TdClassName
{
border-color: #A296FE;
}
.TagClassName
{
border-color: #A296FE;
}
</style>