Shades of Light Slate Blue #A06BFD
Tints of Light Slate Blue #A06BFD
RGB
CMYK
RGB Variations
Color information
#A06BFD (or 0xA06BFD) is known color: Light Slate Blue. HEX triplet: A0, 6B and FD. RGB value is (160,107,253). Sum of RGB (Red+Green+Blue) = 160+107+253=520 (68% of max value = 765). Red value is 160 (62.89% from 255 or 30.77% from 520); Green value is 107 (42.19% from 255 or 20.58% from 520); Blue value is 253 (99.22% from 255 or 48.65% from 520); Max value from RGB is 253 - color contains mainly: blue. Hex color #A06BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06BFD is #5F9402. Grayscale: #8A8A8A. Windows color (decimal): -6263811 or 16608160. OLE color: 16608160.
HSL color Cylindrical-coordinate representation of color #A06BFD: hue angle of 261.78º degrees, saturation: 0.97, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A06BFD is Cyan = 0.37, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 107 | 253 | - |
| CMYK | 0.37 | 0.58 | 0 | 0.01 |
| HSL | 261.78º | 0.97% | 0.71% | - |
| HSV(B) | 261.78º | 0.58% | 0.99% | - |
| XYZ | 37.48 | 25.08 | 95.79 | - |
| YUV | 139.49 | 192.06 | 142.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 107 | 253 | 0.37 | 0.58 | 0 | 0.01 | 261.78 | 0.97 | 0.71 |
| Hex | A0 | 6B | FD | 25 | 3A | 0 | 1 | 106 | 61 | 47 |
| Octal | 240 | 153 | 375 | 45 | 72 | 0 | 1 | 406 | 141 | 107 |
| Binary | 10100000 | 1101011 | 11111101 | 100101 | 111010 | 0 | 1 | 100000110 | 1100001 | 1000111 |
Color Harmonies of #A06BFD
Complementary color
Monochromatic Colors of #A06BFD
Black with #A06BFD
Text Example
Text Example
White with #A06BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06BFD; }
p { color: rgb(160,107,253); }
H1.HeaderClassName
{
color: #A06BFD;
}
.AnyTagClassName
{
color: #A06BFD;
}
</style>
background-color css
<style>
a { background-color: #A06BFD; }
a { background-color: rgb(160,107,253); }
div.DivClassName
{
background-color: #A06BFD;
}
.BgClassName
{
background-color: #A06BFD;
}
</style>
border-color css
<style>
span { border-color: #A06BFD; }
span { border-color: rgb(160,107,253); }
td.TdClassName
{
border-color: #A06BFD;
}
.TagClassName
{
border-color: #A06BFD;
}
</style>