Shades of Light Slate Blue #A06CFD
Tints of Light Slate Blue #A06CFD
RGB
CMYK
RGB Variations
Color information
#A06CFD (or 0xA06CFD) is known color: Light Slate Blue. HEX triplet: A0, 6C and FD. RGB value is (160,108,253). Sum of RGB (Red+Green+Blue) = 160+108+253=521 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.71% from 521); Green value is 108 (42.58% from 255 or 20.73% from 521); Blue value is 253 (99.22% from 255 or 48.56% from 521); Max value from RGB is 253 - color contains mainly: blue. Hex color #A06CFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06CFD is #5F9302. Grayscale: #8B8B8B. Windows color (decimal): -6263555 or 16608416. OLE color: 16608416.
HSL color Cylindrical-coordinate representation of color #A06CFD: hue angle of 261.52º degrees, saturation: 0.97, 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 #A06CFD is Cyan = 0.37, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 108 | 253 | - |
| CMYK | 0.37 | 0.57 | 0 | 0.01 |
| HSL | 261.52º | 0.97% | 0.71% | - |
| HSV(B) | 261.52º | 0.57% | 0.99% | - |
| XYZ | 37.59 | 25.29 | 95.83 | - |
| YUV | 140.08 | 191.73 | 142.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 108 | 253 | 0.37 | 0.57 | 0 | 0.01 | 261.52 | 0.97 | 0.71 |
| Hex | A0 | 6C | FD | 25 | 39 | 0 | 1 | 106 | 61 | 47 |
| Octal | 240 | 154 | 375 | 45 | 71 | 0 | 1 | 406 | 141 | 107 |
| Binary | 10100000 | 1101100 | 11111101 | 100101 | 111001 | 0 | 1 | 100000110 | 1100001 | 1000111 |
Color Harmonies of #A06CFD
Complementary color
Monochromatic Colors of #A06CFD
Black with #A06CFD
Text Example
Text Example
White with #A06CFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06CFD; }
p { color: rgb(160,108,253); }
H1.HeaderClassName
{
color: #A06CFD;
}
.AnyTagClassName
{
color: #A06CFD;
}
</style>
background-color css
<style>
a { background-color: #A06CFD; }
a { background-color: rgb(160,108,253); }
div.DivClassName
{
background-color: #A06CFD;
}
.BgClassName
{
background-color: #A06CFD;
}
</style>
border-color css
<style>
span { border-color: #A06CFD; }
span { border-color: rgb(160,108,253); }
td.TdClassName
{
border-color: #A06CFD;
}
.TagClassName
{
border-color: #A06CFD;
}
</style>