Shades of Light Slate Blue #A07DFF
Tints of Light Slate Blue #A07DFF
RGB
CMYK
RGB Variations
Color information
#A07DFF (or 0xA07DFF) is known color: Light Slate Blue. HEX triplet: A0, 7D and FF. RGB value is (160,125,255). Sum of RGB (Red+Green+Blue) = 160+125+255=540 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.63% from 540); Green value is 125 (49.22% from 255 or 23.15% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07DFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07DFF is #5F8200. Grayscale: #959595. Windows color (decimal): -6259201 or 16743840. OLE color: 16743840.
HSL color Cylindrical-coordinate representation of color #A07DFF: hue angle of 256.15º degrees, saturation: 1, lightness: 0.75%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07DFF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 125 | 255 | - |
| CMYK | 0.37 | 0.51 | 0 | 0 |
| HSL | 256.15º | 1% | 0.75% | - |
| HSV(B) | 256.15º | 0.51% | 1% | - |
| XYZ | 39.88 | 29.36 | 98.17 | - |
| YUV | 150.29 | 187.1 | 134.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 125 | 255 | 0.37 | 0.51 | 0 | 0 | 256.15 | 1 | 0.75 |
| Hex | A0 | 7D | FF | 25 | 33 | 0 | 0 | 100 | 64 | 4B |
| Octal | 240 | 175 | 377 | 45 | 63 | 0 | 0 | 400 | 144 | 113 |
| Binary | 10100000 | 1111101 | 11111111 | 100101 | 110011 | 0 | 0 | 100000000 | 1100100 | 1001011 |
Color Harmonies of #A07DFF
Complementary color
Monochromatic Colors of #A07DFF
Black with #A07DFF
Text Example
Text Example
White with #A07DFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07DFF; }
p { color: rgb(160,125,255); }
H1.HeaderClassName
{
color: #A07DFF;
}
.AnyTagClassName
{
color: #A07DFF;
}
</style>
background-color css
<style>
a { background-color: #A07DFF; }
a { background-color: rgb(160,125,255); }
div.DivClassName
{
background-color: #A07DFF;
}
.BgClassName
{
background-color: #A07DFF;
}
</style>
border-color css
<style>
span { border-color: #A07DFF; }
span { border-color: rgb(160,125,255); }
td.TdClassName
{
border-color: #A07DFF;
}
.TagClassName
{
border-color: #A07DFF;
}
</style>