Shades of Light Slate Blue #A47FFC
Tints of Light Slate Blue #A47FFC
RGB
CMYK
RGB Variations
Color information
#A47FFC (or 0xA47FFC) is known color: Light Slate Blue. HEX triplet: A4, 7F and FC. RGB value is (164,127,252). Sum of RGB (Red+Green+Blue) = 164+127+252=543 (71% of max value = 765). Red value is 164 (64.45% from 255 or 30.20% from 543); Green value is 127 (50% from 255 or 23.39% from 543); Blue value is 252 (98.83% from 255 or 46.41% from 543); Max value from RGB is 252 - color contains mainly: blue. Hex color #A47FFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A47FFC is #5B8003. Grayscale: #979797. Windows color (decimal): -5996548 or 16547748. OLE color: 16547748.
HSL color Cylindrical-coordinate representation of color #A47FFC: hue angle of 257.76º degrees, saturation: 0.95, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A47FFC is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 164 | 127 | 252 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.01 |
| HSL | 257.76º | 0.95% | 0.74% | - |
| HSV(B) | 257.76º | 0.5% | 0.99% | - |
| XYZ | 40.47 | 30.1 | 95.77 | - |
| YUV | 152.31 | 184.26 | 136.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 164 | 127 | 252 | 0.35 | 0.50 | 0 | 0.01 | 257.76 | 0.95 | 0.74 |
| Hex | A4 | 7F | FC | 23 | 32 | 0 | 1 | 102 | 5F | 4A |
| Octal | 244 | 177 | 374 | 43 | 62 | 0 | 1 | 402 | 137 | 112 |
| Binary | 10100100 | 1111111 | 11111100 | 100011 | 110010 | 0 | 1 | 100000010 | 1011111 | 1001010 |
Color Harmonies of #A47FFC
Complementary color
Monochromatic Colors of #A47FFC
Black with #A47FFC
Text Example
Text Example
White with #A47FFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A47FFC; }
p { color: rgb(164,127,252); }
H1.HeaderClassName
{
color: #A47FFC;
}
.AnyTagClassName
{
color: #A47FFC;
}
</style>
background-color css
<style>
a { background-color: #A47FFC; }
a { background-color: rgb(164,127,252); }
div.DivClassName
{
background-color: #A47FFC;
}
.BgClassName
{
background-color: #A47FFC;
}
</style>
border-color css
<style>
span { border-color: #A47FFC; }
span { border-color: rgb(164,127,252); }
td.TdClassName
{
border-color: #A47FFC;
}
.TagClassName
{
border-color: #A47FFC;
}
</style>