Shades of Light Slate Blue #A383FB
Tints of Light Slate Blue #A383FB
RGB
CMYK
RGB Variations
Color information
#A383FB (or 0xA383FB) is known color: Light Slate Blue. HEX triplet: A3, 83 and FB. RGB value is (163,131,251). Sum of RGB (Red+Green+Blue) = 163+131+251=545 (72% of max value = 765). Red value is 163 (64.06% from 255 or 29.91% from 545); Green value is 131 (51.56% from 255 or 24.04% from 545); Blue value is 251 (98.44% from 255 or 46.06% from 545); Max value from RGB is 251 - color contains mainly: blue. Hex color #A383FB is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A383FB is #5C7C04. Grayscale: #999999. Windows color (decimal): -6061061 or 16483235. OLE color: 16483235.
HSL color Cylindrical-coordinate representation of color #A383FB: hue angle of 256º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #A383FB is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 163 | 131 | 251 | - |
| CMYK | 0.35 | 0.48 | 0 | 0.02 |
| HSL | 256º | 0.94% | 0.75% | - |
| HSV(B) | 256º | 0.48% | 0.98% | - |
| XYZ | 40.63 | 30.98 | 95.11 | - |
| YUV | 154.25 | 182.6 | 134.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 163 | 131 | 251 | 0.35 | 0.48 | 0 | 0.02 | 256 | 0.94 | 0.75 |
| Hex | A3 | 83 | FB | 23 | 30 | 0 | 2 | 100 | 5E | 4B |
| Octal | 243 | 203 | 373 | 43 | 60 | 0 | 2 | 400 | 136 | 113 |
| Binary | 10100011 | 10000011 | 11111011 | 100011 | 110000 | 0 | 10 | 100000000 | 1011110 | 1001011 |
Color Harmonies of #A383FB
Complementary color
Monochromatic Colors of #A383FB
Black with #A383FB
Text Example
Text Example
White with #A383FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A383FB; }
p { color: rgb(163,131,251); }
H1.HeaderClassName
{
color: #A383FB;
}
.AnyTagClassName
{
color: #A383FB;
}
</style>
background-color css
<style>
a { background-color: #A383FB; }
a { background-color: rgb(163,131,251); }
div.DivClassName
{
background-color: #A383FB;
}
.BgClassName
{
background-color: #A383FB;
}
</style>
border-color css
<style>
span { border-color: #A383FB; }
span { border-color: rgb(163,131,251); }
td.TdClassName
{
border-color: #A383FB;
}
.TagClassName
{
border-color: #A383FB;
}
</style>