Shades of Light Slate Blue #A16AFC
Tints of Light Slate Blue #A16AFC
RGB
CMYK
RGB Variations
Color information
#A16AFC (or 0xA16AFC) is known color: Light Slate Blue. HEX triplet: A1, 6A and FC. RGB value is (161,106,252). Sum of RGB (Red+Green+Blue) = 161+106+252=519 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.02% from 519); Green value is 106 (41.80% from 255 or 20.42% from 519); Blue value is 252 (98.83% from 255 or 48.55% from 519); Max value from RGB is 252 - color contains mainly: blue. Hex color #A16AFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A16AFC is #5E9503. Grayscale: #8A8A8A. Windows color (decimal): -6198532 or 16542369. OLE color: 16542369.
HSL color Cylindrical-coordinate representation of color #A16AFC: hue angle of 262.6º 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 #A16AFC is Cyan = 0.36, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 106 | 252 | - |
| CMYK | 0.36 | 0.58 | 0 | 0.01 |
| HSL | 262.6º | 0.96% | 0.7% | - |
| HSV(B) | 262.6º | 0.58% | 0.99% | - |
| XYZ | 37.42 | 24.91 | 94.93 | - |
| YUV | 139.09 | 191.72 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 106 | 252 | 0.36 | 0.58 | 0 | 0.01 | 262.6 | 0.96 | 0.7 |
| Hex | A1 | 6A | FC | 24 | 3A | 0 | 1 | 107 | 60 | 46 |
| Octal | 241 | 152 | 374 | 44 | 72 | 0 | 1 | 407 | 140 | 106 |
| Binary | 10100001 | 1101010 | 11111100 | 100100 | 111010 | 0 | 1 | 100000111 | 1100000 | 1000110 |
Color Harmonies of #A16AFC
Complementary color
Monochromatic Colors of #A16AFC
Black with #A16AFC
Text Example
Text Example
White with #A16AFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A16AFC; }
p { color: rgb(161,106,252); }
H1.HeaderClassName
{
color: #A16AFC;
}
.AnyTagClassName
{
color: #A16AFC;
}
</style>
background-color css
<style>
a { background-color: #A16AFC; }
a { background-color: rgb(161,106,252); }
div.DivClassName
{
background-color: #A16AFC;
}
.BgClassName
{
background-color: #A16AFC;
}
</style>
border-color css
<style>
span { border-color: #A16AFC; }
span { border-color: rgb(161,106,252); }
td.TdClassName
{
border-color: #A16AFC;
}
.TagClassName
{
border-color: #A16AFC;
}
</style>