Shades of Light Slate Blue #A67EFF
Tints of Light Slate Blue #A67EFF
RGB
CMYK
RGB Variations
Color information
#A67EFF (or 0xA67EFF) is known color: Light Slate Blue. HEX triplet: A6, 7E and FF. RGB value is (166,126,255). Sum of RGB (Red+Green+Blue) = 166+126+255=547 (72% of max value = 765). Red value is 166 (65.23% from 255 or 30.35% from 547); Green value is 126 (49.61% from 255 or 23.03% from 547); Blue value is 255 (100% from 255 or 46.62% from 547); Max value from RGB is 255 - color contains mainly: blue. Hex color #A67EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A67EFF is #598100. Grayscale: #989898. Windows color (decimal): -5865729 or 16744102. OLE color: 16744102.
HSL color Cylindrical-coordinate representation of color #A67EFF: hue angle of 258.6º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A67EFF is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 166 | 126 | 255 | - |
| CMYK | 0.35 | 0.51 | 0 | 0 |
| HSL | 258.6º | 1% | 0.75% | - |
| HSV(B) | 258.6º | 0.51% | 1% | - |
| XYZ | 41.24 | 30.25 | 98.27 | - |
| YUV | 152.67 | 185.75 | 137.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 166 | 126 | 255 | 0.35 | 0.51 | 0 | 0 | 258.6 | 1 | 0.75 |
| Hex | A6 | 7E | FF | 23 | 33 | 0 | 0 | 103 | 64 | 4B |
| Octal | 246 | 176 | 377 | 43 | 63 | 0 | 0 | 403 | 144 | 113 |
| Binary | 10100110 | 1111110 | 11111111 | 100011 | 110011 | 0 | 0 | 100000011 | 1100100 | 1001011 |
Color Harmonies of #A67EFF
Complementary color
Monochromatic Colors of #A67EFF
Black with #A67EFF
Text Example
Text Example
White with #A67EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A67EFF; }
p { color: rgb(166,126,255); }
H1.HeaderClassName
{
color: #A67EFF;
}
.AnyTagClassName
{
color: #A67EFF;
}
</style>
background-color css
<style>
a { background-color: #A67EFF; }
a { background-color: rgb(166,126,255); }
div.DivClassName
{
background-color: #A67EFF;
}
.BgClassName
{
background-color: #A67EFF;
}
</style>
border-color css
<style>
span { border-color: #A67EFF; }
span { border-color: rgb(166,126,255); }
td.TdClassName
{
border-color: #A67EFF;
}
.TagClassName
{
border-color: #A67EFF;
}
</style>