Shades of Light Slate Blue #A26AFC
Tints of Light Slate Blue #A26AFC
RGB
CMYK
RGB Variations
Color information
#A26AFC (or 0xA26AFC) is known color: Light Slate Blue. HEX triplet: A2, 6A and FC. RGB value is (162,106,252). Sum of RGB (Red+Green+Blue) = 162+106+252=520 (68% of max value = 765). Red value is 162 (63.67% from 255 or 31.15% from 520); Green value is 106 (41.80% from 255 or 20.38% from 520); Blue value is 252 (98.83% from 255 or 48.46% from 520); Max value from RGB is 252 - color contains mainly: blue. Hex color #A26AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26AFC is #5D9503. Grayscale: #8A8A8A. Windows color (decimal): -6132996 or 16542370. OLE color: 16542370.
HSL color Cylindrical-coordinate representation of color #A26AFC: hue angle of 263.01º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A26AFC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 106 | 252 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.01 |
| HSL | 263.01º | 0.96% | 0.7% | - |
| HSV(B) | 263.01º | 0.58% | 0.99% | - |
| XYZ | 37.63 | 25.02 | 94.94 | - |
| YUV | 139.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 106 | 252 | 0.36 | 0.58 | 0 | 0.01 | 263.01 | 0.96 | 0.7 |
| Hex | A2 | 6A | FC | 24 | 3A | 0 | 1 | 107 | 60 | 46 |
| Octal | 242 | 152 | 374 | 44 | 72 | 0 | 1 | 407 | 140 | 106 |
| Binary | 10100010 | 1101010 | 11111100 | 100100 | 111010 | 0 | 1 | 100000111 | 1100000 | 1000110 |
Color Harmonies of #A26AFC
Complementary color
Monochromatic Colors of #A26AFC
Black with #A26AFC
Text Example
Text Example
White with #A26AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26AFC; }
p { color: rgb(162,106,252); }
H1.HeaderClassName
{
color: #A26AFC;
}
.AnyTagClassName
{
color: #A26AFC;
}
</style>
background-color css
<style>
a { background-color: #A26AFC; }
a { background-color: rgb(162,106,252); }
div.DivClassName
{
background-color: #A26AFC;
}
.BgClassName
{
background-color: #A26AFC;
}
</style>
border-color css
<style>
span { border-color: #A26AFC; }
span { border-color: rgb(162,106,252); }
td.TdClassName
{
border-color: #A26AFC;
}
.TagClassName
{
border-color: #A26AFC;
}
</style>