Shades of Light Slate Blue #A46BFE
Tints of Light Slate Blue #A46BFE
RGB
CMYK
RGB Variations
Color information
#A46BFE (or 0xA46BFE) is known color: Light Slate Blue. HEX triplet: A4, 6B and FE. RGB value is (164,107,254). Sum of RGB (Red+Green+Blue) = 164+107+254=525 (69% of max value = 765). Red value is 164 (64.45% from 255 or 31.24% from 525); Green value is 107 (42.19% from 255 or 20.38% from 525); Blue value is 254 (99.61% from 255 or 48.38% from 525); Max value from RGB is 254 - color contains mainly: blue. Hex color #A46BFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A46BFE is #5B9401. Grayscale: #8C8C8C. Windows color (decimal): -6001666 or 16673700. OLE color: 16673700.
HSL color Cylindrical-coordinate representation of color #A46BFE: hue angle of 263.27º degrees, saturation: 0.99, lightness: 0.71%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #A46BFE is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 107 | 254 | - |
| CMYK | 0.35 | 0.58 | 0 | 0.00 |
| HSL | 263.27º | 0.99% | 0.71% | - |
| HSV(B) | 263.27º | 0.58% | 1% | - |
| XYZ | 38.46 | 25.56 | 96.67 | - |
| YUV | 140.8 | 191.88 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 107 | 254 | 0.35 | 0.58 | 0 | 0.00 | 263.27 | 0.99 | 0.71 |
| Hex | A4 | 6B | FE | 23 | 3A | 0 | 0 | 107 | 63 | 47 |
| Octal | 244 | 153 | 376 | 43 | 72 | 0 | 0 | 407 | 143 | 107 |
| Binary | 10100100 | 1101011 | 11111110 | 100011 | 111010 | 0 | 0 | 100000111 | 1100011 | 1000111 |
Color Harmonies of #A46BFE
Complementary color
Monochromatic Colors of #A46BFE
Black with #A46BFE
Text Example
Text Example
White with #A46BFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A46BFE; }
p { color: rgb(164,107,254); }
H1.HeaderClassName
{
color: #A46BFE;
}
.AnyTagClassName
{
color: #A46BFE;
}
</style>
background-color css
<style>
a { background-color: #A46BFE; }
a { background-color: rgb(164,107,254); }
div.DivClassName
{
background-color: #A46BFE;
}
.BgClassName
{
background-color: #A46BFE;
}
</style>
border-color css
<style>
span { border-color: #A46BFE; }
span { border-color: rgb(164,107,254); }
td.TdClassName
{
border-color: #A46BFE;
}
.TagClassName
{
border-color: #A46BFE;
}
</style>