Shades of Light Slate Blue #A47FFB
Tints of Light Slate Blue #A47FFB
RGB
CMYK
RGB Variations
Color information
#A47FFB (or 0xA47FFB) is known color: Light Slate Blue. HEX triplet: A4, 7F and FB. RGB value is (164,127,251). Sum of RGB (Red+Green+Blue) = 164+127+251=542 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.26% from 542); Green value is 127 (50% from 255 or 23.43% from 542); Blue value is 251 (98.44% from 255 or 46.31% from 542); Max value from RGB is 251 - color contains mainly: blue. Hex color #A47FFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFB is #5B8004. Grayscale: #979797. Windows color (decimal): -5996549 or 16482212. OLE color: 16482212.
HSL color Cylindrical-coordinate representation of color #A47FFB: hue angle of 257.9º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #A47FFB is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 164 | 127 | 251 | - |
| CMYK | 0.35 | 0.49 | 0 | 0.02 |
| HSL | 257.9º | 0.94% | 0.74% | - |
| HSV(B) | 257.9º | 0.49% | 0.98% | - |
| XYZ | 40.31 | 30.04 | 94.94 | - |
| YUV | 152.2 | 183.76 | 136.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 251 | 0.35 | 0.49 | 0 | 0.02 | 257.9 | 0.94 | 0.74 |
| Hex | A4 | 7F | FB | 23 | 31 | 0 | 2 | 102 | 5E | 4A |
| Octal | 244 | 177 | 373 | 43 | 61 | 0 | 2 | 402 | 136 | 112 |
| Binary | 10100100 | 1111111 | 11111011 | 100011 | 110001 | 0 | 10 | 100000010 | 1011110 | 1001010 |
Color Harmonies of #A47FFB
Complementary color
Monochromatic Colors of #A47FFB
Black with #A47FFB
Text Example
Text Example
White with #A47FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FFB; }
p { color: rgb(164,127,251); }
H1.HeaderClassName
{
color: #A47FFB;
}
.AnyTagClassName
{
color: #A47FFB;
}
</style>
background-color css
<style>
a { background-color: #A47FFB; }
a { background-color: rgb(164,127,251); }
div.DivClassName
{
background-color: #A47FFB;
}
.BgClassName
{
background-color: #A47FFB;
}
</style>
border-color css
<style>
span { border-color: #A47FFB; }
span { border-color: rgb(164,127,251); }
td.TdClassName
{
border-color: #A47FFB;
}
.TagClassName
{
border-color: #A47FFB;
}
</style>