Shades of Light Slate Blue #A47DFF
Tints of Light Slate Blue #A47DFF
RGB
CMYK
RGB Variations
Color information
#A47DFF (or 0xA47DFF) is known color: Light Slate Blue. HEX triplet: A4, 7D and FF. RGB value is (164,125,255). Sum of RGB (Red+Green+Blue) = 164+125+255=544 (72% of max value = 765). Red value is 164 (64.45% from 255 or 30.15% from 544); Green value is 125 (49.22% from 255 or 22.98% from 544); Blue value is 255 (100% from 255 or 46.88% from 544); Max value from RGB is 255 - color contains mainly: blue. Hex color #A47DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47DFF is #5B8200. Grayscale: #979797. Windows color (decimal): -5997057 or 16743844. OLE color: 16743844.
HSL color Cylindrical-coordinate representation of color #A47DFF: hue angle of 258º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A47DFF is Cyan = 0.36, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 164 | 125 | 255 | - |
| CMYK | 0.36 | 0.51 | 0 | 0 |
| HSL | 258º | 1% | 0.75% | - |
| HSV(B) | 258º | 0.51% | 1% | - |
| XYZ | 40.69 | 29.78 | 98.21 | - |
| YUV | 151.48 | 186.42 | 136.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 125 | 255 | 0.36 | 0.51 | 0 | 0 | 258 | 1 | 0.75 |
| Hex | A4 | 7D | FF | 24 | 33 | 0 | 0 | 102 | 64 | 4B |
| Octal | 244 | 175 | 377 | 44 | 63 | 0 | 0 | 402 | 144 | 113 |
| Binary | 10100100 | 1111101 | 11111111 | 100100 | 110011 | 0 | 0 | 100000010 | 1100100 | 1001011 |
Color Harmonies of #A47DFF
Complementary color
Monochromatic Colors of #A47DFF
Black with #A47DFF
Text Example
Text Example
White with #A47DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47DFF; }
p { color: rgb(164,125,255); }
H1.HeaderClassName
{
color: #A47DFF;
}
.AnyTagClassName
{
color: #A47DFF;
}
</style>
background-color css
<style>
a { background-color: #A47DFF; }
a { background-color: rgb(164,125,255); }
div.DivClassName
{
background-color: #A47DFF;
}
.BgClassName
{
background-color: #A47DFF;
}
</style>
border-color css
<style>
span { border-color: #A47DFF; }
span { border-color: rgb(164,125,255); }
td.TdClassName
{
border-color: #A47DFF;
}
.TagClassName
{
border-color: #A47DFF;
}
</style>