Shades of Light Slate Blue #A06FFE
Tints of Light Slate Blue #A06FFE
RGB
CMYK
RGB Variations
Color information
#A06FFE (or 0xA06FFE) is known color: Light Slate Blue. HEX triplet: A0, 6F and FE. RGB value is (160,111,254). Sum of RGB (Red+Green+Blue) = 160+111+254=525 (69% of max value = 765). Red value is 160 (62.89% from 255 or 30.48% from 525); Green value is 111 (43.75% from 255 or 21.14% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #A06FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A06FFE is #5F9001. Grayscale: #8D8D8D. Windows color (decimal): -6262786 or 16674720. OLE color: 16674720.
HSL color Cylindrical-coordinate representation of color #A06FFE: hue angle of 260.56º degrees, saturation: 0.99, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #A06FFE is Cyan = 0.37, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 111 | 254 | - |
| CMYK | 0.37 | 0.56 | 0 | 0.00 |
| HSL | 260.56º | 0.99% | 0.72% | - |
| HSV(B) | 260.56º | 0.56% | 1% | - |
| XYZ | 38.07 | 26 | 96.78 | - |
| YUV | 141.95 | 191.23 | 140.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 111 | 254 | 0.37 | 0.56 | 0 | 0.00 | 260.56 | 0.99 | 0.72 |
| Hex | A0 | 6F | FE | 25 | 38 | 0 | 0 | 105 | 63 | 48 |
| Octal | 240 | 157 | 376 | 45 | 70 | 0 | 0 | 405 | 143 | 110 |
| Binary | 10100000 | 1101111 | 11111110 | 100101 | 111000 | 0 | 0 | 100000101 | 1100011 | 1001000 |
Color Harmonies of #A06FFE
Complementary color
Monochromatic Colors of #A06FFE
Black with #A06FFE
Text Example
Text Example
White with #A06FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A06FFE; }
p { color: rgb(160,111,254); }
H1.HeaderClassName
{
color: #A06FFE;
}
.AnyTagClassName
{
color: #A06FFE;
}
</style>
background-color css
<style>
a { background-color: #A06FFE; }
a { background-color: rgb(160,111,254); }
div.DivClassName
{
background-color: #A06FFE;
}
.BgClassName
{
background-color: #A06FFE;
}
</style>
border-color css
<style>
span { border-color: #A06FFE; }
span { border-color: rgb(160,111,254); }
td.TdClassName
{
border-color: #A06FFE;
}
.TagClassName
{
border-color: #A06FFE;
}
</style>