Shades of Light Slate Blue #A07CFF
Tints of Light Slate Blue #A07CFF
RGB
CMYK
RGB Variations
Color information
#A07CFF (or 0xA07CFF) is known color: Light Slate Blue. HEX triplet: A0, 7C and FF. RGB value is (160,124,255). Sum of RGB (Red+Green+Blue) = 160+124+255=539 (71% of max value = 765). Red value is 160 (62.89% from 255 or 29.68% from 539); Green value is 124 (48.83% from 255 or 23.01% from 539); Blue value is 255 (100% from 255 or 47.31% from 539); Max value from RGB is 255 - color contains mainly: blue. Hex color #A07CFF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #A07CFF is #5F8300. Grayscale: #959595. Windows color (decimal): -6259457 or 16743584. OLE color: 16743584.
HSL color Cylindrical-coordinate representation of color #A07CFF: hue angle of 256.49º degrees, saturation: 1, lightness: 0.74%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #A07CFF is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 160 | 124 | 255 | - |
| CMYK | 0.37 | 0.51 | 0 | 0 |
| HSL | 256.49º | 1% | 0.74% | - |
| HSV(B) | 256.49º | 0.51% | 1% | - |
| XYZ | 39.75 | 29.11 | 98.13 | - |
| YUV | 149.7 | 187.43 | 135.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 160 | 124 | 255 | 0.37 | 0.51 | 0 | 0 | 256.49 | 1 | 0.74 |
| Hex | A0 | 7C | FF | 25 | 33 | 0 | 0 | 100 | 64 | 4A |
| Octal | 240 | 174 | 377 | 45 | 63 | 0 | 0 | 400 | 144 | 112 |
| Binary | 10100000 | 1111100 | 11111111 | 100101 | 110011 | 0 | 0 | 100000000 | 1100100 | 1001010 |
Color Harmonies of #A07CFF
Complementary color
Monochromatic Colors of #A07CFF
Black with #A07CFF
Text Example
Text Example
White with #A07CFF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #A07CFF; }
p { color: rgb(160,124,255); }
H1.HeaderClassName
{
color: #A07CFF;
}
.AnyTagClassName
{
color: #A07CFF;
}
</style>
background-color css
<style>
a { background-color: #A07CFF; }
a { background-color: rgb(160,124,255); }
div.DivClassName
{
background-color: #A07CFF;
}
.BgClassName
{
background-color: #A07CFF;
}
</style>
border-color css
<style>
span { border-color: #A07CFF; }
span { border-color: rgb(160,124,255); }
td.TdClassName
{
border-color: #A07CFF;
}
.TagClassName
{
border-color: #A07CFF;
}
</style>