Shades of Light Slate Blue #A085F8
Tints of Light Slate Blue #A085F8
RGB
CMYK
RGB Variations
Color information
#A085F8 (or 0xA085F8) is known color: Light Slate Blue. HEX triplet: A0, 85 and F8. RGB value is (160,133,248). Sum of RGB (Red+Green+Blue) = 160+133+248=541 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.57% from 541); Green value is 133 (52.34% from 255 or 24.58% from 541); Blue value is 248 (97.27% from 255 or 45.84% from 541); Max value from RGB is 248 - color contains mainly: blue. Hex color #A085F8 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A085F8 is #5F7A07. Grayscale: #999999. Windows color (decimal): -6257160 or 16287136. OLE color: 16287136.
HSL color Cylindrical-coordinate representation of color #A085F8: hue angle of 254.09º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A085F8 is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 133 | 248 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.03 |
| HSL | 254.09º | 0.89% | 0.75% | - |
| HSV(B) | 254.09º | 0.46% | 0.97% | - |
| XYZ | 39.83 | 31.03 | 92.7 | - |
| YUV | 154.18 | 180.95 | 132.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 133 | 248 | 0.35 | 0.46 | 0 | 0.03 | 254.09 | 0.89 | 0.75 |
| Hex | A0 | 85 | F8 | 23 | 2E | 0 | 3 | FE | 59 | 4B |
| Octal | 240 | 205 | 370 | 43 | 56 | 0 | 3 | 376 | 131 | 113 |
| Binary | 10100000 | 10000101 | 11111000 | 100011 | 101110 | 0 | 11 | 11111110 | 1011001 | 1001011 |
Color Harmonies of #A085F8
Complementary color
Monochromatic Colors of #A085F8
Black with #A085F8
Text Example
Text Example
White with #A085F8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A085F8; }
p { color: rgb(160,133,248); }
H1.HeaderClassName
{
color: #A085F8;
}
.AnyTagClassName
{
color: #A085F8;
}
</style>
background-color css
<style>
a { background-color: #A085F8; }
a { background-color: rgb(160,133,248); }
div.DivClassName
{
background-color: #A085F8;
}
.BgClassName
{
background-color: #A085F8;
}
</style>
border-color css
<style>
span { border-color: #A085F8; }
span { border-color: rgb(160,133,248); }
td.TdClassName
{
border-color: #A085F8;
}
.TagClassName
{
border-color: #A085F8;
}
</style>