Shades of Light Slate Blue #A26FFD
Tints of Light Slate Blue #A26FFD
RGB
CMYK
RGB Variations
Color information
#A26FFD (or 0xA26FFD) is known color: Light Slate Blue. HEX triplet: A2, 6F and FD. RGB value is (162,111,253). Sum of RGB (Red+Green+Blue) = 162+111+253=526 (69% of max value = 765). Red value is 162 (63.67% from 255 or 30.80% from 526); Green value is 111 (43.75% from 255 or 21.10% from 526); Blue value is 253 (99.22% from 255 or 48.10% from 526); Max value from RGB is 253 - color contains mainly: blue. Hex color #A26FFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26FFD is #5D9002. Grayscale: #8D8D8D. Windows color (decimal): -6131715 or 16609186. OLE color: 16609186.
HSL color Cylindrical-coordinate representation of color #A26FFD: hue angle of 261.55º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A26FFD is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 111 | 253 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.01 |
| HSL | 261.55º | 0.97% | 0.71% | - |
| HSV(B) | 261.55º | 0.56% | 0.99% | - |
| XYZ | 38.31 | 26.14 | 95.96 | - |
| YUV | 142.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 111 | 253 | 0.36 | 0.56 | 0 | 0.01 | 261.55 | 0.97 | 0.71 |
| Hex | A2 | 6F | FD | 24 | 38 | 0 | 1 | 106 | 61 | 47 |
| Octal | 242 | 157 | 375 | 44 | 70 | 0 | 1 | 406 | 141 | 107 |
| Binary | 10100010 | 1101111 | 11111101 | 100100 | 111000 | 0 | 1 | 100000110 | 1100001 | 1000111 |
Color Harmonies of #A26FFD
Complementary color
Monochromatic Colors of #A26FFD
Black with #A26FFD
Text Example
Text Example
White with #A26FFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26FFD; }
p { color: rgb(162,111,253); }
H1.HeaderClassName
{
color: #A26FFD;
}
.AnyTagClassName
{
color: #A26FFD;
}
</style>
background-color css
<style>
a { background-color: #A26FFD; }
a { background-color: rgb(162,111,253); }
div.DivClassName
{
background-color: #A26FFD;
}
.BgClassName
{
background-color: #A26FFD;
}
</style>
border-color css
<style>
span { border-color: #A26FFD; }
span { border-color: rgb(162,111,253); }
td.TdClassName
{
border-color: #A26FFD;
}
.TagClassName
{
border-color: #A26FFD;
}
</style>