Shades of Light Slate Blue #A47BFD
Tints of Light Slate Blue #A47BFD
RGB
CMYK
RGB Variations
Color information
#A47BFD (or 0xA47BFD) is known color: Light Slate Blue. HEX triplet: A4, 7B and FD. RGB value is (164,123,253). Sum of RGB (Red+Green+Blue) = 164+123+253=540 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.37% from 540); Green value is 123 (48.44% from 255 or 22.78% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #A47BFD is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47BFD is #5B8402. Grayscale: #959595. Windows color (decimal): -5997571 or 16612260. OLE color: 16612260.
HSL color Cylindrical-coordinate representation of color #A47BFD: hue angle of 258.92º degrees, saturation: 0.97, 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 #A47BFD is Cyan = 0.35, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 123 | 253 | - |
| CMYK | 0.35 | 0.51 | 0 | 0.01 |
| HSL | 258.92º | 0.97% | 0.74% | - |
| HSV(B) | 258.92º | 0.51% | 0.99% | - |
| XYZ | 40.12 | 29.15 | 96.44 | - |
| YUV | 150.08 | 186.08 | 137.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 123 | 253 | 0.35 | 0.51 | 0 | 0.01 | 258.92 | 0.97 | 0.74 |
| Hex | A4 | 7B | FD | 23 | 33 | 0 | 1 | 103 | 61 | 4A |
| Octal | 244 | 173 | 375 | 43 | 63 | 0 | 1 | 403 | 141 | 112 |
| Binary | 10100100 | 1111011 | 11111101 | 100011 | 110011 | 0 | 1 | 100000011 | 1100001 | 1001010 |
Color Harmonies of #A47BFD
Complementary color
Monochromatic Colors of #A47BFD
Black with #A47BFD
Text Example
Text Example
White with #A47BFD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47BFD; }
p { color: rgb(164,123,253); }
H1.HeaderClassName
{
color: #A47BFD;
}
.AnyTagClassName
{
color: #A47BFD;
}
</style>
background-color css
<style>
a { background-color: #A47BFD; }
a { background-color: rgb(164,123,253); }
div.DivClassName
{
background-color: #A47BFD;
}
.BgClassName
{
background-color: #A47BFD;
}
</style>
border-color css
<style>
span { border-color: #A47BFD; }
span { border-color: rgb(164,123,253); }
td.TdClassName
{
border-color: #A47BFD;
}
.TagClassName
{
border-color: #A47BFD;
}
</style>