Shades of Light Slate Blue #A06DFC
Tints of Light Slate Blue #A06DFC
RGB
CMYK
RGB Variations
Color information
#A06DFC (or 0xA06DFC) is known color: Light Slate Blue. HEX triplet: A0, 6D and FC. RGB value is (160,109,252). Sum of RGB (Red+Green+Blue) = 160+109+252=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 109 (42.97% from 255 or 20.92% from 521); Blue value is 252 (98.83% from 255 or 48.37% from 521); Max value from RGB is 252 - color contains mainly: blue. Hex color #A06DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06DFC is #5F9203. Grayscale: #8C8C8C. Windows color (decimal): -6263300 or 16543136. OLE color: 16543136.
HSL color Cylindrical-coordinate representation of color #A06DFC: hue angle of 261.4º degrees, saturation: 0.96, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A06DFC is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 109 | 252 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.01 |
| HSL | 261.4º | 0.96% | 0.71% | - |
| HSV(B) | 261.4º | 0.57% | 0.99% | - |
| XYZ | 37.54 | 25.44 | 95.03 | - |
| YUV | 140.55 | 190.9 | 141.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 109 | 252 | 0.37 | 0.57 | 0 | 0.01 | 261.4 | 0.96 | 0.71 |
| Hex | A0 | 6D | FC | 25 | 39 | 0 | 1 | 105 | 60 | 47 |
| Octal | 240 | 155 | 374 | 45 | 71 | 0 | 1 | 405 | 140 | 107 |
| Binary | 10100000 | 1101101 | 11111100 | 100101 | 111001 | 0 | 1 | 100000101 | 1100000 | 1000111 |
Color Harmonies of #A06DFC
Complementary color
Monochromatic Colors of #A06DFC
Black with #A06DFC
Text Example
Text Example
White with #A06DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06DFC; }
p { color: rgb(160,109,252); }
H1.HeaderClassName
{
color: #A06DFC;
}
.AnyTagClassName
{
color: #A06DFC;
}
</style>
background-color css
<style>
a { background-color: #A06DFC; }
a { background-color: rgb(160,109,252); }
div.DivClassName
{
background-color: #A06DFC;
}
.BgClassName
{
background-color: #A06DFC;
}
</style>
border-color css
<style>
span { border-color: #A06DFC; }
span { border-color: rgb(160,109,252); }
td.TdClassName
{
border-color: #A06DFC;
}
.TagClassName
{
border-color: #A06DFC;
}
</style>