Shades of Light Slate Blue #A06EFB
Tints of Light Slate Blue #A06EFB
RGB
CMYK
RGB Variations
Color information
#A06EFB (or 0xA06EFB) is known color: Light Slate Blue. HEX triplet: A0, 6E and FB. RGB value is (160,110,251). Sum of RGB (Red+Green+Blue) = 160+110+251=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 110 (43.36% from 255 or 21.11% from 521); Blue value is 251 (98.44% from 255 or 48.18% from 521); Max value from RGB is 251 - color contains mainly: blue. Hex color #A06EFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EFB is #5F9104. Grayscale: #8C8C8C. Windows color (decimal): -6263045 or 16477856. OLE color: 16477856.
HSL color Cylindrical-coordinate representation of color #A06EFB: hue angle of 261.28º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06EFB is Cyan = 0.36, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 110 | 251 | - |
| CMYK | 0.36 | 0.56 | 0 | 0.02 |
| HSL | 261.28º | 0.95% | 0.71% | - |
| HSV(B) | 261.28º | 0.56% | 0.98% | - |
| XYZ | 37.49 | 25.59 | 94.23 | - |
| YUV | 141.02 | 190.07 | 141.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 251 | 0.36 | 0.56 | 0 | 0.02 | 261.28 | 0.95 | 0.71 |
| Hex | A0 | 6E | FB | 24 | 38 | 0 | 2 | 105 | 5F | 47 |
| Octal | 240 | 156 | 373 | 44 | 70 | 0 | 2 | 405 | 137 | 107 |
| Binary | 10100000 | 1101110 | 11111011 | 100100 | 111000 | 0 | 10 | 100000101 | 1011111 | 1000111 |
Color Harmonies of #A06EFB
Complementary color
Monochromatic Colors of #A06EFB
Black with #A06EFB
Text Example
Text Example
White with #A06EFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EFB; }
p { color: rgb(160,110,251); }
H1.HeaderClassName
{
color: #A06EFB;
}
.AnyTagClassName
{
color: #A06EFB;
}
</style>
background-color css
<style>
a { background-color: #A06EFB; }
a { background-color: rgb(160,110,251); }
div.DivClassName
{
background-color: #A06EFB;
}
.BgClassName
{
background-color: #A06EFB;
}
</style>
border-color css
<style>
span { border-color: #A06EFB; }
span { border-color: rgb(160,110,251); }
td.TdClassName
{
border-color: #A06EFB;
}
.TagClassName
{
border-color: #A06EFB;
}
</style>