Shades of Light Slate Blue #A07DFC
Tints of Light Slate Blue #A07DFC
RGB
CMYK
RGB Variations
Color information
#A07DFC (or 0xA07DFC) is known color: Light Slate Blue. HEX triplet: A0, 7D and FC. RGB value is (160,125,252). Sum of RGB (Red+Green+Blue) = 160+125+252=537 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.80% from 537); Green value is 125 (49.22% from 255 or 23.28% from 537); Blue value is 252 (98.83% from 255 or 46.93% from 537); Max value from RGB is 252 - color contains mainly: blue. Hex color #A07DFC is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFC is #5F8203. Grayscale: #959595. Windows color (decimal): -6259204 or 16547232. OLE color: 16547232.
HSL color Cylindrical-coordinate representation of color #A07DFC: hue angle of 256.54º 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 #A07DFC is Cyan = 0.37, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 160 | 125 | 252 | - |
| CMYK | 0.37 | 0.50 | 0 | 0.01 |
| HSL | 256.54º | 0.95% | 0.74% | - |
| HSV(B) | 256.54º | 0.5% | 0.99% | - |
| XYZ | 39.4 | 29.17 | 95.65 | - |
| YUV | 149.94 | 185.6 | 135.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 252 | 0.37 | 0.50 | 0 | 0.01 | 256.54 | 0.95 | 0.74 |
| Hex | A0 | 7D | FC | 25 | 32 | 0 | 1 | 101 | 5F | 4A |
| Octal | 240 | 175 | 374 | 45 | 62 | 0 | 1 | 401 | 137 | 112 |
| Binary | 10100000 | 1111101 | 11111100 | 100101 | 110010 | 0 | 1 | 100000001 | 1011111 | 1001010 |
Color Harmonies of #A07DFC
Complementary color
Monochromatic Colors of #A07DFC
Black with #A07DFC
Text Example
Text Example
White with #A07DFC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DFC; }
p { color: rgb(160,125,252); }
H1.HeaderClassName
{
color: #A07DFC;
}
.AnyTagClassName
{
color: #A07DFC;
}
</style>
background-color css
<style>
a { background-color: #A07DFC; }
a { background-color: rgb(160,125,252); }
div.DivClassName
{
background-color: #A07DFC;
}
.BgClassName
{
background-color: #A07DFC;
}
</style>
border-color css
<style>
span { border-color: #A07DFC; }
span { border-color: rgb(160,125,252); }
td.TdClassName
{
border-color: #A07DFC;
}
.TagClassName
{
border-color: #A07DFC;
}
</style>