Shades of Light Slate Blue #A983FF
Tints of Light Slate Blue #A983FF
RGB
CMYK
RGB Variations
Color information
#A983FF (or 0xA983FF) is known color: Light Slate Blue. HEX triplet: A9, 83 and FF. RGB value is (169,131,255). Sum of RGB (Red+Green+Blue) = 169+131+255=555 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.45% from 555); Green value is 131 (51.56% from 255 or 23.60% from 555); Blue value is 255 (100% from 255 or 45.95% from 555); Max value from RGB is 255 - color contains mainly: blue. Hex color #A983FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A983FF is #567C00. Grayscale: #9C9C9C. Windows color (decimal): -5667841 or 16745385. OLE color: 16745385.
HSL color Cylindrical-coordinate representation of color #A983FF: hue angle of 258.39º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A983FF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 131 | 255 | - |
| CMYK | 0.34 | 0.49 | 0 | 0 |
| HSL | 258.39º | 1% | 0.76% | - |
| HSV(B) | 258.39º | 0.49% | 1% | - |
| XYZ | 42.53 | 31.89 | 98.52 | - |
| YUV | 156.5 | 183.59 | 136.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 131 | 255 | 0.34 | 0.49 | 0 | 0 | 258.39 | 1 | 0.76 |
| Hex | A9 | 83 | FF | 22 | 31 | 0 | 0 | 102 | 64 | 4C |
| Octal | 251 | 203 | 377 | 42 | 61 | 0 | 0 | 402 | 144 | 114 |
| Binary | 10101001 | 10000011 | 11111111 | 100010 | 110001 | 0 | 0 | 100000010 | 1100100 | 1001100 |
Color Harmonies of #A983FF
Complementary color
Monochromatic Colors of #A983FF
Black with #A983FF
Text Example
Text Example
White with #A983FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A983FF; }
p { color: rgb(169,131,255); }
H1.HeaderClassName
{
color: #A983FF;
}
.AnyTagClassName
{
color: #A983FF;
}
</style>
background-color css
<style>
a { background-color: #A983FF; }
a { background-color: rgb(169,131,255); }
div.DivClassName
{
background-color: #A983FF;
}
.BgClassName
{
background-color: #A983FF;
}
</style>
border-color css
<style>
span { border-color: #A983FF; }
span { border-color: rgb(169,131,255); }
td.TdClassName
{
border-color: #A983FF;
}
.TagClassName
{
border-color: #A983FF;
}
</style>