Shades of Light Slate Blue #A389F9
Tints of Light Slate Blue #A389F9
RGB
CMYK
RGB Variations
Color information
#A389F9 (or 0xA389F9) is known color: Light Slate Blue. HEX triplet: A3, 89 and F9. RGB value is (163,137,249). Sum of RGB (Red+Green+Blue) = 163+137+249=549 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.69% from 549); Green value is 137 (53.91% from 255 or 24.95% from 549); Blue value is 249 (97.66% from 255 or 45.36% from 549); Max value from RGB is 249 - color contains mainly: blue. Hex color #A389F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A389F9 is #5C7606. Grayscale: #9D9D9D. Windows color (decimal): -6059527 or 16353699. OLE color: 16353699.
HSL color Cylindrical-coordinate representation of color #A389F9: hue angle of 253.93º degrees, saturation: 0.9, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #A389F9 is Cyan = 0.35, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 137 | 249 | - |
| CMYK | 0.35 | 0.45 | 0 | 0.02 |
| HSL | 253.93º | 0.9% | 0.76% | - |
| HSV(B) | 253.93º | 0.45% | 0.98% | - |
| XYZ | 41.15 | 32.52 | 93.73 | - |
| YUV | 157.54 | 179.61 | 131.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 137 | 249 | 0.35 | 0.45 | 0 | 0.02 | 253.93 | 0.9 | 0.76 |
| Hex | A3 | 89 | F9 | 23 | 2D | 0 | 2 | FE | 5A | 4C |
| Octal | 243 | 211 | 371 | 43 | 55 | 0 | 2 | 376 | 132 | 114 |
| Binary | 10100011 | 10001001 | 11111001 | 100011 | 101101 | 0 | 10 | 11111110 | 1011010 | 1001100 |
Color Harmonies of #A389F9
Complementary color
Monochromatic Colors of #A389F9
Black with #A389F9
Text Example
Text Example
White with #A389F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A389F9; }
p { color: rgb(163,137,249); }
H1.HeaderClassName
{
color: #A389F9;
}
.AnyTagClassName
{
color: #A389F9;
}
</style>
background-color css
<style>
a { background-color: #A389F9; }
a { background-color: rgb(163,137,249); }
div.DivClassName
{
background-color: #A389F9;
}
.BgClassName
{
background-color: #A389F9;
}
</style>
border-color css
<style>
span { border-color: #A389F9; }
span { border-color: rgb(163,137,249); }
td.TdClassName
{
border-color: #A389F9;
}
.TagClassName
{
border-color: #A389F9;
}
</style>