Shades of Light Slate Blue #A67CFF
Tints of Light Slate Blue #A67CFF
RGB
CMYK
RGB Variations
Color information
#A67CFF (or 0xA67CFF) is known color: Light Slate Blue. HEX triplet: A6, 7C and FF. RGB value is (166,124,255). Sum of RGB (Red+Green+Blue) = 166+124+255=545 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.46% from 545); Green value is 124 (48.83% from 255 or 22.75% from 545); Blue value is 255 (100% from 255 or 46.79% from 545); Max value from RGB is 255 - color contains mainly: blue. Hex color #A67CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67CFF is #598300. Grayscale: #979797. Windows color (decimal): -5866241 or 16743590. OLE color: 16743590.
HSL color Cylindrical-coordinate representation of color #A67CFF: hue angle of 259.24º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67CFF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 124 | 255 | - |
| CMYK | 0.35 | 0.51 | 0 | 0 |
| HSL | 259.24º | 1% | 0.74% | - |
| HSV(B) | 259.24º | 0.51% | 1% | - |
| XYZ | 40.98 | 29.74 | 98.19 | - |
| YUV | 151.49 | 186.41 | 138.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 124 | 255 | 0.35 | 0.51 | 0 | 0 | 259.24 | 1 | 0.74 |
| Hex | A6 | 7C | FF | 23 | 33 | 0 | 0 | 103 | 64 | 4A |
| Octal | 246 | 174 | 377 | 43 | 63 | 0 | 0 | 403 | 144 | 112 |
| Binary | 10100110 | 1111100 | 11111111 | 100011 | 110011 | 0 | 0 | 100000011 | 1100100 | 1001010 |
Color Harmonies of #A67CFF
Complementary color
Monochromatic Colors of #A67CFF
Black with #A67CFF
Text Example
Text Example
White with #A67CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67CFF; }
p { color: rgb(166,124,255); }
H1.HeaderClassName
{
color: #A67CFF;
}
.AnyTagClassName
{
color: #A67CFF;
}
</style>
background-color css
<style>
a { background-color: #A67CFF; }
a { background-color: rgb(166,124,255); }
div.DivClassName
{
background-color: #A67CFF;
}
.BgClassName
{
background-color: #A67CFF;
}
</style>
border-color css
<style>
span { border-color: #A67CFF; }
span { border-color: rgb(166,124,255); }
td.TdClassName
{
border-color: #A67CFF;
}
.TagClassName
{
border-color: #A67CFF;
}
</style>