Shades of Light Slate Blue #A678FF
Tints of Light Slate Blue #A678FF
RGB
CMYK
RGB Variations
Color information
#A678FF (or 0xA678FF) is known color: Light Slate Blue. HEX triplet: A6, 78 and FF. RGB value is (166,120,255). Sum of RGB (Red+Green+Blue) = 166+120+255=541 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.68% from 541); Green value is 120 (47.27% from 255 or 22.18% from 541); Blue value is 255 (100% from 255 or 47.13% from 541); Max value from RGB is 255 - color contains mainly: blue. Hex color #A678FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A678FF is #598700. Grayscale: #949494. Windows color (decimal): -5867265 or 16742566. OLE color: 16742566.
HSL color Cylindrical-coordinate representation of color #A678FF: hue angle of 260.44º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #A678FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 120 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 260.44º | 1% | 0.74% | - |
| HSV(B) | 260.44º | 0.53% | 1% | - |
| XYZ | 40.49 | 28.76 | 98.02 | - |
| YUV | 149.14 | 187.74 | 140.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 120 | 255 | 0.35 | 0.53 | 0 | 0 | 260.44 | 1 | 0.74 |
| Hex | A6 | 78 | FF | 23 | 35 | 0 | 0 | 104 | 64 | 4A |
| Octal | 246 | 170 | 377 | 43 | 65 | 0 | 0 | 404 | 144 | 112 |
| Binary | 10100110 | 1111000 | 11111111 | 100011 | 110101 | 0 | 0 | 100000100 | 1100100 | 1001010 |
Color Harmonies of #A678FF
Complementary color
Monochromatic Colors of #A678FF
Black with #A678FF
Text Example
Text Example
White with #A678FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A678FF; }
p { color: rgb(166,120,255); }
H1.HeaderClassName
{
color: #A678FF;
}
.AnyTagClassName
{
color: #A678FF;
}
</style>
background-color css
<style>
a { background-color: #A678FF; }
a { background-color: rgb(166,120,255); }
div.DivClassName
{
background-color: #A678FF;
}
.BgClassName
{
background-color: #A678FF;
}
</style>
border-color css
<style>
span { border-color: #A678FF; }
span { border-color: rgb(166,120,255); }
td.TdClassName
{
border-color: #A678FF;
}
.TagClassName
{
border-color: #A678FF;
}
</style>