Shades of Light Slate Blue #A680FF
Tints of Light Slate Blue #A680FF
RGB
CMYK
RGB Variations
Color information
#A680FF (or 0xA680FF) is known color: Light Slate Blue. HEX triplet: A6, 80 and FF. RGB value is (166,128,255). Sum of RGB (Red+Green+Blue) = 166+128+255=549 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.24% from 549); Green value is 128 (50.39% from 255 or 23.32% from 549); Blue value is 255 (100% from 255 or 46.45% from 549); Max value from RGB is 255 - color contains mainly: blue. Hex color #A680FF is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #A680FF is #597F00. Grayscale: #999999. Windows color (decimal): -5865217 or 16744614. OLE color: 16744614.
HSL color Cylindrical-coordinate representation of color #A680FF: hue angle of 257.95º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A680FF is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 128 | 255 | - |
| CMYK | 0.35 | 0.50 | 0 | 0 |
| HSL | 257.95º | 1% | 0.75% | - |
| HSV(B) | 257.95º | 0.5% | 1% | - |
| XYZ | 41.5 | 30.77 | 98.36 | - |
| YUV | 153.84 | 185.09 | 136.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 128 | 255 | 0.35 | 0.50 | 0 | 0 | 257.95 | 1 | 0.75 |
| Hex | A6 | 80 | FF | 23 | 32 | 0 | 0 | 102 | 64 | 4B |
| Octal | 246 | 200 | 377 | 43 | 62 | 0 | 0 | 402 | 144 | 113 |
| Binary | 10100110 | 10000000 | 11111111 | 100011 | 110010 | 0 | 0 | 100000010 | 1100100 | 1001011 |
Color Harmonies of #A680FF
Complementary color
Monochromatic Colors of #A680FF
Black with #A680FF
Text Example
Text Example
White with #A680FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A680FF; }
p { color: rgb(166,128,255); }
H1.HeaderClassName
{
color: #A680FF;
}
.AnyTagClassName
{
color: #A680FF;
}
</style>
background-color css
<style>
a { background-color: #A680FF; }
a { background-color: rgb(166,128,255); }
div.DivClassName
{
background-color: #A680FF;
}
.BgClassName
{
background-color: #A680FF;
}
</style>
border-color css
<style>
span { border-color: #A680FF; }
span { border-color: rgb(166,128,255); }
td.TdClassName
{
border-color: #A680FF;
}
.TagClassName
{
border-color: #A680FF;
}
</style>