Shades of Light Slate Blue #A26BFD
Tints of Light Slate Blue #A26BFD
RGB
CMYK
RGB Variations
Color information
#A26BFD (or 0xA26BFD) is known color: Light Slate Blue. HEX triplet: A2, 6B and FD. RGB value is (162,107,253). Sum of RGB (Red+Green+Blue) = 162+107+253=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 107 (42.19% from 255 or 20.50% from 522); Blue value is 253 (99.22% from 255 or 48.47% from 522); Max value from RGB is 253 - color contains mainly: blue. Hex color #A26BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26BFD is #5D9402. Grayscale: #8B8B8B. Windows color (decimal): -6132739 or 16608162. OLE color: 16608162.
HSL color Cylindrical-coordinate representation of color #A26BFD: hue angle of 262.6º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A26BFD is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 107 | 253 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.01 |
| HSL | 262.6º | 0.97% | 0.71% | - |
| HSV(B) | 262.6º | 0.58% | 0.99% | - |
| XYZ | 37.89 | 25.29 | 95.81 | - |
| YUV | 140.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 107 | 253 | 0.36 | 0.58 | 0 | 0.01 | 262.6 | 0.97 | 0.71 |
| Hex | A2 | 6B | FD | 24 | 3A | 0 | 1 | 107 | 61 | 47 |
| Octal | 242 | 153 | 375 | 44 | 72 | 0 | 1 | 407 | 141 | 107 |
| Binary | 10100010 | 1101011 | 11111101 | 100100 | 111010 | 0 | 1 | 100000111 | 1100001 | 1000111 |
Color Harmonies of #A26BFD
Complementary color
Monochromatic Colors of #A26BFD
Black with #A26BFD
Text Example
Text Example
White with #A26BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26BFD; }
p { color: rgb(162,107,253); }
H1.HeaderClassName
{
color: #A26BFD;
}
.AnyTagClassName
{
color: #A26BFD;
}
</style>
background-color css
<style>
a { background-color: #A26BFD; }
a { background-color: rgb(162,107,253); }
div.DivClassName
{
background-color: #A26BFD;
}
.BgClassName
{
background-color: #A26BFD;
}
</style>
border-color css
<style>
span { border-color: #A26BFD; }
span { border-color: rgb(162,107,253); }
td.TdClassName
{
border-color: #A26BFD;
}
.TagClassName
{
border-color: #A26BFD;
}
</style>