Shades of Light Slate Blue #A085F6
Tints of Light Slate Blue #A085F6
RGB
CMYK
RGB Variations
Color information
#A085F6 (or 0xA085F6) is known color: Light Slate Blue. HEX triplet: A0, 85 and F6. RGB value is (160,133,246). Sum of RGB (Red+Green+Blue) = 160+133+246=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 133 (52.34% from 255 or 24.68% from 539); Blue value is 246 (96.48% from 255 or 45.64% from 539); Max value from RGB is 246 - color contains mainly: blue. Hex color #A085F6 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F6 is #5F7A09. Grayscale: #999999. Windows color (decimal): -6257162 or 16156064. OLE color: 16156064.
HSL color Cylindrical-coordinate representation of color #A085F6: hue angle of 254.34º degrees, saturation: 0.86, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A085F6 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 160 | 133 | 246 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.04 |
| HSL | 254.34º | 0.86% | 0.74% | - |
| HSV(B) | 254.34º | 0.46% | 0.96% | - |
| XYZ | 39.52 | 30.9 | 91.07 | - |
| YUV | 153.96 | 179.95 | 132.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 246 | 0.35 | 0.46 | 0 | 0.04 | 254.34 | 0.86 | 0.74 |
| Hex | A0 | 85 | F6 | 23 | 2E | 0 | 4 | FE | 56 | 4A |
| Octal | 240 | 205 | 366 | 43 | 56 | 0 | 4 | 376 | 126 | 112 |
| Binary | 10100000 | 10000101 | 11110110 | 100011 | 101110 | 0 | 100 | 11111110 | 1010110 | 1001010 |
Color Harmonies of #A085F6
Complementary color
Monochromatic Colors of #A085F6
Black with #A085F6
Text Example
Text Example
White with #A085F6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085F6; }
p { color: rgb(160,133,246); }
H1.HeaderClassName
{
color: #A085F6;
}
.AnyTagClassName
{
color: #A085F6;
}
</style>
background-color css
<style>
a { background-color: #A085F6; }
a { background-color: rgb(160,133,246); }
div.DivClassName
{
background-color: #A085F6;
}
.BgClassName
{
background-color: #A085F6;
}
</style>
border-color css
<style>
span { border-color: #A085F6; }
span { border-color: rgb(160,133,246); }
td.TdClassName
{
border-color: #A085F6;
}
.TagClassName
{
border-color: #A085F6;
}
</style>