Shades of Light Slate Blue #A47CFF
Tints of Light Slate Blue #A47CFF
RGB
CMYK
RGB Variations
Color information
#A47CFF (or 0xA47CFF) is known color: Light Slate Blue. HEX triplet: A4, 7C and FF. RGB value is (164,124,255). Sum of RGB (Red+Green+Blue) = 164+124+255=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 124 (48.83% from 255 or 22.84% from 543); Blue value is 255 (100% from 255 or 46.96% from 543); Max value from RGB is 255 - color contains mainly: blue. Hex color #A47CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47CFF is #5B8300. Grayscale: #969696. Windows color (decimal): -5997313 or 16743588. OLE color: 16743588.
HSL color Cylindrical-coordinate representation of color #A47CFF: hue angle of 258.32º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47CFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 124 | 255 | - |
| CMYK | 0.36 | 0.51 | 0 | 0 |
| HSL | 258.32º | 1% | 0.74% | - |
| HSV(B) | 258.32º | 0.51% | 1% | - |
| XYZ | 40.57 | 29.53 | 98.17 | - |
| YUV | 150.89 | 186.75 | 137.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 124 | 255 | 0.36 | 0.51 | 0 | 0 | 258.32 | 1 | 0.74 |
| Hex | A4 | 7C | FF | 24 | 33 | 0 | 0 | 102 | 64 | 4A |
| Octal | 244 | 174 | 377 | 44 | 63 | 0 | 0 | 402 | 144 | 112 |
| Binary | 10100100 | 1111100 | 11111111 | 100100 | 110011 | 0 | 0 | 100000010 | 1100100 | 1001010 |
Color Harmonies of #A47CFF
Complementary color
Monochromatic Colors of #A47CFF
Black with #A47CFF
Text Example
Text Example
White with #A47CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47CFF; }
p { color: rgb(164,124,255); }
H1.HeaderClassName
{
color: #A47CFF;
}
.AnyTagClassName
{
color: #A47CFF;
}
</style>
background-color css
<style>
a { background-color: #A47CFF; }
a { background-color: rgb(164,124,255); }
div.DivClassName
{
background-color: #A47CFF;
}
.BgClassName
{
background-color: #A47CFF;
}
</style>
border-color css
<style>
span { border-color: #A47CFF; }
span { border-color: rgb(164,124,255); }
td.TdClassName
{
border-color: #A47CFF;
}
.TagClassName
{
border-color: #A47CFF;
}
</style>