Shades of Light Slate Blue #A46CFE
Tints of Light Slate Blue #A46CFE
RGB
CMYK
RGB Variations
Color information
#A46CFE (or 0xA46CFE) is known color: Light Slate Blue. HEX triplet: A4, 6C and FE. RGB value is (164,108,254). Sum of RGB (Red+Green+Blue) = 164+108+254=526 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.18% from 526); Green value is 108 (42.58% from 255 or 20.53% from 526); Blue value is 254 (99.61% from 255 or 48.29% from 526); Max value from RGB is 254 - color contains mainly: blue. Hex color #A46CFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46CFE is #5B9301. Grayscale: #8C8C8C. Windows color (decimal): -6001410 or 16673956. OLE color: 16673956.
HSL color Cylindrical-coordinate representation of color #A46CFE: hue angle of 263.01º 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 #A46CFE is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 108 | 254 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.00 |
| HSL | 263.01º | 0.99% | 0.71% | - |
| HSV(B) | 263.01º | 0.57% | 1% | - |
| XYZ | 38.56 | 25.77 | 96.71 | - |
| YUV | 141.39 | 191.55 | 144.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 108 | 254 | 0.35 | 0.57 | 0 | 0.00 | 263.01 | 0.99 | 0.71 |
| Hex | A4 | 6C | FE | 23 | 39 | 0 | 0 | 107 | 63 | 47 |
| Octal | 244 | 154 | 376 | 43 | 71 | 0 | 0 | 407 | 143 | 107 |
| Binary | 10100100 | 1101100 | 11111110 | 100011 | 111001 | 0 | 0 | 100000111 | 1100011 | 1000111 |
Color Harmonies of #A46CFE
Complementary color
Monochromatic Colors of #A46CFE
Black with #A46CFE
Text Example
Text Example
White with #A46CFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46CFE; }
p { color: rgb(164,108,254); }
H1.HeaderClassName
{
color: #A46CFE;
}
.AnyTagClassName
{
color: #A46CFE;
}
</style>
background-color css
<style>
a { background-color: #A46CFE; }
a { background-color: rgb(164,108,254); }
div.DivClassName
{
background-color: #A46CFE;
}
.BgClassName
{
background-color: #A46CFE;
}
</style>
border-color css
<style>
span { border-color: #A46CFE; }
span { border-color: rgb(164,108,254); }
td.TdClassName
{
border-color: #A46CFE;
}
.TagClassName
{
border-color: #A46CFE;
}
</style>