Shades of Light Slate Blue #A08AFF
Tints of Light Slate Blue #A08AFF
RGB
CMYK
RGB Variations
Color information
#A08AFF (or 0xA08AFF) is known color: Light Slate Blue. HEX triplet: A0, 8A and FF. RGB value is (160,138,255). Sum of RGB (Red+Green+Blue) = 160+138+255=553 (73% of max value = 765). Red value is 160 (62.89% from 255 or 28.93% from 553); Green value is 138 (54.30% from 255 or 24.95% from 553); Blue value is 255 (100% from 255 or 46.11% from 553); Max value from RGB is 255 - color contains mainly: blue. Hex color #A08AFF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A08AFF is #5F7500. Grayscale: #9D9D9D. Windows color (decimal): -6255873 or 16747168. OLE color: 16747168.
HSL color Cylindrical-coordinate representation of color #A08AFF: hue angle of 251.28º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A08AFF is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 138 | 255 | - |
| CMYK | 0.37 | 0.46 | 0 | 0 |
| HSL | 251.28º | 1% | 0.77% | - |
| HSV(B) | 251.28º | 0.46% | 1% | - |
| XYZ | 41.64 | 32.87 | 98.76 | - |
| YUV | 157.92 | 182.79 | 129.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 138 | 255 | 0.37 | 0.46 | 0 | 0 | 251.28 | 1 | 0.77 |
| Hex | A0 | 8A | FF | 25 | 2E | 0 | 0 | FB | 64 | 4D |
| Octal | 240 | 212 | 377 | 45 | 56 | 0 | 0 | 373 | 144 | 115 |
| Binary | 10100000 | 10001010 | 11111111 | 100101 | 101110 | 0 | 0 | 11111011 | 1100100 | 1001101 |
Color Harmonies of #A08AFF
Complementary color
Monochromatic Colors of #A08AFF
Black with #A08AFF
Text Example
Text Example
White with #A08AFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A08AFF; }
p { color: rgb(160,138,255); }
H1.HeaderClassName
{
color: #A08AFF;
}
.AnyTagClassName
{
color: #A08AFF;
}
</style>
background-color css
<style>
a { background-color: #A08AFF; }
a { background-color: rgb(160,138,255); }
div.DivClassName
{
background-color: #A08AFF;
}
.BgClassName
{
background-color: #A08AFF;
}
</style>
border-color css
<style>
span { border-color: #A08AFF; }
span { border-color: rgb(160,138,255); }
td.TdClassName
{
border-color: #A08AFF;
}
.TagClassName
{
border-color: #A08AFF;
}
</style>