Shades of Light Slate Blue #A168FC
Tints of Light Slate Blue #A168FC
RGB
CMYK
RGB Variations
Color information
#A168FC (or 0xA168FC) is known color: Light Slate Blue. HEX triplet: A1, 68 and FC. RGB value is (161,104,252). Sum of RGB (Red+Green+Blue) = 161+104+252=517 (68% of max value = 765). Red value is 161 (63.28% from 255 or 31.14% from 517); Green value is 104 (41.02% from 255 or 20.12% from 517); Blue value is 252 (98.83% from 255 or 48.74% from 517); Max value from RGB is 252 - color contains mainly: blue. Hex color #A168FC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A168FC is #5E9703. Grayscale: #898989. Windows color (decimal): -6199044 or 16541857. OLE color: 16541857.
HSL color Cylindrical-coordinate representation of color #A168FC: hue angle of 263.11º degrees, saturation: 0.96, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #A168FC is Cyan = 0.36, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 161 | 104 | 252 | - |
| CMYK | 0.36 | 0.59 | 0 | 0.01 |
| HSL | 263.11º | 0.96% | 0.7% | - |
| HSV(B) | 263.11º | 0.59% | 0.99% | - |
| XYZ | 37.22 | 24.51 | 94.86 | - |
| YUV | 137.92 | 192.38 | 144.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 161 | 104 | 252 | 0.36 | 0.59 | 0 | 0.01 | 263.11 | 0.96 | 0.7 |
| Hex | A1 | 68 | FC | 24 | 3B | 0 | 1 | 107 | 60 | 46 |
| Octal | 241 | 150 | 374 | 44 | 73 | 0 | 1 | 407 | 140 | 106 |
| Binary | 10100001 | 1101000 | 11111100 | 100100 | 111011 | 0 | 1 | 100000111 | 1100000 | 1000110 |
Color Harmonies of #A168FC
Complementary color
Monochromatic Colors of #A168FC
Black with #A168FC
Text Example
Text Example
White with #A168FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A168FC; }
p { color: rgb(161,104,252); }
H1.HeaderClassName
{
color: #A168FC;
}
.AnyTagClassName
{
color: #A168FC;
}
</style>
background-color css
<style>
a { background-color: #A168FC; }
a { background-color: rgb(161,104,252); }
div.DivClassName
{
background-color: #A168FC;
}
.BgClassName
{
background-color: #A168FC;
}
</style>
border-color css
<style>
span { border-color: #A168FC; }
span { border-color: rgb(161,104,252); }
td.TdClassName
{
border-color: #A168FC;
}
.TagClassName
{
border-color: #A168FC;
}
</style>