Shades of Light Slate Blue #A46EFF
Tints of Light Slate Blue #A46EFF
RGB
CMYK
RGB Variations
Color information
#A46EFF (or 0xA46EFF) is known color: Light Slate Blue. HEX triplet: A4, 6E and FF. RGB value is (164,110,255). Sum of RGB (Red+Green+Blue) = 164+110+255=529 (70% of max value = 765). Red value is 164 (64.45% from 255 or 31.00% from 529); Green value is 110 (43.36% from 255 or 20.79% from 529); Blue value is 255 (100% from 255 or 48.20% from 529); Max value from RGB is 255 - color contains mainly: blue. Hex color #A46EFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EFF is #5B9100. Grayscale: #8E8E8E. Windows color (decimal): -6000897 or 16740004. OLE color: 16740004.
HSL color Cylindrical-coordinate representation of color #A46EFF: hue angle of 262.34º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46EFF is Cyan = 0.36, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 110 | 255 | - |
| CMYK | 0.36 | 0.57 | 0 | 0 |
| HSL | 262.34º | 1% | 0.72% | - |
| HSV(B) | 262.34º | 0.57% | 1% | - |
| XYZ | 38.94 | 26.26 | 97.63 | - |
| YUV | 142.68 | 191.39 | 143.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 255 | 0.36 | 0.57 | 0 | 0 | 262.34 | 1 | 0.72 |
| Hex | A4 | 6E | FF | 24 | 39 | 0 | 0 | 106 | 64 | 48 |
| Octal | 244 | 156 | 377 | 44 | 71 | 0 | 0 | 406 | 144 | 110 |
| Binary | 10100100 | 1101110 | 11111111 | 100100 | 111001 | 0 | 0 | 100000110 | 1100100 | 1001000 |
Color Harmonies of #A46EFF
Complementary color
Monochromatic Colors of #A46EFF
Black with #A46EFF
Text Example
Text Example
White with #A46EFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EFF; }
p { color: rgb(164,110,255); }
H1.HeaderClassName
{
color: #A46EFF;
}
.AnyTagClassName
{
color: #A46EFF;
}
</style>
background-color css
<style>
a { background-color: #A46EFF; }
a { background-color: rgb(164,110,255); }
div.DivClassName
{
background-color: #A46EFF;
}
.BgClassName
{
background-color: #A46EFF;
}
</style>
border-color css
<style>
span { border-color: #A46EFF; }
span { border-color: rgb(164,110,255); }
td.TdClassName
{
border-color: #A46EFF;
}
.TagClassName
{
border-color: #A46EFF;
}
</style>