Shades of Light Slate Blue #A383F9
Tints of Light Slate Blue #A383F9
RGB
CMYK
RGB Variations
Color information
#A383F9 (or 0xA383F9) is known color: Light Slate Blue. HEX triplet: A3, 83 and F9. RGB value is (163,131,249). Sum of RGB (Red+Green+Blue) = 163+131+249=543 (71% of max value = 765). Red value is 163 (64.06% from 255 or 30.02% from 543); Green value is 131 (51.56% from 255 or 24.13% from 543); Blue value is 249 (97.66% from 255 or 45.86% from 543); Max value from RGB is 249 - color contains mainly: blue. Hex color #A383F9 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A383F9 is #5C7C06. Grayscale: #999999. Windows color (decimal): -6061063 or 16352163. OLE color: 16352163.
HSL color Cylindrical-coordinate representation of color #A383F9: hue angle of 256.27º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #A383F9 is Cyan = 0.35, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 131 | 249 | - |
| CMYK | 0.35 | 0.47 | 0 | 0.02 |
| HSL | 256.27º | 0.91% | 0.75% | - |
| HSV(B) | 256.27º | 0.47% | 0.98% | - |
| XYZ | 40.32 | 30.86 | 93.45 | - |
| YUV | 154.02 | 181.6 | 134.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 249 | 0.35 | 0.47 | 0 | 0.02 | 256.27 | 0.91 | 0.75 |
| Hex | A3 | 83 | F9 | 23 | 2F | 0 | 2 | 100 | 5B | 4B |
| Octal | 243 | 203 | 371 | 43 | 57 | 0 | 2 | 400 | 133 | 113 |
| Binary | 10100011 | 10000011 | 11111001 | 100011 | 101111 | 0 | 10 | 100000000 | 1011011 | 1001011 |
Color Harmonies of #A383F9
Complementary color
Monochromatic Colors of #A383F9
Black with #A383F9
Text Example
Text Example
White with #A383F9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383F9; }
p { color: rgb(163,131,249); }
H1.HeaderClassName
{
color: #A383F9;
}
.AnyTagClassName
{
color: #A383F9;
}
</style>
background-color css
<style>
a { background-color: #A383F9; }
a { background-color: rgb(163,131,249); }
div.DivClassName
{
background-color: #A383F9;
}
.BgClassName
{
background-color: #A383F9;
}
</style>
border-color css
<style>
span { border-color: #A383F9; }
span { border-color: rgb(163,131,249); }
td.TdClassName
{
border-color: #A383F9;
}
.TagClassName
{
border-color: #A383F9;
}
</style>