Shades of Light Slate Blue #A07DF9
Tints of Light Slate Blue #A07DF9
RGB
CMYK
RGB Variations
Color information
#A07DF9 (or 0xA07DF9) is known color: Light Slate Blue. HEX triplet: A0, 7D and F9. RGB value is (160,125,249). Sum of RGB (Red+Green+Blue) = 160+125+249=534 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.96% from 534); Green value is 125 (49.22% from 255 or 23.41% from 534); Blue value is 249 (97.66% from 255 or 46.63% from 534); Max value from RGB is 249 - color contains mainly: blue. Hex color #A07DF9 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DF9 is #5F8206. Grayscale: #959595. Windows color (decimal): -6259207 or 16350624. OLE color: 16350624.
HSL color Cylindrical-coordinate representation of color #A07DF9: hue angle of 256.94º degrees, saturation: 0.91, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07DF9 is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 125 | 249 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.02 |
| HSL | 256.94º | 0.91% | 0.73% | - |
| HSV(B) | 256.94º | 0.5% | 0.98% | - |
| XYZ | 38.93 | 28.98 | 93.16 | - |
| YUV | 149.6 | 184.1 | 135.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 249 | 0.36 | 0.50 | 0 | 0.02 | 256.94 | 0.91 | 0.73 |
| Hex | A0 | 7D | F9 | 24 | 32 | 0 | 2 | 101 | 5B | 49 |
| Octal | 240 | 175 | 371 | 44 | 62 | 0 | 2 | 401 | 133 | 111 |
| Binary | 10100000 | 1111101 | 11111001 | 100100 | 110010 | 0 | 10 | 100000001 | 1011011 | 1001001 |
Color Harmonies of #A07DF9
Complementary color
Monochromatic Colors of #A07DF9
Black with #A07DF9
Text Example
Text Example
White with #A07DF9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DF9; }
p { color: rgb(160,125,249); }
H1.HeaderClassName
{
color: #A07DF9;
}
.AnyTagClassName
{
color: #A07DF9;
}
</style>
background-color css
<style>
a { background-color: #A07DF9; }
a { background-color: rgb(160,125,249); }
div.DivClassName
{
background-color: #A07DF9;
}
.BgClassName
{
background-color: #A07DF9;
}
</style>
border-color css
<style>
span { border-color: #A07DF9; }
span { border-color: rgb(160,125,249); }
td.TdClassName
{
border-color: #A07DF9;
}
.TagClassName
{
border-color: #A07DF9;
}
</style>