Shades of Light Slate Blue #A07DFE
Tints of Light Slate Blue #A07DFE
RGB
CMYK
RGB Variations
Color information
#A07DFE (or 0xA07DFE) is known color: Light Slate Blue. HEX triplet: A0, 7D and FE. RGB value is (160,125,254). Sum of RGB (Red+Green+Blue) = 160+125+254=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 125 (49.22% from 255 or 23.19% from 539); Blue value is 254 (99.61% from 255 or 47.12% from 539); Max value from RGB is 254 - color contains mainly: blue. Hex color #A07DFE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFE is #5F8201. Grayscale: #959595. Windows color (decimal): -6259202 or 16678304. OLE color: 16678304.
HSL color Cylindrical-coordinate representation of color #A07DFE: hue angle of 256.28º degrees, saturation: 0.98, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07DFE is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 160 | 125 | 254 | - |
| CMYK | 0.37 | 0.51 | 0 | 0.00 |
| HSL | 256.28º | 0.98% | 0.74% | - |
| HSV(B) | 256.28º | 0.51% | 1% | - |
| XYZ | 39.72 | 29.3 | 97.33 | - |
| YUV | 150.17 | 186.6 | 135.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 254 | 0.37 | 0.51 | 0 | 0.00 | 256.28 | 0.98 | 0.74 |
| Hex | A0 | 7D | FE | 25 | 33 | 0 | 0 | 100 | 62 | 4A |
| Octal | 240 | 175 | 376 | 45 | 63 | 0 | 0 | 400 | 142 | 112 |
| Binary | 10100000 | 1111101 | 11111110 | 100101 | 110011 | 0 | 0 | 100000000 | 1100010 | 1001010 |
Color Harmonies of #A07DFE
Complementary color
Monochromatic Colors of #A07DFE
Black with #A07DFE
Text Example
Text Example
White with #A07DFE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DFE; }
p { color: rgb(160,125,254); }
H1.HeaderClassName
{
color: #A07DFE;
}
.AnyTagClassName
{
color: #A07DFE;
}
</style>
background-color css
<style>
a { background-color: #A07DFE; }
a { background-color: rgb(160,125,254); }
div.DivClassName
{
background-color: #A07DFE;
}
.BgClassName
{
background-color: #A07DFE;
}
</style>
border-color css
<style>
span { border-color: #A07DFE; }
span { border-color: rgb(160,125,254); }
td.TdClassName
{
border-color: #A07DFE;
}
.TagClassName
{
border-color: #A07DFE;
}
</style>