Shades of Light Slate Blue #A06DFB
Tints of Light Slate Blue #A06DFB
RGB
CMYK
RGB Variations
Color information
#A06DFB (or 0xA06DFB) is known color: Light Slate Blue. HEX triplet: A0, 6D and FB. RGB value is (160,109,251). Sum of RGB (Red+Green+Blue) = 160+109+251=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 109 (42.97% from 255 or 20.96% from 520); Blue value is 251 (98.44% from 255 or 48.27% from 520); Max value from RGB is 251 - color contains mainly: blue. Hex color #A06DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DFB is #5F9204. Grayscale: #8B8B8B. Windows color (decimal): -6263301 or 16477600. OLE color: 16477600.
HSL color Cylindrical-coordinate representation of color #A06DFB: hue angle of 261.55º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06DFB is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 109 | 251 | - |
| CMYK | 0.36 | 0.57 | 0 | 0.02 |
| HSL | 261.55º | 0.95% | 0.71% | - |
| HSV(B) | 261.55º | 0.57% | 0.98% | - |
| XYZ | 37.38 | 25.38 | 94.19 | - |
| YUV | 140.44 | 190.4 | 141.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 251 | 0.36 | 0.57 | 0 | 0.02 | 261.55 | 0.95 | 0.71 |
| Hex | A0 | 6D | FB | 24 | 39 | 0 | 2 | 106 | 5F | 47 |
| Octal | 240 | 155 | 373 | 44 | 71 | 0 | 2 | 406 | 137 | 107 |
| Binary | 10100000 | 1101101 | 11111011 | 100100 | 111001 | 0 | 10 | 100000110 | 1011111 | 1000111 |
Color Harmonies of #A06DFB
Complementary color
Monochromatic Colors of #A06DFB
Black with #A06DFB
Text Example
Text Example
White with #A06DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DFB; }
p { color: rgb(160,109,251); }
H1.HeaderClassName
{
color: #A06DFB;
}
.AnyTagClassName
{
color: #A06DFB;
}
</style>
background-color css
<style>
a { background-color: #A06DFB; }
a { background-color: rgb(160,109,251); }
div.DivClassName
{
background-color: #A06DFB;
}
.BgClassName
{
background-color: #A06DFB;
}
</style>
border-color css
<style>
span { border-color: #A06DFB; }
span { border-color: rgb(160,109,251); }
td.TdClassName
{
border-color: #A06DFB;
}
.TagClassName
{
border-color: #A06DFB;
}
</style>