Shades of Light Slate Blue #A47BFC
Tints of Light Slate Blue #A47BFC
RGB
CMYK
RGB Variations
Color information
#A47BFC (or 0xA47BFC) is known color: Light Slate Blue. HEX triplet: A4, 7B and FC. RGB value is (164,123,252). Sum of RGB (Red+Green+Blue) = 164+123+252=539 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.43% from 539); Green value is 123 (48.44% from 255 or 22.82% from 539); Blue value is 252 (98.83% from 255 or 46.75% from 539); Max value from RGB is 252 - color contains mainly: blue. Hex color #A47BFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BFC is #5B8403. Grayscale: #959595. Windows color (decimal): -5997572 or 16546724. OLE color: 16546724.
HSL color Cylindrical-coordinate representation of color #A47BFC: hue angle of 259.07º degrees, saturation: 0.96, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47BFC is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 123 | 252 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.01 |
| HSL | 259.07º | 0.96% | 0.74% | - |
| HSV(B) | 259.07º | 0.51% | 0.99% | - |
| XYZ | 39.96 | 29.09 | 95.6 | - |
| YUV | 149.97 | 185.58 | 138.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 252 | 0.35 | 0.51 | 0 | 0.01 | 259.07 | 0.96 | 0.74 |
| Hex | A4 | 7B | FC | 23 | 33 | 0 | 1 | 103 | 60 | 4A |
| Octal | 244 | 173 | 374 | 43 | 63 | 0 | 1 | 403 | 140 | 112 |
| Binary | 10100100 | 1111011 | 11111100 | 100011 | 110011 | 0 | 1 | 100000011 | 1100000 | 1001010 |
Color Harmonies of #A47BFC
Complementary color
Monochromatic Colors of #A47BFC
Black with #A47BFC
Text Example
Text Example
White with #A47BFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BFC; }
p { color: rgb(164,123,252); }
H1.HeaderClassName
{
color: #A47BFC;
}
.AnyTagClassName
{
color: #A47BFC;
}
</style>
background-color css
<style>
a { background-color: #A47BFC; }
a { background-color: rgb(164,123,252); }
div.DivClassName
{
background-color: #A47BFC;
}
.BgClassName
{
background-color: #A47BFC;
}
</style>
border-color css
<style>
span { border-color: #A47BFC; }
span { border-color: rgb(164,123,252); }
td.TdClassName
{
border-color: #A47BFC;
}
.TagClassName
{
border-color: #A47BFC;
}
</style>