Shades of Light Slate Blue #A07DFB
Tints of Light Slate Blue #A07DFB
RGB
CMYK
RGB Variations
Color information
#A07DFB (or 0xA07DFB) is known color: Light Slate Blue. HEX triplet: A0, 7D and FB. RGB value is (160,125,251). Sum of RGB (Red+Green+Blue) = 160+125+251=536 (70% of max value = 765). Red value is 160 (62.89% from 255 or 29.85% from 536); Green value is 125 (49.22% from 255 or 23.32% from 536); Blue value is 251 (98.44% from 255 or 46.83% from 536); Max value from RGB is 251 - color contains mainly: blue. Hex color #A07DFB is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFB is #5F8204. Grayscale: #959595. Windows color (decimal): -6259205 or 16481696. OLE color: 16481696.
HSL color Cylindrical-coordinate representation of color #A07DFB: hue angle of 256.67º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #A07DFB is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 160 | 125 | 251 | - |
| CMYK | 0.36 | 0.50 | 0 | 0.02 |
| HSL | 256.67º | 0.94% | 0.74% | - |
| HSV(B) | 256.67º | 0.5% | 0.98% | - |
| XYZ | 39.24 | 29.11 | 94.82 | - |
| YUV | 149.83 | 185.1 | 135.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 251 | 0.36 | 0.50 | 0 | 0.02 | 256.67 | 0.94 | 0.74 |
| Hex | A0 | 7D | FB | 24 | 32 | 0 | 2 | 101 | 5E | 4A |
| Octal | 240 | 175 | 373 | 44 | 62 | 0 | 2 | 401 | 136 | 112 |
| Binary | 10100000 | 1111101 | 11111011 | 100100 | 110010 | 0 | 10 | 100000001 | 1011110 | 1001010 |
Color Harmonies of #A07DFB
Complementary color
Monochromatic Colors of #A07DFB
Black with #A07DFB
Text Example
Text Example
White with #A07DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DFB; }
p { color: rgb(160,125,251); }
H1.HeaderClassName
{
color: #A07DFB;
}
.AnyTagClassName
{
color: #A07DFB;
}
</style>
background-color css
<style>
a { background-color: #A07DFB; }
a { background-color: rgb(160,125,251); }
div.DivClassName
{
background-color: #A07DFB;
}
.BgClassName
{
background-color: #A07DFB;
}
</style>
border-color css
<style>
span { border-color: #A07DFB; }
span { border-color: rgb(160,125,251); }
td.TdClassName
{
border-color: #A07DFB;
}
.TagClassName
{
border-color: #A07DFB;
}
</style>