Shades of Light Slate Blue #A26FFF
Tints of Light Slate Blue #A26FFF
RGB
CMYK
RGB Variations
Color information
#A26FFF (or 0xA26FFF) is known color: Light Slate Blue. HEX triplet: A2, 6F and FF. RGB value is (162,111,255). Sum of RGB (Red+Green+Blue) = 162+111+255=528 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.68% from 528); Green value is 111 (43.75% from 255 or 21.02% from 528); Blue value is 255 (100% from 255 or 48.30% from 528); Max value from RGB is 255 - color contains mainly: blue. Hex color #A26FFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FFF is #5D9000. Grayscale: #8E8E8E. Windows color (decimal): -6131713 or 16740258. OLE color: 16740258.
HSL color Cylindrical-coordinate representation of color #A26FFF: hue angle of 261.25º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26FFF is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 162 | 111 | 255 | - |
| CMYK | 0.36 | 0.56 | 0 | 0 |
| HSL | 261.25º | 1% | 0.72% | - |
| HSV(B) | 261.25º | 0.56% | 1% | - |
| XYZ | 38.63 | 26.27 | 97.64 | - |
| YUV | 142.67 | 191.4 | 141.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 255 | 0.36 | 0.56 | 0 | 0 | 261.25 | 1 | 0.72 |
| Hex | A2 | 6F | FF | 24 | 38 | 0 | 0 | 105 | 64 | 48 |
| Octal | 242 | 157 | 377 | 44 | 70 | 0 | 0 | 405 | 144 | 110 |
| Binary | 10100010 | 1101111 | 11111111 | 100100 | 111000 | 0 | 0 | 100000101 | 1100100 | 1001000 |
Color Harmonies of #A26FFF
Complementary color
Monochromatic Colors of #A26FFF
Black with #A26FFF
Text Example
Text Example
White with #A26FFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FFF; }
p { color: rgb(162,111,255); }
H1.HeaderClassName
{
color: #A26FFF;
}
.AnyTagClassName
{
color: #A26FFF;
}
</style>
background-color css
<style>
a { background-color: #A26FFF; }
a { background-color: rgb(162,111,255); }
div.DivClassName
{
background-color: #A26FFF;
}
.BgClassName
{
background-color: #A26FFF;
}
</style>
border-color css
<style>
span { border-color: #A26FFF; }
span { border-color: rgb(162,111,255); }
td.TdClassName
{
border-color: #A26FFF;
}
.TagClassName
{
border-color: #A26FFF;
}
</style>