Shades of Light Slate Blue #A679FF
Tints of Light Slate Blue #A679FF
RGB
CMYK
RGB Variations
Color information
#A679FF (or 0xA679FF) is known color: Light Slate Blue. HEX triplet: A6, 79 and FF. RGB value is (166,121,255). Sum of RGB (Red+Green+Blue) = 166+121+255=542 (71% of max value = 765). Red value is 166 (65.23% from 255 or 30.63% from 542); Green value is 121 (47.66% from 255 or 22.32% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #A679FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A679FF is #598600. Grayscale: #959595. Windows color (decimal): -5867009 or 16742822. OLE color: 16742822.
HSL color Cylindrical-coordinate representation of color #A679FF: hue angle of 260.15º 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 #A679FF is Cyan = 0.35, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 121 | 255 | - |
| CMYK | 0.35 | 0.53 | 0 | 0 |
| HSL | 260.15º | 1% | 0.74% | - |
| HSV(B) | 260.15º | 0.53% | 1% | - |
| XYZ | 40.61 | 29 | 98.07 | - |
| YUV | 149.73 | 187.41 | 139.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 121 | 255 | 0.35 | 0.53 | 0 | 0 | 260.15 | 1 | 0.74 |
| Hex | A6 | 79 | FF | 23 | 35 | 0 | 0 | 104 | 64 | 4A |
| Octal | 246 | 171 | 377 | 43 | 65 | 0 | 0 | 404 | 144 | 112 |
| Binary | 10100110 | 1111001 | 11111111 | 100011 | 110101 | 0 | 0 | 100000100 | 1100100 | 1001010 |
Color Harmonies of #A679FF
Complementary color
Monochromatic Colors of #A679FF
Black with #A679FF
Text Example
Text Example
White with #A679FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A679FF; }
p { color: rgb(166,121,255); }
H1.HeaderClassName
{
color: #A679FF;
}
.AnyTagClassName
{
color: #A679FF;
}
</style>
background-color css
<style>
a { background-color: #A679FF; }
a { background-color: rgb(166,121,255); }
div.DivClassName
{
background-color: #A679FF;
}
.BgClassName
{
background-color: #A679FF;
}
</style>
border-color css
<style>
span { border-color: #A679FF; }
span { border-color: rgb(166,121,255); }
td.TdClassName
{
border-color: #A679FF;
}
.TagClassName
{
border-color: #A679FF;
}
</style>