Shades of Light Slate Blue #A089FE
Tints of Light Slate Blue #A089FE
RGB
CMYK
RGB Variations
Color information
#A089FE (or 0xA089FE) is known color: Light Slate Blue. HEX triplet: A0, 89 and FE. RGB value is (160,137,254). Sum of RGB (Red+Green+Blue) = 160+137+254=551 (72% of max value = 765). Red value is 160 (62.89% from 255 or 29.04% from 551); Green value is 137 (53.91% from 255 or 24.86% from 551); Blue value is 254 (99.61% from 255 or 46.10% from 551); Max value from RGB is 254 - color contains mainly: blue. Hex color #A089FE is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A089FE is #5F7601. Grayscale: #9C9C9C. Windows color (decimal): -6256130 or 16681376. OLE color: 16681376.
HSL color Cylindrical-coordinate representation of color #A089FE: hue angle of 251.79º degrees, saturation: 0.98, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #A089FE is Cyan = 0.37, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 137 | 254 | - |
| CMYK | 0.37 | 0.46 | 0 | 0.00 |
| HSL | 251.79º | 0.98% | 0.77% | - |
| HSV(B) | 251.79º | 0.46% | 1% | - |
| XYZ | 41.33 | 32.52 | 97.86 | - |
| YUV | 157.22 | 182.62 | 129.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 137 | 254 | 0.37 | 0.46 | 0 | 0.00 | 251.79 | 0.98 | 0.77 |
| Hex | A0 | 89 | FE | 25 | 2E | 0 | 0 | FC | 62 | 4D |
| Octal | 240 | 211 | 376 | 45 | 56 | 0 | 0 | 374 | 142 | 115 |
| Binary | 10100000 | 10001001 | 11111110 | 100101 | 101110 | 0 | 0 | 11111100 | 1100010 | 1001101 |
Color Harmonies of #A089FE
Complementary color
Monochromatic Colors of #A089FE
Black with #A089FE
Text Example
Text Example
White with #A089FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A089FE; }
p { color: rgb(160,137,254); }
H1.HeaderClassName
{
color: #A089FE;
}
.AnyTagClassName
{
color: #A089FE;
}
</style>
background-color css
<style>
a { background-color: #A089FE; }
a { background-color: rgb(160,137,254); }
div.DivClassName
{
background-color: #A089FE;
}
.BgClassName
{
background-color: #A089FE;
}
</style>
border-color css
<style>
span { border-color: #A089FE; }
span { border-color: rgb(160,137,254); }
td.TdClassName
{
border-color: #A089FE;
}
.TagClassName
{
border-color: #A089FE;
}
</style>