Shades of Light Slate Blue #A682FF
Tints of Light Slate Blue #A682FF
RGB
CMYK
RGB Variations
Color information
#A682FF (or 0xA682FF) is known color: Light Slate Blue. HEX triplet: A6, 82 and FF. RGB value is (166,130,255). Sum of RGB (Red+Green+Blue) = 166+130+255=551 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.13% from 551); Green value is 130 (51.17% from 255 or 23.59% from 551); Blue value is 255 (100% from 255 or 46.28% from 551); Max value from RGB is 255 - color contains mainly: blue. Hex color #A682FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A682FF is #597D00. Grayscale: #9A9A9A. Windows color (decimal): -5864705 or 16745126. OLE color: 16745126.
HSL color Cylindrical-coordinate representation of color #A682FF: hue angle of 257.28º 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 #A682FF is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 130 | 255 | - |
| CMYK | 0.35 | 0.49 | 0 | 0 |
| HSL | 257.28º | 1% | 0.75% | - |
| HSV(B) | 257.28º | 0.49% | 1% | - |
| XYZ | 41.76 | 31.29 | 98.45 | - |
| YUV | 155.01 | 184.43 | 135.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 130 | 255 | 0.35 | 0.49 | 0 | 0 | 257.28 | 1 | 0.75 |
| Hex | A6 | 82 | FF | 23 | 31 | 0 | 0 | 101 | 64 | 4B |
| Octal | 246 | 202 | 377 | 43 | 61 | 0 | 0 | 401 | 144 | 113 |
| Binary | 10100110 | 10000010 | 11111111 | 100011 | 110001 | 0 | 0 | 100000001 | 1100100 | 1001011 |
Color Harmonies of #A682FF
Complementary color
Monochromatic Colors of #A682FF
Black with #A682FF
Text Example
Text Example
White with #A682FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A682FF; }
p { color: rgb(166,130,255); }
H1.HeaderClassName
{
color: #A682FF;
}
.AnyTagClassName
{
color: #A682FF;
}
</style>
background-color css
<style>
a { background-color: #A682FF; }
a { background-color: rgb(166,130,255); }
div.DivClassName
{
background-color: #A682FF;
}
.BgClassName
{
background-color: #A682FF;
}
</style>
border-color css
<style>
span { border-color: #A682FF; }
span { border-color: rgb(166,130,255); }
td.TdClassName
{
border-color: #A682FF;
}
.TagClassName
{
border-color: #A682FF;
}
</style>