Shades of Light Slate Blue #A47FFE
Tints of Light Slate Blue #A47FFE
RGB
CMYK
RGB Variations
Color information
#A47FFE (or 0xA47FFE) is known color: Light Slate Blue. HEX triplet: A4, 7F and FE. RGB value is (164,127,254). Sum of RGB (Red+Green+Blue) = 164+127+254=545 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.09% from 545); Green value is 127 (50% from 255 or 23.30% from 545); Blue value is 254 (99.61% from 255 or 46.61% from 545); Max value from RGB is 254 - color contains mainly: blue. Hex color #A47FFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFE is #5B8001. Grayscale: #989898. Windows color (decimal): -5996546 or 16678820. OLE color: 16678820.
HSL color Cylindrical-coordinate representation of color #A47FFE: hue angle of 257.48º degrees, saturation: 0.98, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47FFE is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 164 | 127 | 254 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.00 |
| HSL | 257.48º | 0.98% | 0.75% | - |
| HSV(B) | 257.48º | 0.5% | 1% | - |
| XYZ | 40.79 | 30.23 | 97.45 | - |
| YUV | 152.54 | 185.26 | 136.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 254 | 0.35 | 0.50 | 0 | 0.00 | 257.48 | 0.98 | 0.75 |
| Hex | A4 | 7F | FE | 23 | 32 | 0 | 0 | 101 | 62 | 4B |
| Octal | 244 | 177 | 376 | 43 | 62 | 0 | 0 | 401 | 142 | 113 |
| Binary | 10100100 | 1111111 | 11111110 | 100011 | 110010 | 0 | 0 | 100000001 | 1100010 | 1001011 |
Color Harmonies of #A47FFE
Complementary color
Monochromatic Colors of #A47FFE
Black with #A47FFE
Text Example
Text Example
White with #A47FFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FFE; }
p { color: rgb(164,127,254); }
H1.HeaderClassName
{
color: #A47FFE;
}
.AnyTagClassName
{
color: #A47FFE;
}
</style>
background-color css
<style>
a { background-color: #A47FFE; }
a { background-color: rgb(164,127,254); }
div.DivClassName
{
background-color: #A47FFE;
}
.BgClassName
{
background-color: #A47FFE;
}
</style>
border-color css
<style>
span { border-color: #A47FFE; }
span { border-color: rgb(164,127,254); }
td.TdClassName
{
border-color: #A47FFE;
}
.TagClassName
{
border-color: #A47FFE;
}
</style>