Shades of Light Slate Blue #A07CFC
Tints of Light Slate Blue #A07CFC
RGB
CMYK
RGB Variations
Color information
#A07CFC (or 0xA07CFC) is known color: Light Slate Blue. HEX triplet: A0, 7C and FC. RGB value is (160,124,252). Sum of RGB (Red+Green+Blue) = 160+124+252=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 124 (48.83% from 255 or 23.13% from 536); Blue value is 252 (98.83% from 255 or 47.01% from 536); Max value from RGB is 252 - color contains mainly: blue. Hex color #A07CFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFC is #5F8303. Grayscale: #949494. Windows color (decimal): -6259460 or 16546976. OLE color: 16546976.
HSL color Cylindrical-coordinate representation of color #A07CFC: hue angle of 256.88º 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 #A07CFC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 124 | 252 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.01 |
| HSL | 256.88º | 0.96% | 0.74% | - |
| HSV(B) | 256.88º | 0.51% | 0.99% | - |
| XYZ | 39.28 | 28.92 | 95.61 | - |
| YUV | 149.36 | 185.93 | 135.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 252 | 0.37 | 0.51 | 0 | 0.01 | 256.88 | 0.96 | 0.74 |
| Hex | A0 | 7C | FC | 25 | 33 | 0 | 1 | 101 | 60 | 4A |
| Octal | 240 | 174 | 374 | 45 | 63 | 0 | 1 | 401 | 140 | 112 |
| Binary | 10100000 | 1111100 | 11111100 | 100101 | 110011 | 0 | 1 | 100000001 | 1100000 | 1001010 |
Color Harmonies of #A07CFC
Complementary color
Monochromatic Colors of #A07CFC
Black with #A07CFC
Text Example
Text Example
White with #A07CFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CFC; }
p { color: rgb(160,124,252); }
H1.HeaderClassName
{
color: #A07CFC;
}
.AnyTagClassName
{
color: #A07CFC;
}
</style>
background-color css
<style>
a { background-color: #A07CFC; }
a { background-color: rgb(160,124,252); }
div.DivClassName
{
background-color: #A07CFC;
}
.BgClassName
{
background-color: #A07CFC;
}
</style>
border-color css
<style>
span { border-color: #A07CFC; }
span { border-color: rgb(160,124,252); }
td.TdClassName
{
border-color: #A07CFC;
}
.TagClassName
{
border-color: #A07CFC;
}
</style>