Shades of Light Slate Blue #A07DF8
Tints of Light Slate Blue #A07DF8
RGB
CMYK
RGB Variations
Color information
#A07DF8 (or 0xA07DF8) is known color: Light Slate Blue. HEX triplet: A0, 7D and F8. RGB value is (160,125,248). Sum of RGB (Red+Green+Blue) = 160+125+248=533 (70% of max value = 765). Red value is 160 (62.89% from 255 or 30.02% from 533); Green value is 125 (49.22% from 255 or 23.45% from 533); Blue value is 248 (97.27% from 255 or 46.53% from 533); Max value from RGB is 248 - color contains mainly: blue. Hex color #A07DF8 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DF8 is #5F8207. Grayscale: #959595. Windows color (decimal): -6259208 or 16285088. OLE color: 16285088.
HSL color Cylindrical-coordinate representation of color #A07DF8: hue angle of 257.07º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07DF8 is Cyan = 0.35, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 160 | 125 | 248 | - |
| CMYK | 0.35 | 0.50 | 0 | 0.03 |
| HSL | 257.07º | 0.9% | 0.73% | - |
| HSV(B) | 257.07º | 0.5% | 0.97% | - |
| XYZ | 38.77 | 28.92 | 92.35 | - |
| YUV | 149.49 | 183.6 | 135.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 248 | 0.35 | 0.50 | 0 | 0.03 | 257.07 | 0.9 | 0.73 |
| Hex | A0 | 7D | F8 | 23 | 32 | 0 | 3 | 101 | 5A | 49 |
| Octal | 240 | 175 | 370 | 43 | 62 | 0 | 3 | 401 | 132 | 111 |
| Binary | 10100000 | 1111101 | 11111000 | 100011 | 110010 | 0 | 11 | 100000001 | 1011010 | 1001001 |
Color Harmonies of #A07DF8
Complementary color
Monochromatic Colors of #A07DF8
Black with #A07DF8
Text Example
Text Example
White with #A07DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DF8; }
p { color: rgb(160,125,248); }
H1.HeaderClassName
{
color: #A07DF8;
}
.AnyTagClassName
{
color: #A07DF8;
}
</style>
background-color css
<style>
a { background-color: #A07DF8; }
a { background-color: rgb(160,125,248); }
div.DivClassName
{
background-color: #A07DF8;
}
.BgClassName
{
background-color: #A07DF8;
}
</style>
border-color css
<style>
span { border-color: #A07DF8; }
span { border-color: rgb(160,125,248); }
td.TdClassName
{
border-color: #A07DF8;
}
.TagClassName
{
border-color: #A07DF8;
}
</style>