Shades of Light Slate Blue #A683FC
Tints of Light Slate Blue #A683FC
RGB
CMYK
RGB Variations
Color information
#A683FC (or 0xA683FC) is known color: Light Slate Blue. HEX triplet: A6, 83 and FC. RGB value is (166,131,252). Sum of RGB (Red+Green+Blue) = 166+131+252=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 131 (51.56% from 255 or 23.86% from 549); Blue value is 252 (98.83% from 255 or 45.90% from 549); Max value from RGB is 252 - color contains mainly: blue. Hex color #A683FC is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A683FC is #597C03. Grayscale: #9A9A9A. Windows color (decimal): -5864452 or 16548774. OLE color: 16548774.
HSL color Cylindrical-coordinate representation of color #A683FC: hue angle of 257.36º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A683FC is Cyan = 0.34, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 166 | 131 | 252 | - |
| CMYK | 0.34 | 0.48 | 0 | 0.01 |
| HSL | 257.36º | 0.95% | 0.75% | - |
| HSV(B) | 257.36º | 0.48% | 0.99% | - |
| XYZ | 41.41 | 31.37 | 95.97 | - |
| YUV | 155.26 | 182.6 | 135.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 131 | 252 | 0.34 | 0.48 | 0 | 0.01 | 257.36 | 0.95 | 0.75 |
| Hex | A6 | 83 | FC | 22 | 30 | 0 | 1 | 101 | 5F | 4B |
| Octal | 246 | 203 | 374 | 42 | 60 | 0 | 1 | 401 | 137 | 113 |
| Binary | 10100110 | 10000011 | 11111100 | 100010 | 110000 | 0 | 1 | 100000001 | 1011111 | 1001011 |
Color Harmonies of #A683FC
Complementary color
Monochromatic Colors of #A683FC
Black with #A683FC
Text Example
Text Example
White with #A683FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A683FC; }
p { color: rgb(166,131,252); }
H1.HeaderClassName
{
color: #A683FC;
}
.AnyTagClassName
{
color: #A683FC;
}
</style>
background-color css
<style>
a { background-color: #A683FC; }
a { background-color: rgb(166,131,252); }
div.DivClassName
{
background-color: #A683FC;
}
.BgClassName
{
background-color: #A683FC;
}
</style>
border-color css
<style>
span { border-color: #A683FC; }
span { border-color: rgb(166,131,252); }
td.TdClassName
{
border-color: #A683FC;
}
.TagClassName
{
border-color: #A683FC;
}
</style>