Shades of Light Slate Blue #A46EFE
Tints of Light Slate Blue #A46EFE
RGB
CMYK
RGB Variations
Color information
#A46EFE (or 0xA46EFE) is known color: Light Slate Blue. HEX triplet: A4, 6E and FE. RGB value is (164,110,254). Sum of RGB (Red+Green+Blue) = 164+110+254=528 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.06% from 528); Green value is 110 (43.36% from 255 or 20.83% from 528); Blue value is 254 (99.61% from 255 or 48.11% from 528); Max value from RGB is 254 - color contains mainly: blue. Hex color #A46EFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46EFE is #5B9101. Grayscale: #8E8E8E. Windows color (decimal): -6000898 or 16674468. OLE color: 16674468.
HSL color Cylindrical-coordinate representation of color #A46EFE: hue angle of 262.5º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #A46EFE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 110 | 254 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.00 |
| HSL | 262.5º | 0.99% | 0.71% | - |
| HSV(B) | 262.5º | 0.57% | 1% | - |
| XYZ | 38.78 | 26.2 | 96.78 | - |
| YUV | 142.56 | 190.89 | 143.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 110 | 254 | 0.35 | 0.57 | 0 | 0.00 | 262.5 | 0.99 | 0.71 |
| Hex | A4 | 6E | FE | 23 | 39 | 0 | 0 | 106 | 63 | 47 |
| Octal | 244 | 156 | 376 | 43 | 71 | 0 | 0 | 406 | 143 | 107 |
| Binary | 10100100 | 1101110 | 11111110 | 100011 | 111001 | 0 | 0 | 100000110 | 1100011 | 1000111 |
Color Harmonies of #A46EFE
Complementary color
Monochromatic Colors of #A46EFE
Black with #A46EFE
Text Example
Text Example
White with #A46EFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46EFE; }
p { color: rgb(164,110,254); }
H1.HeaderClassName
{
color: #A46EFE;
}
.AnyTagClassName
{
color: #A46EFE;
}
</style>
background-color css
<style>
a { background-color: #A46EFE; }
a { background-color: rgb(164,110,254); }
div.DivClassName
{
background-color: #A46EFE;
}
.BgClassName
{
background-color: #A46EFE;
}
</style>
border-color css
<style>
span { border-color: #A46EFE; }
span { border-color: rgb(164,110,254); }
td.TdClassName
{
border-color: #A46EFE;
}
.TagClassName
{
border-color: #A46EFE;
}
</style>