Shades of Light Slate Blue #A26CFC
Tints of Light Slate Blue #A26CFC
RGB
CMYK
RGB Variations
Color information
#A26CFC (or 0xA26CFC) is known color: Light Slate Blue. HEX triplet: A2, 6C and FC. RGB value is (162,108,252). Sum of RGB (Red+Green+Blue) = 162+108+252=522 (69% of max value = 765). Red value is 162 (63.67% from 255 or 31.03% from 522); Green value is 108 (42.58% from 255 or 20.69% from 522); Blue value is 252 (98.83% from 255 or 48.28% from 522); Max value from RGB is 252 - color contains mainly: blue. Hex color #A26CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A26CFC is #5D9303. Grayscale: #8C8C8C. Windows color (decimal): -6132484 or 16542882. OLE color: 16542882.
HSL color Cylindrical-coordinate representation of color #A26CFC: hue angle of 262.5º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A26CFC is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 162 | 108 | 252 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.01 |
| HSL | 262.5º | 0.96% | 0.71% | - |
| HSV(B) | 262.5º | 0.57% | 0.99% | - |
| XYZ | 37.83 | 25.43 | 95.01 | - |
| YUV | 140.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 162 | 108 | 252 | 0.36 | 0.57 | 0 | 0.01 | 262.5 | 0.96 | 0.71 |
| Hex | A2 | 6C | FC | 24 | 39 | 0 | 1 | 106 | 60 | 47 |
| Octal | 242 | 154 | 374 | 44 | 71 | 0 | 1 | 406 | 140 | 107 |
| Binary | 10100010 | 1101100 | 11111100 | 100100 | 111001 | 0 | 1 | 100000110 | 1100000 | 1000111 |
Color Harmonies of #A26CFC
Complementary color
Monochromatic Colors of #A26CFC
Black with #A26CFC
Text Example
Text Example
White with #A26CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A26CFC; }
p { color: rgb(162,108,252); }
H1.HeaderClassName
{
color: #A26CFC;
}
.AnyTagClassName
{
color: #A26CFC;
}
</style>
background-color css
<style>
a { background-color: #A26CFC; }
a { background-color: rgb(162,108,252); }
div.DivClassName
{
background-color: #A26CFC;
}
.BgClassName
{
background-color: #A26CFC;
}
</style>
border-color css
<style>
span { border-color: #A26CFC; }
span { border-color: rgb(162,108,252); }
td.TdClassName
{
border-color: #A26CFC;
}
.TagClassName
{
border-color: #A26CFC;
}
</style>