Shades of Light Slate Blue #A06EFF
Tints of Light Slate Blue #A06EFF
RGB
CMYK
RGB Variations
Color information
#A06EFF (or 0xA06EFF) is known color: Light Slate Blue. HEX triplet: A0, 6E and FF. RGB value is (160,110,255). Sum of RGB (Red+Green+Blue) = 160+110+255=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 110 (43.36% from 255 or 20.95% from 525); Blue value is 255 (100% from 255 or 48.57% from 525); Max value from RGB is 255 - color contains mainly: blue. Hex color #A06EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06EFF is #5F9100. Grayscale: #8C8C8C. Windows color (decimal): -6263041 or 16740000. OLE color: 16740000.
HSL color Cylindrical-coordinate representation of color #A06EFF: hue angle of 260.69º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06EFF is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 110 | 255 | - |
| CMYK | 0.37 | 0.57 | 0 | 0 |
| HSL | 260.69º | 1% | 0.72% | - |
| HSV(B) | 260.69º | 0.57% | 1% | - |
| XYZ | 38.12 | 25.85 | 97.59 | - |
| YUV | 141.48 | 192.07 | 141.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 110 | 255 | 0.37 | 0.57 | 0 | 0 | 260.69 | 1 | 0.72 |
| Hex | A0 | 6E | FF | 25 | 39 | 0 | 0 | 105 | 64 | 48 |
| Octal | 240 | 156 | 377 | 45 | 71 | 0 | 0 | 405 | 144 | 110 |
| Binary | 10100000 | 1101110 | 11111111 | 100101 | 111001 | 0 | 0 | 100000101 | 1100100 | 1001000 |
Color Harmonies of #A06EFF
Complementary color
Monochromatic Colors of #A06EFF
Black with #A06EFF
Text Example
Text Example
White with #A06EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06EFF; }
p { color: rgb(160,110,255); }
H1.HeaderClassName
{
color: #A06EFF;
}
.AnyTagClassName
{
color: #A06EFF;
}
</style>
background-color css
<style>
a { background-color: #A06EFF; }
a { background-color: rgb(160,110,255); }
div.DivClassName
{
background-color: #A06EFF;
}
.BgClassName
{
background-color: #A06EFF;
}
</style>
border-color css
<style>
span { border-color: #A06EFF; }
span { border-color: rgb(160,110,255); }
td.TdClassName
{
border-color: #A06EFF;
}
.TagClassName
{
border-color: #A06EFF;
}
</style>