Shades of Light Slate Blue #A982FF
Tints of Light Slate Blue #A982FF
RGB
CMYK
RGB Variations
Color information
#A982FF (or 0xA982FF) is known color: Light Slate Blue. HEX triplet: A9, 82 and FF. RGB value is (169,130,255). Sum of RGB (Red+Green+Blue) = 169+130+255=554 (73% of max value = 765). Red value is 169 (66.41% from 255 or 30.51% from 554); Green value is 130 (51.17% from 255 or 23.47% from 554); Blue value is 255 (100% from 255 or 46.03% from 554); Max value from RGB is 255 - color contains mainly: blue. Hex color #A982FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A982FF is #567D00. Grayscale: #9B9B9B. Windows color (decimal): -5668097 or 16745129. OLE color: 16745129.
HSL color Cylindrical-coordinate representation of color #A982FF: hue angle of 258.72º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A982FF is Cyan = 0.34, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 169 | 130 | 255 | - |
| CMYK | 0.34 | 0.49 | 0 | 0 |
| HSL | 258.72º | 1% | 0.75% | - |
| HSV(B) | 258.72º | 0.49% | 1% | - |
| XYZ | 42.39 | 31.62 | 98.48 | - |
| YUV | 155.91 | 183.92 | 137.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 169 | 130 | 255 | 0.34 | 0.49 | 0 | 0 | 258.72 | 1 | 0.75 |
| Hex | A9 | 82 | FF | 22 | 31 | 0 | 0 | 103 | 64 | 4B |
| Octal | 251 | 202 | 377 | 42 | 61 | 0 | 0 | 403 | 144 | 113 |
| Binary | 10101001 | 10000010 | 11111111 | 100010 | 110001 | 0 | 0 | 100000011 | 1100100 | 1001011 |
Color Harmonies of #A982FF
Complementary color
Monochromatic Colors of #A982FF
Black with #A982FF
Text Example
Text Example
White with #A982FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A982FF; }
p { color: rgb(169,130,255); }
H1.HeaderClassName
{
color: #A982FF;
}
.AnyTagClassName
{
color: #A982FF;
}
</style>
background-color css
<style>
a { background-color: #A982FF; }
a { background-color: rgb(169,130,255); }
div.DivClassName
{
background-color: #A982FF;
}
.BgClassName
{
background-color: #A982FF;
}
</style>
border-color css
<style>
span { border-color: #A982FF; }
span { border-color: rgb(169,130,255); }
td.TdClassName
{
border-color: #A982FF;
}
.TagClassName
{
border-color: #A982FF;
}
</style>